Help solving web server issues

Tez binary_y2k2 at blueyonder.co.uk
Thu Mar 22 16:47:09 UTC 2007


Ryan Kaskel wrote:
> This problem isn't Kubuntu specific but since I'm using the OS I thought 
> this would be a good list to ask on. I have Apache setup and running and 
> it works locally (using my domain name). But when an IP other than than 
> the one the server is running on tries to access the site the browser 
> says "connecting..." and is never able to connect. I've had a website 
> working on a different server before (on the same network) but now it 
> doesn't seem to work. Any ideas? By the way, I am on a home network and 
> my DSL subscription allows me to operate websites. IP passthrough to my 
> server is enabled.
>
> Thanks,
> Ryan
>
>   
In /etc/apache2/ports.conf make sure it says:
Listen 0.0.0.0:80

or if you're running apache 1.x then it should be in 
/etc/apache/httpd.conf (IIRC)
Also make sure that you have your firewall configured to allow 
connections to port 80 (if you have a firewall enabled)

Tez






More information about the kubuntu-users mailing list