Operating System - HP-UX
1831635 Members
1676 Online
110027 Solutions
New Discussion

server is not reachable via the webbrowser. But the server is pingable and is up

 
arun khatwani
Frequent Advisor

server is not reachable via the webbrowser. But the server is pingable and is up

NLXAAA is not reachable via the webbrowser. But the server is pingable.

http:\\NLXAAA:2136
163.175.44.148

I checked the server is up,and users are able to login.

So what needs to be check. in order to make it reachable via web.
2 REPLIES 2
Bill Hassell
Honored Contributor

Re: server is not reachable via the webbrowser. But the server is pingable and is up

Do you have the web server running on your HP-UX system? Have any router or firewall changes been made by your network administrators? Do you have a test file you can reference for the web server such as the Apache documentation page?


Bill Hassell, sysadmin
Hakki Aydin Ucar
Honored Contributor

Re: server is not reachable via the webbrowser. But the server is pingable and is up

probably your apache server needed to restart:
go to find process:

ps â ef |grep httpd

then

/opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start

OR

/opt/hpws/apache/bin/apachectl startssl