iTP Secure WebServer System Administrator's Guide (iTPWebSvr 5.1+)

Managing the iTP Secure WebServer Using Scripts
iTP Secure WebServer System Administrators Guide522659-001
6-3
Stopping the iTP Secure WebServer Using the stop
Script
Stopping the iTP Secure WebServer Using the stop
Script
You can stop the iTP Secure WebServer by executing the stop script that is in the
/usr/tandem/webserver/conf directory. The script stops the process that was
started by the httpd.config file. You can use the script as shown below:
: cd /usr/tandem/webserver/conf
: ./stop
You should not get any error messages. $ZWEB and any processes started by the iTP
Secure WebServer environment are stopped.
Restarting the iTP Secure WebServer Using the
restarth Script
For Parallel Library TCP/IP Support:
If Auto-Accept feature is elected, the iTP WebServer will no longer support -restarth
option at its startup. This is due to the fact that the Distributor has been removed and can
no longer be used to stage incoming requests while the iTP WebServer is bringing up
and down the HTTPD servers.
The -restarth option will result in the following error message indicating the function is
no longer supported:
httpd: (#617) Operation restarth is not supported with PTCPIP.
In addition, the following preceding messages may also appear when the iTP WebServer
attempts to communicate with the Distributor:
httpd: (#556) SERVERCLASS_SEND_ error: 233
httpd: (#545) could not verify if distributor is using port 80
httpd: (#556) SERVERCLASS_SEND_ error: 233
httpd: (#545) could not verify if distributor is using port 443
The -restarth option will work only if both the old and the new configurations are using
conventional TCP/IP processes as their transport (the Auto-Accept feature is not
enabled).
For Classical TCP/IP Support:
If the iTP Secure WebServer is already running and you want to restart it so that changes
to the httpd.config file can take effect, you can bring up your new configuration without
stopping the server first. You can use the script as shown below:
: cd /usr/tandem/webserver/conf
: ./restarth
You should not get any error messages.