[Mono-devel-list] installing mod_mono with apache 2 ( or 1.3 )

Akbar akbarhome at gmail.com
Sat Sep 11 14:06:47 EDT 2004


Hi,

I have installed apache 2 by doing this:
$ ./configure --prefix=/usr/local/apache2 --enable-so
$ make
$ make install

I have installed mod_mono-1.0.1 by doing this:
$ ./configure --with-apache2=/usr/local/apache2
$ make
$ make install

I edit /usr/local/apache2/conf/httpd.conf by putting these lines at
the end of the file:
Alias /demo "/usr/share/doc/xsp/test"
<Location /demo>
     SetHandler mono
</Location>

Ok, I run the server by doing this:
$ /usr/local/apache2/bin/apachectl start

Then I using browser open this url: http://localhost/demo/index.aspx

I got this error:
Service Temporarily Unavailable

The server is temporarily unable to service your request due to
maintenance downtime or capacity problems. Please try again later.
Apache/2.0.50 (Unix) mod_mono/1.0.1 Server at localhost Port 80

No problem with xsp.......

What s the solution?
Thank you.

Regards,

Akbar



More information about the Mono-devel-list mailing list