Trying to install Mod Mono 1.1.13 on Apache 2.2 WinXP_SP2

View: New views
5 Messages — Rating Filter:   Alert me  

Trying to install Mod Mono 1.1.13 on Apache 2.2 WinXP_SP2

by falcon_darkstar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I'm trying to get mod_mono 1.1.13 to work on my Windows machine running Apache2.2. The reason for this is cause I'm trying to develop a .Net 1.1 website for an old Fedora box that has Apache 2.2 and Mono 1.1.13 installed.

I've installed Apache 2.2, Mono 1.1.13.4 and MonoDevelop. But I can't seem to find the files necessary to configure Apache to run mod-mono. There is no mod-mono.so and no mod-mono.conf.

How do I configure this?

I can't use a new version of Mod-mono as I need my setup the be the same as the one on the Linux machine and my boss won't let me upgrade the Linux machine.

Thanks.

Re: Trying to install Mod Mono 1.1.13 on Apache 2.2 WinXP_SP2

by Philip Wobst :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

you should find the mod_mono.so in the modules folder (it was part of the xampp distribution for XP so you should have it also). Look for configuration of the httpd.conf and mod-mono.conf here:

http://www.nabble.com/Missing-mod_mono.conf-tp23606700p23613227.html

falcon_darkstar wrote:
Hi all,

I'm trying to get mod_mono 1.1.13 to work on my Windows machine running Apache2.2. The reason for this is cause I'm trying to develop a .Net 1.1 website for an old Fedora box that has Apache 2.2 and Mono 1.1.13 installed.

I've installed Apache 2.2, Mono 1.1.13.4 and MonoDevelop. But I can't seem to find the files necessary to configure Apache to run mod-mono. There is no mod-mono.so and no mod-mono.conf.

How do I configure this?

I can't use a new version of Mod-mono as I need my setup the be the same as the one on the Linux machine and my boss won't let me upgrade the Linux machine.

Thanks.

Re: Trying to install Mod Mono 1.1.13 on Apache 2.2 WinXP_SP2

by falcon_darkstar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Thank you for providing me with the link. I checked the modules folder in my installation of Apache and could not find the mod_mono.so module. So I downloaded one from the internet at
http://anmar.eu.org/mono/mod_mono/
I have not tried it yet.

Is there an official release of mod_mono.so 1.1.13 for XP?

Thank you very much,
-Reghu


Hi,

you should find the mod_mono.so in the modules folder (it was part of the xampp distribution for XP so you should have it also). Look for configuration of the httpd.conf and mod-mono.conf here:

http://www.nabble.com/Missing-mod_mono.conf-tp23606700p23613227.html

falcon_darkstar wrote:
Hi all,

I'm trying to get mod_mono 1.1.13 to work on my Windows machine running Apache2.2. The reason for this is cause I'm trying to develop a .Net 1.1 website for an old Fedora box that has Apache 2.2 and Mono 1.1.13 installed.

I've installed Apache 2.2, Mono 1.1.13.4 and MonoDevelop. But I can't seem to find the files necessary to configure Apache to run mod-mono. There is no mod-mono.so and no mod-mono.conf.

How do I configure this?

I can't use a new version of Mod-mono as I need my setup the be the same as the one on the Linux machine and my boss won't let me upgrade the Linux machine.

Thanks.


Re: Trying to install Mod Mono 1.1.13 on Apache 2.2 WinXP_SP2

by Philip Wobst :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Reghu,

as far as I know the mod_mono you can find at go-mono.com is intended to be used on non-Windows environments and it was ported to windows by http://anmar.eu.org/mono/mod_mono/ and thus there is no 'official' release.

Regards,

Philip


Hi,

Thank you for providing me with the link. I checked the modules folder in my installation of Apache and could not find the mod_mono.so module. So I downloaded one from the internet at
http://anmar.eu.org/mono/mod_mono/
I have not tried it yet.

Is there an official release of mod_mono.so 1.1.13 for XP?

Thank you very much,
-Reghu

Philip Wobst wrote:
Hi,

you should find the mod_mono.so in the modules folder (it was part of the xampp distribution for XP so you should have it also). Look for configuration of the httpd.conf and mod-mono.conf here:

http://www.nabble.com/Missing-mod_mono.conf-tp23606700p23613227.html

falcon_darkstar wrote:
Hi all,

I'm trying to get mod_mono 1.1.13 to work on my Windows machine running Apache2.2. The reason for this is cause I'm trying to develop a .Net 1.1 website for an old Fedora box that has Apache 2.2 and Mono 1.1.13 installed.

I've installed Apache 2.2, Mono 1.1.13.4 and MonoDevelop. But I can't seem to find the files necessary to configure Apache to run mod-mono. There is no mod-mono.so and no mod-mono.conf.

How do I configure this?

I can't use a new version of Mod-mono as I need my setup the be the same as the one on the Linux machine and my boss won't let me upgrade the Linux machine.

Thanks.

Re: Trying to install Mod Mono 1.1.13 on Apache 2.2 WinXP_SP2

by Robert Jordan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

falcon_darkstar wrote:

> Hi all,
>
> I'm trying to get mod_mono 1.1.13 to work on my Windows machine running
> Apache2.2. The reason for this is cause I'm trying to develop a .Net 1.1
> website for an old Fedora box that has Apache 2.2 and Mono 1.1.13 installed.
>
> I've installed Apache 2.2, Mono 1.1.13.4 and MonoDevelop. But I can't seem
> to find the files necessary to configure Apache to run mod-mono. There is no
> mod-mono.so and no mod-mono.conf.
>
> How do I configure this?

You don't want to configure this. Neither you want to run Mono 1.1.13
and definitely you don't even dream about wanting to run an old
mod_mono under Windows.

Live is too short to be spent on old distros, prehistoric Mono
versions and unsupported configurations ;)

This is what you want:

1) a parallel Mono 2.4 installation on the Linux box.
    See http://www.mono-project.com/Parallel_Mono_Environments
    You don't need root privileges for this.

2) If you can't change the apache's modules,
    you want to set a reverse proxy rule with mod_proxy
    and run xsp instead of mod_mono

3) a Mono 2.4 installation on Windows. Test with XSP.
    mod_mono might work as well, but it's too much work to IMO.

Robert

_______________________________________________
Mono-aspnet-list mailing list
Mono-aspnet-list@...
http://lists.ximian.com/mailman/listinfo/mono-aspnet-list