Clonmon

From CLONWiki
Revision as of 21:49, 30 September 2007 by Boiarino (talk | contribs)
Jump to navigation Jump to search

Fix startup script '/etc/rc.d/init.d/httpd' setting correct pathes:

# config: /apps/apache1.3/conf/httpd.conf
# pidfile: /apps/apache1.3/logs/httpd.pid
apachectl=/apps/apache1.3/bin/apachectl
httpd=${HTTPD-/apps/apache1.3/bin/httpd}
pidfile=${PIDFILE-/apps/apache1.3/logs/httpd.pid}

ROOTSYS does not set, must figure out how do it right way (inside /etc/init.d/httpd ??).