[Mono-osx] Installing mod_mono with Apache

bigemrg bigemrg at gmail.com
Wed Feb 25 15:07:11 UTC 2015


Solved! As suspected the MonoFramework-MDK-3.12.0 did not provide all of the
files necessary.

The *mod_mono.conf* and *mod_mono.so* files had to be obtained by compiling 
the source code <http://download.mono-project.com/sources/mod_mono/>   for
mod_mono.

For completeness sake, should anyone else be interested...

To build the source files I used the following commands:

./configure --prefix=/usr
make
sudo make install

Once built, I added the following to the bottom of the httpd.conf file:
                                              
Include /etc/apache2/mod_mono.conf
MonoServerPath
/Library/Frameworks/Mono.framework/Versions/Current/bin/mod-mono-server2

You then need to restart Apache, and everything should work!



--
View this message in context: http://mono.1490590.n4.nabble.com/Installing-mod-mono-with-Apache-tp4665523p4665536.html
Sent from the Mono - OSX mailing list archive at Nabble.com.


More information about the Mono-osx mailing list