Ok, I believe we're getting somewhere. I think the easiest way to report
back my findings from all three of your suggestions is to simply copy and
paste the output from each command.


*After checking the httpd.conf file, I received; *


"
============================================================================
" Netrw Directory Listing                                        (netrw
v134)
"   /etc/httpd/conf.d
"   Sorted by      name
"   Sort sequence:
[\/]$,\.h$,\.c$,\.cpp$,*,\.o$,\.obj$,\.info$,\.swp$,\.bak$,\~$
"   Quick Help: <F1>:help  -:go up dir  D:delete  R:rename  s:sort-by
x:exec
"
============================================================================
../
README
mod_dnssd.conf
php.conf
proxy_ajp.conf
ssl.conf
welcome.conf




*After typing in the command netstat -tan, I received;*

tcp        0      0 :::443                      :::*
LIS
tcp        0      0 :::80                       :::*
LIS




*After typing in the command iptables -L -n, I received; *

Chain INPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state
RELATED,ESTABLISHED
ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp
dpt:443
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp
dpt:22
REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with
icmp-host-prohibited

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with
icmp-host-prohibited

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination


Also, checking for error logs under httpd returned nothing. Thanks again for
your suggestions James. Hopefully you can pinpoint the problem through one
of these outputs.

Reply via email to