[Mono-list] mod_mono, apache2, and red carpet (Service Temporarily Unavailable)

Jaroslaw Kowalski jaak@zd.com.pl
Tue, 20 Jan 2004 10:06:03 +0100


> 3. chmod 777 /tmp/mod_mono_server (or set read/write
>    permissions just for the user running apache and the
>    user running mod-mono-server);

Or just add the user running apache to the group that owns the
/tmp/mod_mono/server. In my case I have a group "aspnet" which runs my
ASP.NET applications and "apache" user which runs httpd.

One of the lines in my /etc/group file reads:
-----------
aspnet:x:529:apache
-----------

The permissions on /tmp/mod_mono_server are:
-----------
srwxrwxr-x    1 aspnet   aspnet          0 Jan 19 15:30 /tmp/mod_mono_server

-----------

and everything works fine. I believe the permissions could even be 0770.

I'm running on Fedora Core 1.

Jarek