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
https://forums.phpfreaks.com/topic/49216-help-me/#findComment-241730
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.