From 7b2056b163252d5700ccf5fa33a8a16598d4ed9a Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Wed, 22 Nov 2023 14:02:53 +0000 Subject: [PATCH] mention httpd.conf and install root dependency git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914040 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform/windows.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml index 019c92eb282..2d12a6c22bf 100644 --- a/docs/manual/platform/windows.xml +++ b/docs/manual/platform/windows.xml @@ -81,6 +81,13 @@ Windows. See the directive index for all the available directives.

+

The default configuration of the source distribution expects the server + to be installed into \Apache2x. This can be customized at compilation time, + but it's important that ultimately the ServerRoot in + httpd.conf match the actual installation root. Binary distributions may + customize either the default installation root or the overall layout of + the initial configuration.

+

The main differences in Apache for Windows are: