Page 1 of 1

Running Apache Off-line

Posted: Wed Oct 08, 2003 7:07 am
by Gen-ik
Does anyone know if it's possible to run Apache/PHP off-line?

I've got Apache set-up on my home PC so that I can test out PHP files and websites I'm working on but need to be on-line to do this (using the 127.0.0.1 method). Does anyone if if it's possible to run this off-line.

The only reason I ask is because being in the UK I'm still on a dial-up modem and still get charged for being on-line!


Thanks.

Posted: Wed Oct 08, 2003 7:10 am
by Nay
Doesn't http://localhost work offline?

-Nay

Posted: Wed Oct 08, 2003 10:25 am
by evilMind
yeah, localhost should *always* work. In httpd.conf try

Listen 127.0.0.1:80
(if it's not already set).....