CVSROOT: /cvs
Module name: src
Changes by: tg-3jJKuoM7qGquiImvZfsuaA@xxxxxxxxxxxxxxxx 2004/09/12
15:48:23 UTC
Modified files:
usr.sbin/httpd : Makefile.bsd-wrapper
usr.sbin/httpd/src/support: apxs.8 apxs.pl
Removed files:
usr.sbin/httpd/htdocs/manual/programs: apachectl.html.en
apachectl.html.html
apachectl.html.ja.jis
usr.sbin/httpd/src/support: apachectl apachectl.8
Log message:
nuke apache(TM)ctl
I didn't trust it (for starting), and chroot'd httpds don't often
reload correctly.
to stop httpd:
kill $(</var/www/logs/httpd.pid)
to start it anew:
first, look what flags are given in rc/rc.conf/rc.conf.local (eg. -DSSL)
then sudo httpd flags (or just sudo httpd)
|