View previous topic :: View next topic |
Author |
Message |
belrpr Guru
Joined: 22 May 2006 Posts: 440
|
Posted: Wed Oct 25, 2006 11:44 am Post subject: Apache configuration |
|
|
Hi,
I am creating a mythtv server.
I have an adsl router for internet. I use virtual server to map my 8080 port to 80 port of my apache server.
The same way I did with ssh but apache isn't working from outside my lan (From the internet) while ssh from the internet is just working fine.
I have the default apache configuration.
Thanks for any help! |
|
Back to top |
|
|
no_hope Guru
Joined: 23 Jun 2003 Posts: 482
|
Posted: Wed Oct 25, 2006 1:47 pm Post subject: |
|
|
It's possible that your ISP or the ISP of the client on the Internet blocks 8080. I had that experience with port 81.
Perhaps you could use tcpdump to see if your server actually gets any packets on 8080.
If you don't see anything, your router either isn't receiving packets destined to your server or isn't forwarding them. Otherwise, the problem is probably local to your server. |
|
Back to top |
|
|
|