Some IHS Server operations are listed here i know it is not difficult to manage with help utility but for easy reference its given here.
Start/Stop your server thro' the command lne params.
apache -k start -f "D:\IBM\IBM HTTP Server\conf\httpd.conf"
apache -k stop -f "D:\IBM\IBM HTTP Server\conf\httpd.conf"
This will install the Apache services as windows nt service
apache -k install -n "IHS_1" -f "D:\IBM\IBM HTTP Server\conf\httpd.conf"
apache -k install -n "IHS_2" -f "D:\IBM\IBM HTTP Server\conf\httpd2.conf"
Note: Provide different log file names and different PID files to run both the servers simultaneously on to a single windows server.
No comments:
Post a Comment