LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   http issue (https://www.linuxquestions.org/questions/linux-newbie-8/http-issue-894111/)

linuxandtsm 07-27-2011 11:58 AM

http issue
 
tried to access http using below

Code:

http://hotsname:7780
but end up with following error

Code:

Oops! Internet Explorer could not connect to hostname:7780
any help on this.

output of few commands below on the RHEL5 server

Code:

# netstat -nap |grep http
tcp        0      0 127.0.0.1:7202              0.0.0.0:*                  LISTEN      32057/httpd
tcp        0      0 0.0.0.0:7780                0.0.0.0:*                  LISTEN      32057/httpd
tcp        0      0 127.0.0.1:8516              127.0.0.1:6113              ESTABLISHED 32081/httpd


SL00b 07-27-2011 12:06 PM

Can you ping the host?

Tinkster 07-27-2011 12:35 PM

While iptables should be an unlikely candidate on any oracle
box ... what does iptables -L show?

And, for good measure: sure it's http:// not https://?

linuxandtsm 07-27-2011 12:37 PM

Hi Tinkster,

yes, as you said iptables was the problem
i disabled it and now everything works fine.
Thank you!


All times are GMT -5. The time now is 10:53 PM.