[Mono-list] Running .ASPX files with Apache

karthikeyan.balasubramanian karthikeyan.balasubramanian@aspiresys.com
Fri, 27 Jun 2003 12:58:31 +0530


Hi Jeremiah,

  Thank you very much :).

> Let me know if you have any difficulties.  You'll have to consult with
> one of the guides on how to configure mod_mono, I don't recall how to do
> it.

  If i am not wrong I would have to do :

  # rpm -ivh mod_mono-0.3.7-1.i386.rpm

  after that i need to add this entry in my Apache httpd.conf

    Listen 8080
    # i need to figure out where this [ libmod_mono.so ] get generated
through rpm
    LoadModule mono_module
/home/user/mono/install/apache2/lib/libmod_mono.so

    # i need to figure out where this [ ModMono.dll ] get generated through
rpm
    LoadModMonoDll /home/user/mono/xsp/server/test/ModMono.dll

    Alias /mono /home/user/mono/xsp/server/test

    <location /mono/*.aspx>
        SetHandler application/x-httpd-mono
    </location>

The i have to RESTART my Apache

/home/user/mono/install/apache2/bin/apachectl start

Correct me if i am wrong.  Going to give this a shot tonight.

Have a great day.

Karthikeyan.