Re: [EMAIL PROTECTED] Permission denied executing apachectl

2006-07-21 Thread Richard Collyer
On Fri, July 21, 2006 11:06 am, Josep Sanmarti wrote: > Hi all, > > I've already running apache on port 3210 as part of an application and > actually I need apache listen also on port 80 just to redirect, i What user are you specifying in httpd.conf, also check to make sure the IP 0.0.0.0 hasnt

[EMAIL PROTECTED] Permission denied executing apachectl

2006-07-21 Thread Josep Sanmarti
Hi all, I've already running apache on port 3210 as part of an application and actually I need apache listen also on port 80 just to redirect, i mean, the application has a "very difficult" address and i need an easier one. So I've created a virtual Host in httpd.conf as follows: Listen 80 (...)