Setting Your IBM HTTP Server administrator password

AIXLinuxSun Solaris Operating EnvironmentWindows To set your IBM HTTP Server administrator password,

  1. Switch to the HTTPServer_installdir/bin directory on your machine.
  2. Type the following command:
    • AIXLinuxSun Solaris Operating Environment./htpasswd -b ../conf/admin.passwd user password
    • Windowshtpasswd -b conf\admin.passwd user password
    where user and password are the user ID and password that you want to have administrative authority for IBM HTTP Server.

You have now successfully set your IBM HTTP Server administration password.

Note: If the administrator password does not exist, you need to run htpassword with the -c option to create the password first.

Feedback