Restart the Web server

To apply the configuration changes, restart the Web server. If remote management is enabled, you may do so by selecting webserver1 on the Web servers page (Servers Æ Web servers, as shown in Figure 10-7), then clicking Stop and then Start.

If you do not use remote management, log on to Web server node 1as root and issue the two commands given in Example 10-6, where each command needs to be on one line.

Example 10-6 Restarting IBM HTTP Server manually

IHS_Install_Dir/bin/apachectl -k stop -f WC_Install_Dir/instances/demo/httpconf/httpd.conf
IHS_Install_Dir/bin/apachectl -k start -f WC_Install_Dir/instances/demo/httpconf/httpd.conf

xxxx