trouble running Apache 1.3.33-2 as a service

2008-11-24 Thread David Christensen
cygwin: I have a fresh install of Cygwin on Windows XP Professional SP3, including Apache. I have created a Windows account "www" and updated /etc/passwd: $ mkpasswd -l | grep www >> /etc/passwd I have edited /etc/apache/httpd.conf: $ cvs diff -r 1.1 httpd.conf Index: httpd.conf

Re: trouble running Apache 1.3.33-2 as a service

2008-11-24 Thread René Berber
David Christensen wrote: > I have a fresh install of Cygwin on Windows XP Professional SP3, > including Apache. > > I have created a Windows account "www" and updated /etc/passwd: > > $ mkpasswd -l | grep www >> /etc/passwd This is usually done with "mkpasswd -l -u www >> /etc/passwd" and makin

RE: trouble running Apache 1.3.33-2 as a service

2008-11-25 Thread David Christensen
I wrote: > $ mkpasswd -l | grep www >> /etc/passwd René Berber wrote: > This is usually done with "mkpasswd -l -u www >> /etc/passwd" and > making sure you don't already have a line for that user. Thank you for your help. :-) I checked before doing the incantation. The result was the same in m

Re: trouble running Apache 1.3.33-2 as a service

2008-11-25 Thread René Berber
David Christensen wrote: [snip] > Any other suggestions? You didn't read the part about "cygrunsrv -u www -y tcpip ...", i.e. install the service to run as user www. BTW if you run Apache manually (as your tests show) and you are using a different user (different than www), then you'll create lo

RE: trouble running Apache 1.3.33-2 as a service

2008-11-25 Thread David Christensen
René Berber wrote: > You didn't read the part about "cygrunsrv -u www -y tcpip ...", i.e. > install the service to run as user www. I read it, but thought I'd exhaust RTFM first. I'll keep your approach in mind for future reference. > BTW if you run Apache manually (as your tests show) and you