This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem Running Apache through Cygwin


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]