HP Webwise MPE/iX secure web server tutorial - April 2002

April 4, 2002
Solution Symposium
Page 84
hp e3000
webwise
secure web
server
restarting the web server
Why? To reread config files.
Log on as SM user or MGR.APACHE
Normal restart
$ kill -HUP $(cat /APACHE/PUB/logs/httpd.pid)
Graceful restart
$ kill -USR1 $(cat /APACHE/PUB/logs/httpd.pid)