Configuring and Managing MPE/iX Internet Services (August 2002)

Chapter 9
HP WebWise MPE/iX Secure Web Server
Testing a DSO
176
Testing a DSO
After configuration or at any time after modifying a DSO, restart Apache in order to load the module:
shell/iX> cd /APACHE/PUB/logs
shell/iX> kill -HUP cat ./httpd.pid
or
kill -TERM cat httpd.pid`;callci stream ../JHTTPD
To execute the mod_hw DSO, access the <Location> specified in the httpd.conf file. A DSO may be executed
in a different way, depending on the DSOs functionality:
http://yourserver.com/hw
The output of the mod_hw module prints Hello World! followed by the result of raising the number 12 to
the power of 2. The following is the output seen in a browser:
Hello World!
The result of 12.00**2.00 is 144.00