Installing libapache2-mod-mono and mono-apache-server4 didn’t get any error.
When I change the alias and application path(MonoApplications scada “/:/var/www/html/scada”), it will run and show application error:
Application Error
An application error occurred. If it repeats often, please contact the support.
Details:
Path '/scada/' was not found.
This is what I have in scada.conf:
Alias /scada "/var/www/html/scada"
MonoServerPath scada "/usr/bin/mod-mono-server4"
MonoApplications scada "/scada:/var/www/html/scada"
<Location "/scada">
Allow from all
Order allow,deny
MonoSetServerAlias scada
SetHandler mono
</Location>