serving myself only

alligatorTim

Registered
hello. i've got mysql, apache and php up and running on my powerbook (10.1), and everything is working how i'ld like it to, but i would like to have apache serve my pages to me (parsing php and all) without any connectivity to the internet so that i can work on development at the laundry, or the car wash or whatever... currently if the laptop is unplugged the browser won't resolve the hostnames.

i've tried all of the following:

http://localhost/
http://127.0.0.1
http://6.3.6.0 (this is the ip the network utility gives me as mine)

is this possible?

-alligator
 
cool. i opened my netinfo manager and changed the serves directory for localhost to my current web directory.

thanks for your help.
 
Back
Top