Hi,
but will that also be ok for such a line:
(Mono_Mod, Apache2, Suse 9.3)
Code:
MonoApplications "/testASP:/home/www/testdomain/httpdocs/asp-net"
MonoDocumentRootDir "/home/www/testdomain/httpdocs/asp-net"
AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx .axd
DirectoryIndex index.aspx
<Location /testASP>
SetHandler mono
</Location>
Code:
NameVirtualHost *
<VirtualHost *>
ServerName mono-testdomain.de
ServerAdmin webmaster@mono-testdomain.de
ErrorLog /home/web001/logs/error.log
CustomLog /home/web001/logs/access.log "combined"
DirectoryIndex index.aspx
SetHandler mono
MonoApplications "/:/home/web001/public_html"
MonoDocumentRootDir "/home/web001/public_html"
</VirtualHost
Might that code colide with the rest of the code?
Ciao
PM
Recent comments
2 days 2 hours ago
2 days 10 hours ago
2 days 13 hours ago
2 days 15 hours ago
2 days 16 hours ago
2 days 18 hours ago
2 days 19 hours ago
2 days 20 hours ago
3 days 12 hours ago
3 days 13 hours ago