Connect to the home page of IBM HTTP Server with your browser, configure server

xiaoxiao2021-03-06  55

Environmental Products: IBM HTTP Server Platform: AIX V4.3.3, AIX V5.1, Windows NT V4.0, Windows 2000 Version: v1.3.x Questions After IBM HTTP Server is installed, start HTTP Server and http admin server, browse Connect the home page of IHS, when you click the "Configure Server" link, the browser pops up a user authentication dialog box and cannot enter this feature. What should I do? The browser connects the home page of IBM HTTP Server. When you click the "Configure Server" link, the browser pops up the User Authentication dialog, which means you have successfully connected to Administration Server, but the Administration Server cannot verify your user identifier or Password. User authentication is set when IBM HTTP Administration Server is installed. This means that after installing, when accessing IBM HTTP Administration Server, if there is no correct user identifier and password, IBM HTTP Administration Server will not be entered. This is to protect the IBM HTTP Server configuration files that are not accessed by unidentified users. To create an Administration Server user identifier and password, you can use the "htpasswd" utility that IBM HTTP Server comes with. Enter the following command in the command line: In the NT (IHS server root directory), enter: htpasswd conf / admin.Passwd [login name] In AIX, enter: / usr / httpserver / bin / htpasswd -m conf / admin .passwd [login name] In Solaris, enter: / opt / ibmhttpd / bin / htpasswd -m conf / admin.passwd [login name] In Linux, enter: / OPT / IBMHTTPSERVER / BIN / HTPASSWD -M Conf / Admin .passwd [login name] In HP-UX, enter: / opt / httpserver / bin / htpasswd -m conf / admin.passwd [loginname] where [login name] will be used to use the user identifier for Administration Server. Note: Then, htpasswd will prompt you for two passwords: new password: *** Re-enter new password: *** You can log in to IBM HTTP Administration Server with new usernames and passwords.

转载请注明原文地址:https://www.9cbs.com/read-72063.html

New Post(0)