[Resolved] Install on linux for apache?
Anyone know of an up to date guide? Everything I have seen is really old and I have not been able to get them to work.
I have installed/compiled mono, xsp and mod_mono. But how do I configure apache to use it? I tried including the mod_mono.conf file and apache does see the module and loads it but when I visit an asp page I get
Quote:
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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.9 mod_mono/2.6 Server at host.com Port 80
Re: Install on linux for apache?
Okay well if anyone wants to know. You must add literally 1 line to the conf file. Or at least I needed to.
Code:
MonoServerPath /opt/mono/bin/mod-mono-server2
Apparently it wasn't auto finding the server path.
Re: [Resolved] Install on linux for apache?
Hey,
Out of interest, how are you finding using Mono, and what Linux server are you running it on?
I run my website on it as well, but with the latest version that I have installed, I have noticed a few problems with it.
Gary