[Mono-list] Apache 1.3 Configuration
mdb@freemail.hu
mdb@freemail.hu
Sat, 20 Nov 2004 15:03:15 +0100 (CET)
Hi,
I also had got the "Service Temporarily Unavailable" error message=20
(Apache 2.0.52).
I recompiled mod_mono 1.0.4 with --prefix=3D/usr/local parameter and I=20
made an symbolic link into the /usr/local/bin directory.
The name of the link is mod-mono-server.exe and it is pointing to=20
the /usr/bin/mod-mono-server.exe.
(The symlink without the recompiling was not enough.)
Now is working well.
Ps: At the first time I had been compiling every packages with default=20
parameters :-(
Gary Mack <gmack@hubbardone.com> =EDrta:
> Well, here are the values within my httpd.conf (Apache 1.3) related to
> mod_mono:
>=20
> LoadModule mono_module=09libexec/apache/libmod_mono.so
> AddModule mod_mono.c
> Alias /demo "/usr/local/share/doc/xsp/test"
> MonoApplications "/demo:/usr/local/share/doc/xsp/test"
>=20
> <Directory /usr/local/share/doc/xsp/test>
> =09SetHandler mono
> =09<IfModule mod_dir.c>
> =09=09DirectoryIndex index.aspx
> =09</IfModule>
> </Directory>
>=20
>=20
>=20
> Is it possible I need to add a mime type or set permissions on the=20
demo
> directory? And what would those settings need to be if that is the
> case? Thanks for your responses.
>=20
>=20
>=20
>=20
> -----Original Message-----
> From: mono-list-admin@lists.ximian.com
> [mailto:mono-list-admin@lists.ximian.com] On Behalf Of Darren Martz
> Sent: Thursday, November 18, 2004 5:03 PM
> To: Gary Mack; jonepet@gmail.com; mono-list@lists.ximian.com
> Subject: RE: [Mono-list] Apache 1.3 Configuration
>=20
> Well, that wasn't it. It's a bunch of temp files for emulating windows
> file
> access or something like that, so it gets recreated each time it runs.
>=20
> I would post clips of your config file (only mono related stuff).
>=20
> Hmm... If its creating the /tmp/.wapi folder after you delete it, that
> seems
> like mod-mono-server.exe is at least starting.
>=20
> -----Original Message-----
> From: mono-list-admin@lists.ximian.com
> [mailto:mono-list-admin@lists.ximian.com] On Behalf Of Gary Mack
> Sent: Thursday, November 18, 2004 2:40 PM
> To: Darren Martz; jonepet@gmail.com; mono-list@lists.ximian.com
> Subject: RE: [Mono-list] Apache 1.3 Configuration
>=20
> I tried the command, but it seems that folder doesn't get deleted. It
> deletes but then when I hit the demo page again, I get the same=20
error
> and
> the .wapi folder is back. Any ideas?
>=20
>=20
>=20
> -----Original Message-----
> From: mono-list-admin@lists.ximian.com
> [mailto:mono-list-admin@lists.ximian.com] On Behalf Of Darren Martz
> Sent: Thursday, November 18, 2004 1:21 PM
> To: jonepet@gmail.com; mono-list@lists.ximian.com
> Subject: RE: [Mono-list] Apache 1.3 Configuration
>=20
> Just ran into the same issue. Try the following...
>=20
> # rm -Rf /tmp/.wapi
>=20
> FYI: A how-to/faq is being written that will cover topics like this.
>=20
> -----Original Message-----
> From: mono-list-admin@lists.ximian.com
> [mailto:mono-list-admin@lists.ximian.com] On Behalf Of Jon-Eirik
> Pettersen
> Sent: Thursday, November 18, 2004 10:42 AM
> To: mono-list@lists.ximian.com
> Subject: Re: [Mono-list] Apache 1.3 Configuration
>=20
> Gary Mack wrote:
>=20
> > Apache 1.3 Configuration
> >
> > Hi all,
> >
> > I am excited to learn about the Mono Project and develop=20
> > cross-platform ASP.Net applications. I have installed mono=20
> > successfully, XSP, Apache 1.3 and mod_mono. All the files are in=20
their
>=20
> > default locations. And I have edited the httpd.conf file, but=20
> > /tmp/mod-mono-server.exe does not get launched when Apache=20
starts.
> > Apache is started successfully and I get an error when hitting the=20
> > demo page:
> >
> > *Service Temporarily Unavailable*
> >
> > *The server is temporarily unable to service your request due to=20
> > maintenance downtime or capacity problems. Please try again=20
later. *
> >
> > *________________________________________*
> >
> > *Apache/1.3.33 Server at hellmouth.toythieves.com Port 80*
> >
> > I must have missed some configuration lines or not putting=20
something
>=20
> > in the correct place within Apache's configuration. I also took a look
>=20
> > and no processes relating to mono seem to be starting. Please=20
help. I=20
> > really want to see this in action. If anyone wants, I can post my=20
> > httpd.conf. Thanks in advance.
> >
>=20
> Have you checked the Apache error log?
> _______________________________________________
> Mono-list maillist - Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>=20
>=20
> _______________________________________________
> Mono-list maillist - Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> _______________________________________________
> Mono-list maillist - Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>=20
>=20
> _______________________________________________
> Mono-list maillist - Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> _______________________________________________
> Mono-list maillist - Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>