Possible Duplicate:
Enabling Apache in Mac OS X Mountaion Lion
Like the title says but with a twist.
I DO NOT want to use localhost, but my internal IP instead so I don't want to use all the tutorials I have seen to restart/configure Apache from the command line to get localhost working. Reason:
I need the IP to test through multiple devices on my network. With localhost, this is just not possible per every device.
Thanks,
Marco
LoadModule php5_module libexec/apache2/libphp5.so
Now it works like a charm with my IP, etc the way it was :)
– Marco Oct 14 '12 at 21:50