[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: R: Problem with apache



On Fri, Oct 31, 2003 at 09:33:06PM +0100, Andrea Riela wrote:
> > Check the FAQ for setting up SSL, and then use 'apachectl 
> > startssl' instead of just 'start'.  :)
> 
> Boh :) I think "apachectl" doesn't work.
> Reboot ---> apache works
> Apachectl stop ---> apache stops
> Apachectl start --> apache doesn't work
> Reboot ---> apache works
> 
> Idem with apachectl startssl
> Apachectl configtest OK

vi apachectl, note this:

# the path to your httpd binary, including options if necessary
HTTPD=/usr/sbin/httpd

add -u if you intend to use apachectl to stop/start and require disabled
chroot.

> 
> ??
> Andrea