Hi to all
Im having some problems in configure mono in my ispconfig server.
I have read the lasts posts related to this, but i still can´t show my asp pages.
This is my Vhosts_ispconfig.conf file:
<VirtualHost *:80>
DocumentRoot /srv/www/web1/web
ServerName
www.example.com
MonoApplications default "/:/srv/www/web1/web"
MonoDocumentRootDir " /srv/www/web1/web"
<Location />
SetHandler mono
</Location>
</VirtualHost>
and the httpd.conf file is:
DirectoryIndex index.asp index.html index.htm index.shtml index.cgi index.php index.php5 index.php4 index.php3 index.pl index.html.var index.aspx default.aspx
#Mono-Project INSTALL docs
LoadModule mono_module /usr/lib/apache2/mod_mono.so
MonoApplications '/:/srv/www/web1/web'
MonoDocumentRootDir '/srv/www/web1/web'
<Location />
SetHandler mono
</Location>
<Location /mono>
SetHandler mono-ctrl
</Location>
When i try open the website
www.example.com, get the error
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 503 Service Temporarily Unavailable error was encountered while trying to use an ErrorDocument to handle the request.
if i open with this url:
www.example.com/index.asp, the opens the file for download.
Can the master's of ISPCONFIG help me in this one
Best Regards
Recent comments
12 hours 54 min ago
17 hours 53 min ago
19 hours 19 min ago
20 hours 12 min ago
21 hours 55 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 5 hours ago
1 day 18 hours ago
1 day 20 hours ago