From: Rich Bowen
- <DirectoryMatch "^/www/.*/[0-9]{3}">
+ <DirectoryMatch "^/www/(.+/)?[0-9]{3}">
would match directories in /www/
that consisted of three
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 5646a624e95..f8fb4304c24 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -712,7 +712,7 @@ subdirectories
takes as an argument a regular expression. For example:
would match directories in /www/
that consisted of three
diff --git a/docs/manual/platform/windows.html.en b/docs/manual/platform/windows.html.en
index 122d66303ed..9640cdb82a8 100644
--- a/docs/manual/platform/windows.html.en
+++ b/docs/manual/platform/windows.html.en
@@ -707,6 +707,13 @@
http://127.0.0.1/
If you happen to be running Apache on an alternate port, you + need to explicitly put that in the URL:
+ +
+ http://127.0.0.1:8080/
+
Once your basic installation is working, you should configure it
properly by editing the files in the conf
subdirectory.
Again, if you change the configuration of the Windows NT service
diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml
index ce67fc3075f..f94327dc888 100644
--- a/docs/manual/platform/windows.xml
+++ b/docs/manual/platform/windows.xml
@@ -704,6 +704,13 @@
http://127.0.0.1/
+
If you happen to be running Apache on an alternate port, you + need to explicitly put that in the URL:
+ +Once your basic installation is working, you should configure it
properly by editing the files in the conf
subdirectory.
Again, if you change the configuration of the Windows NT service