CentOS 6 I'm having an issue accessing my apache website from any host other than localhost... the website works when queried by either 127.0.0.1 or it's assigned ip of 10.11.248.77 using lynx (text browser)
It is running on a windows hyper-v, but I CAN ssh into it, and ping it. I have disabled selinux. httpd.conf (excerpt) # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, in addition to the default. See also the <VirtualHost> # directive. # # Change this to Listen on specific IP addresses as shown below to # prevent Apache from glomming onto all bound IP addresses (0.0.0.0) # Listen 0.0.0.0:80 [root@blog conf]# netstat -anp |grep tcp tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 1279/mysqld tcp 0 0 0.0.0.0:44492 0.0.0.0:* LISTEN 1000/rpc.statd tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 982/rpcbind tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1357/httpd tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1098/sshd tcp 0 52 10.11.248.77:22 10.11.250.105:15055 ESTABLISHED 1122/0 tcp 0 0 :::111 :::* LISTEN 982/rpcbind tcp 0 0 :::22 :::* LISTEN 1098/sshd tcp 0 0 :::49562 :::* LISTEN 1000/rpc.statd So... I loaded it on my laptop under VirtualBox and I have the SAME ISSUE. (so I'm kind of assuming it's a problem with a configuration). Any ideas would be greatly appreciated... Rob. --------------------------------------------------------------------- Archive http://marc.info/?l=jaxlug-list&r=1&w=2 RSS Feed http://www.mail-archive.com/list@jaxlug.org/maillist.xml Unsubscribe list-unsubscr...@jaxlug.org