HP-UX 11i NSA HTTP Release Notes

HP-UX 11i NSA HTTP Software
Installation
6
5. Verify that the NSA HTTP DLKM module (nsamod) is loaded:
kmadmin -s
Name ID Status Type
=================================================
nsamod 1 LOADED STREAMS
Activating HP-UX 11i NSA HTTP
1. Configure /etc/rc.config.d/nsahttpconf with the operating parameters for the NSA
HTTP service. This configuration file is delivered with the default settings for NSA HTTP,
which can be used in addition or in place of any custom settings. To use default setting,
this step can be skipped.
2. Execute the following command to configure, register and load NSA HTTP DLKM module
and register the TCP ports specified in Step 1 in /etc/rc.config.d/nsahttpconf:
/sbin/init.d/nsahttp start
3. Stop the Web server (such as the Apache Web server) you want to use with NSA HTTP
service.
4. Restart the Web server you want to use with NSA HTTP service.
5. Once the Web server is restarted, there will be one nsad kernel daemon for each socket
listening on a port registered with NSA HTTP. You can verify this with the following
command:
ps -ef | grep nsad | grep -v grep
Activating HP-UX 11i NSA HTTP at Startup
1. Configure /etc/rc.config.d/nsahttpconf with the operating parameters for the NSA
HTTP service or use NSA HTTP default values.
2. Set theNSAHTTP_ENABLE flag in/etc/rc.config.d/nsahttpconf. This will activate NSA
HTTP automatically at system startup time. (This is the default behavior of NSA HTTP,
so unless the setting of NSAHTTP_ENABLE has been previously altered, no action is
required.) The entry will be:
NSAHTTP_ENABLE=1