unblock port 80
Matthew J. Brodeur
mbrodeur at NextTime.com
Mon Mar 11 10:36:51 EST 2002
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, 11 Mar 2002, Abhishake Pathak wrote:
> is there anyway i would be able to unblock port 80 or somehow work
> around it (my ISP has it blocked) so that i can have my webserver
> working?
Change ISPs.
No, really. If your ISP has blocked port 80, it's probably because
they don't WANT you to run a web server, or most likely ANY kind of
server. Doing so could violate the ToS and get your account cancelled.
That being said, it should be possible to run your server on a port
they're NOT blocking, such as 8000 or 8080. With Apache you'd change the
line:
#Listen 80
to
Listen 8000
In your httpd.conf, and restart apache. The problem then is getting
people to tack the ":8000" on the end of your host name.
- --
-Matt
When you make your mark in the world, watch out for guys with erasers.
-- The Wall Street Journal
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE8jM8Xc8/WFSz+GKMRAu9kAKCPfZfvTBr2PjIZDIi5Od2Oc+iQLwCdF9p4
IJOp64eRfkq1TIHFeVnjLSw=
=6q+c
-----END PGP SIGNATURE-----
More information about the Discuss
mailing list