http://httpd.apache.org/docs/2.0/mod/mpm_common.html#group

Group www-group
User www-user

On Feb 4, 7:25 pm, Dane <[email protected]> wrote:
> Can you show specifically what you did?
>
> I guess I don't know what you guys mean by the user / group
> directives.
>
> On Jan 29, 2:01 pm, Jeff Hammerbacher <[email protected]>
> wrote:
>
> > Hey Graham,
>
> > That worked like a charm, sorry for not catching it on the issues list. I've
> > added a sample error_log message to that issue to make it findable via the
> > error log message in the future. Thanks so much for your quick response!
>
> > Regards,
> > Jeff
>
> > On Thu, Jan 29, 2009 at 4:29 AM, Graham Dumpleton <
>
> > [email protected]> wrote:
>
> > > 2009/1/29 Jeff Hammerbacher <[email protected]>:
>
> > > > Hey,
>
> > > > I'm trying to use mod_wsgi 2.3 with Apache 2.2.6 on FC8, with Apache
> > > > serving over SSL. Apache is able to serve static pages just fine over
> > > > SSL, but when I try to get it to serve a Django app, I get segfaults
> > > > with
>
> > > > [alert] mod_wsgi (pid=24962): Unable to determine home directory for
> > > > uid=-1.
>
> > > > in the apache error_log. From looking at the mod_wsgi source, it looks
> > > > like geteuid() is returning -1 somehow, which seems like very odd
> > > > behavior.
>
> > > > Does anyone have experience with this failure mode? I'd appreciate any
> > > > assistance in debugging the problem.
>
> > > See:
>
> > >  http://code.google.com/p/modwsgi/issues/detail?id=40
>
> > > Ensure that WSGIDaemonProcess directive is defined after User/Group
> > > directives.
>
> > > In other words, only include all the snippet config files after all
> > > the main Apache configuration.
>
> > > Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to