>> 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. >
Exactly! I did something very similar. j3d. > I'm running on Fedora Core 1. > > Jarek > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > ---------------------------------------- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web: www.agamura.com ---------------------------------------- _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
