logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: How can I remove port number-81 from url
Author
jobsjob21



Joined: 27 Apr 2012
Posts: 1
Location: india

PostPosted: Fri 27 Apr '12 18:30    Post subject: How can I remove port number-81 from url Reply with quote

hi all,
can you please help me to access my localhost without passing the port number in the url?
Current URL http://localhost:81/
want to get the url http://localhost.

My ISP block the port 80, so I can't use that port
Apache is listing port 81. How can I access the local host without specify the port number? Please help me with your ideas
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7306
Location: Germany, Next to Hamburg

PostPosted: Thu 03 May '12 6:48    Post subject: Reply with quote

Only from your LAN or also from the internet?

If only from LAN you can change the Listen to port 80 and doing the portforwarding in your router external Port 81 to internal_IP Port 80
Back to top


Reply to topic   Topic: How can I remove port number-81 from url View previous topic :: View next topic
Post new topic   Forum Index -> Apache