Communicator e3000 MPE/iX Release 6.5 Express 2 (Software Release C.65.02) (30216-90322)
Chapter 3 31
Technical Articles
Apache 1.3.9 for MPE/iX
Apache can be restarted by issuing a kill -HUP. A restart will cause Apache to reread its
configuration files without having to stop and restream the Apache job stream file. Restart
is useful for making configuration changes without disrupting web users. After a restart,
Apache continues running with the new configuration settings.
To use kill requires the use of one of the following:
• Log on as WWW.APACHE
• Log on as MANAGER.SYS with MPELX36 installed (patch needed for Release 6.0 only)
• Log on as MGR.APACHE with MPELX51 installed (patch needed for Release 6.0 and
6.5)
To shut down Apache:
:ABORTJOB JHTTPD,WWW.APACHE
or
shell/iX>kill `cat /APACHE/PUB/logs/httpd.pid`
or
:xeq sh.hpbin.sys "-c 'kill `cat /APACHE/PUB/logs/httpd.pid`'"
To restart Apache:
shell/iX>kill -HUP `cat /APACHE/PUB/logs/httpd.pid`
or
:xeq sh.hpbin.sys "-c 'kill -HUP `cat /APACHE/PUB/logs/httpd.pid`'"
Additional Resources
For general Apache information, the official Apache web site, http://www.apache.org,
contains documentation on configuration and functionality, FAQs, a list of books, and much
more.
Apacheweek, http://www.apacheweek.com, is a weekly digest of Apache activities, book
reviews, and in-depth articles on Apache features.
After installing Apache, your manual directory contains a User's Guide, Reference
Manual, and other information which pertains to the installed version of Apache:
http://yourserver.com/manual.
For writing DSOs, a good reference is Writing Apache Modules with Perl and C, by Lincoln
Stein and Doug MacEachern, published by O'Reilly & Associates, ISBN 1-56592-567-X.
For MPE-specific information on Apache, the following documents are available on HP's
online document site, http://docs.hp.com
• Configuring and Managing MPE/iX Internet Services for Release 6.5, Chapter 9
• Communicator 3000 MPE/iX Release 6.5