Forum Moderators: phranque

Message Too Old, No Replies

Mono for apache installation?

         

KRMwebdesign

8:16 pm on Jun 15, 2010 (gmt 0)

10+ Year Member



Does anyone have any idea how to install Mono for Apache Server by any chance?

I've been going through this tutorial [mono-project.com...] but can't even locate the mono module /usr/lib/httpd/modules/mod_mono.so or the include /etc/apache2/mod_mono.conf there is no 'apache2' folder in the 'etc' folder here. I really can't fathom it.

I've looked up other sites but found little.

I also have another issue in that I installed php on my apache local server. when I test php pages they work fine but when I try to get information from my mysql database it only shows the php code in the browser. Has anyone encountered this?

lammert

2:07 pm on Jun 18, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The location of your module depends on the Linux distribution you are using (assuming you are on Linux). On 64 bit Centos for example, modules are installed in the directory tree /usr/lib64/httpd/modules/.

The fastest way to find the files is with the following command:

find / -name mod_mono.\*