Clonmon

From CLONWiki
Revision as of 16:59, 8 November 2007 by Boiarino (talk | contribs)
Jump to navigation Jump to search

Sun X4100 server, JLAB property tag is F423601, s/n 0741BD103B.

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