Ik het de volgende software:
Debian Testing
Apache2-prefork-dev
mod_mono
Ik heb mod_mono zonder fouten kunnen compilen, deze is geplaats in /usr/lib/apache2/modules/libmod_mono.so
In apache config file heb ik staan:
LoadModule mono_module /usr/lib/apache2/modules/libmod_mono.so
en verderop in een virtualhost:
Alias /asp "/var/www/asp"
MonoApplications "/asp:/var/www/asp"
<Directory /var/www/asp>
SetHandler mono
DirectoryIndex index.aspx
</Directory>
Nou restart ik apache zonder errors, maar als ik nou naar de website ga dan krijg ik de volgende error:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Debian Testing
Apache2-prefork-dev
mod_mono
Ik heb mod_mono zonder fouten kunnen compilen, deze is geplaats in /usr/lib/apache2/modules/libmod_mono.so
In apache config file heb ik staan:
LoadModule mono_module /usr/lib/apache2/modules/libmod_mono.so
en verderop in een virtualhost:
Alias /asp "/var/www/asp"
MonoApplications "/asp:/var/www/asp"
<Directory /var/www/asp>
SetHandler mono
DirectoryIndex index.aspx
</Directory>
Nou restart ik apache zonder errors, maar als ik nou naar de website ga dan krijg ik de volgende error:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.