Linux-Noob Forums
Apache + Mono - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html)
+--- Forum: LAMP (https://www.linux-noob.com/forums/forum-83.html)
+--- Thread: Apache + Mono (/thread-2041.html)



Apache + Mono - Nuno Barros - 2006-04-05


Does anyone have a manual or tutorial with instructions to install/configure the Apache Server with Mono on Fedora Core 5?

 

I'm having some troubles trying to configure it.

 

Thanks.




Apache + Mono - znx - 2006-04-06


Er.. I've not done this myself but I would assume that you are meaning mod_mono.

 

Step 1 .. install mod_mono and mono RPMs .. should be:



Code:
yum install mod_mono




 

Step 2 .. edit your httpd.conf and this in beside the other LoadModule's



Code:
...
LoadModule mono_module modules/mod_mono.so
...




 

And then add a directory:



Code:
MonoServerPath /usr/lib/xsp/2.0/mod-mono-server2.exe

Alias /samples "/usr/lib/xsp/test"
MonoApplications "/samples:/usr/lib/xsp/test"

<Directory /usr/lib/xsp/test>
SetHandler mono
</Directory>




 

Restart apache..

then you should be able to point your browser to: [/url][url=http://localhost/samples/]http://localhost/samples/ to see the example code.

 

Like I said this is copied from elsewhere.. I've not done this, nor am I certain of the paths.




Apache + Mono - xDamox - 2006-04-06


Hi,

 

I looked at mod_mono in FC5 there are no RPMS for this and installaing mod mono via source dosnt work :(

you will just have to use the XSP web servr :(




Apache + Mono - hijinks - 2006-04-07


[/url][url=http://dag.wieers.com/packages/mod_mono/]http://dag.wieers.com/packages/mod_mono/



Apache + Mono - xDamox - 2006-04-07


Jy, the link you provided will not work on Fedora Core 5 :( I may need to report the compiling

bug/error