[Mono-list] mmap problem with mod_mono

Gonzalo Paniagua Javier reply.to.the.list.iam.suscribed@notexists.ximian.com
Fri, 06 May 2005 17:57:36 -0600


On Fri, 2005-05-06 at 11:30 -0400, Sébastien Robitaille wrote:
> Hello,
> 
> thanks for your answer (Gonzalo).
> I did set the MonoWapiDir directive as you suggested, but now I have a different error message:
> 
> [Fri May 06 10:11:48 2005] [error] /sebas/.wapi: Permission denied
> 
> I looked in my /sebas directory and the .wapi directory was not created as expected.
> To make sure it was not a permission issue, I executed the following commands:
> 
> mkdir /sebas/.wapi/
> chown apache.apache /sebas/.wapi/
> chmod -R 777 /sebas
> 
> But the error message still appears in the log file.
> 
> Do you have another suggestion ? :-)
> How do I make sure mod-mono-server is running as user "apache" ?

Run ps aux | grep mod-mono-server and see the owner of the process. May
be, given that the permissions on /sebas are 777, just removing
the .wapi directory you created will work.

-Gonzalo