From 3093e0ce22ef255198b5de6aaa17dcae728853db Mon Sep 17 00:00:00 2001 From: dgaudet Date: Tue, 20 Apr 1999 19:18:41 +0000 Subject: [PATCH] note about 127.0.0.1 PR: 4155 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83070 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform/windows.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manual/platform/windows.html b/docs/manual/platform/windows.html index 641577a8c2..018932e054 100644 --- a/docs/manual/platform/windows.html +++ b/docs/manual/platform/windows.html @@ -202,6 +202,12 @@ access the default page, launch a browser and enter this URL: This should respond with a welcome page, and a link to the Apache manual. If nothing happens or you get an error, look in the error_log file in the logs directory. +If your host isn't connected to the net, you may have to use +this URL: + +
+  http://127.0.0.1/
+

-- 2.50.1