Jump to content

MAMP/Apache Server on localhost running very slow


Recommended Posts

How do you try to reach the local server, by ip address or domain name?

 

Open up /etc/hosts with your text editor and try to comment out (just for a test) all adobe domain name lines to this file, restart apache and try again.

 

The better way for me here is to setup a new virtual host in apache ip based, which means that you would have a different local ip address for your project - http://httpd.apache.org/docs/2.2/vhosts/examples.html

Hey @frshjb373,

first of all I wanna tell you that rarely providing my help to mac or windows users using some app's like MAMP, WAMP, XAMPP etc....b/s I don't use these OS's.

So, open up mac's console and give me the result of next output:

ping localhost -c 5

Also, try to reach Apache server by IPv4 and IPv6 addreses 

Open up the browser and try:

 

URL 1: http://127.0.0.1:8888

URL 2: http://[::1]:8888

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.