5 pts.
 How to start *admin in HTTP Server.
It has been scheduled to start STRTCPSVR but in HTTP the *ADMIN is not started. Only the default Apache is active.

HTTP server unable to start. Initialization errors were detected.

Failed to bind and listen on port 80.

HTTP server unable to start. Configuration errors were detected.

HTTP Server instance APACHEDFT is already active.



Software/Hardware used:
V5R1, 170
ASKED: February 23, 2011  11:42 AM
UPDATED: March 16, 2011  2:50 AM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

This is not a solution, but take as a suggestions….
In order to stop or restart Apache, u must send a signal to the running httpd processes. U will notice many httpd executables running on system, but u should not send signals to any of them except the parent. First stop Apache by httpd -k shutdown and then restart by httpd -k restart
Open Command Prompt from Start Menu > Programs. Change to the folder to which installed Apache, type the command apache, and read the error message. Then change to the logs folder, and review the error.log file for configuration mistakes. cd ..logs
more < error.log and see the what errors r there !

 22,035 pts.

 

Look at the *ADMIN configuration. May be it was modified to listen to port 80 (2001 is the default) and if another instance (APACHEDFT) is using port 80 you will receive this kind of messages.

Regards,
Wilson

 2,385 pts.

 

if you still cannot start the thing call IBM. usually when starting this stuff, it is quite straight forward.

 15,485 pts.