| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 9 months |
| seen | Jan 10 '11 at 18:38 | |
| stats | profile views | 2 |
|
Jan 10 |
awarded | Scholar |
|
Jan 10 |
comment |
No outbound connections for apache2 thank you; this helped me debug the problem. actually, it turned out that a firewall on my client machine was blocking connections to the server. I opened another client machine (actually to use tcpdump, since I couldn't figure out how to do it on windows, which was the original client) and realized that everything seemed to work. :O grepping for listen helped verify that there was only one listen command (so no conflicts) and that it was enabled, and tcpdump (I had to specify an interface, in this case eth1) was useful for verifying connections on the 'good' client |
|
Jan 10 |
accepted | No outbound connections for apache2 |
|
Jan 10 |
revised |
No outbound connections for apache2 added 891 characters in body |
|
Jan 10 |
comment |
No outbound connections for apache2 no firewall. as for ping/traceroute, I can indeed ping the server, and traceroute gives a couple of hops before getting to the server... what should I be inferring from this information, aside from the fact that ping seems to work? as for the apache config, see my edited question. it's allow from all as far as I can tell. |
|
Jan 10 |
awarded | Editor |
|
Jan 10 |
revised |
No outbound connections for apache2 added 1438 characters in body |
|
Jan 10 |
awarded | Student |
|
Jan 10 |
comment |
No outbound connections for apache2 I don't think there is a firewall. I didn't install one, and ubuntu seems to have ufw disabled by default. I tried disabling it for sure ( sudo ufw disable) and retrying, and it still fails. |
|
Jan 10 |
asked | No outbound connections for apache2 |