[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: R: Problem with apache
- To: Andrea Riela <ml@nesys.it>
- Subject: Re: R: Problem with apache
- From: "Clint M. Sand" <clint@neotrance.dyndns.org>
- Date: Sat, 1 Nov 2003 15:01:49 -0500
- Cc: "'C. Bensend'" <benny@bennyvision.com>, misc@openbsd.org
- Content-Disposition: inline
- References: <2647.134.244.169.17.1067631122.squirrel@webmail.stinkweasel.net> <025f01c39fee$316a0390$0c00a8c0@Avatar>
- User-Agent: Mutt/1.4.1i
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