Clonmon: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
 
Boiarino (talk | contribs)
No edit summary
Line 6: Line 6:
  httpd=${HTTPD-/apps/apache1.3/bin/httpd}
  httpd=${HTTPD-/apps/apache1.3/bin/httpd}
  pidfile=${PIDFILE-/apps/apache1.3/logs/httpd.pid}
  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 ??).

Revision as of 21:49, 30 September 2007

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 ??).