Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Apache + Mono
#1

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.

Reply
#2

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.

Reply
#3

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 :(

Reply
#4

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

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

bug/error

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)