I'm having a hard time getting Apache to start running via MAMP.
I've been developing with MAMP for the past few months and all has worked fine. This morning, however, Apache has magically stopped working, despite me making no alterations to the configuration or anything.
Checking my apache_error.log I see this every time I try to start Apache via MAMP:
[Fri Sep 09 12:16:19 2011] [alert] (EAI 8)nodename nor servname provided, or not known: mod_unique_id: unable to find IPv4 address of "unknown040cced5b2fe"
Configuration Failed
Any ideas? I'm a bit stumped.
telnet 127.0.0.1 80(as well as 8080 and 8888) and each time got the following: – Jack W-H Sep 9 '11 at 13:52Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused telnet: Unable to connect to remote host– Jack W-H Sep 9 '11 at 13:52