> I have a linux Apache server behind a LinkSys BEFSR41 cable router. The
web
> server listens on port 7783. I have opened 7783 on my router using the
port
> forwarding page, but still cannot access the website from the Internet.
> Using the same method on port 22, I can ssh in to the box, so I think I am
> doing it correctly.
Stupid question, perhaps, but are you trying to access your site with a URL
like
http://yourserver:7783/
You must use this URL since you've opened up port 7783 on your router and
have said incoming traffic should be routed to port 7783 on your Apache
server. If you want the world to access your web site on port 80, with a URL
like
http://yourserver/
you need to map port 80 on your router to port 7783 on your Apache server.
RF