Hallo Sergio,

> [Sun Jun 15 22:07:03 2003] [alert] (22)Invalid argument: setuid: unable to
> change to uid: 65535

Apache tries to change to a non existing user.

Change this in your httpd.conf
#User nobody
#Group #-1
e.g to:
User SYSTEM
Group SYSTEM

or create a user Apache and a group Services.
See the Cygwin docs what rights the group Services should have to run
services.


Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to