Jump to content

Help Me


Recommended Posts

Your probably need to change the IP address Apache runs on and/or the port no.

 

YOu can do this by editing the httpd.conf file (located in the conf/ folder).

 

Scroll down to line 53 which be like this by default:

Listen 80

 

Change 80 to 8080 instead. Save the httpd.conf and restart Apache. Now go to http://localhost:8080 (or whatever ip/adomain address you use) and see if it connects.

 

Note: It is important you append :8080 after the ip/domain name. This tells the browser to communicate to the server via port 8080 and not the default, which is port 80. As you changed the port Apache listens to for tcp/ip requests.

Link to comment
Share on other sites

what does line 53 look like in the httpd.conf? Look for this line:

# Listen: Allows you to bind Apache to specific IP addresses and/or

now scroll down a few lines until your see

Listen xx

xx being the port number Apache is listening on.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.