diff options
-rw-r--r-- | apache/srm-nophp.conf | 2 | ||||
-rw-r--r-- | apache/srm-php4.conf | 2 | ||||
-rw-r--r-- | apache/srm.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/apache/srm-nophp.conf b/apache/srm-nophp.conf index 8693030..916d55b 100644 --- a/apache/srm-nophp.conf +++ b/apache/srm-nophp.conf @@ -70,4 +70,4 @@ BrowserMatch "JDK/1\.0" force-response-1.0 Alias /doc/ /usr/share/doc/ ## The above line is for Debian Policy 3.0.1 (FHS), which specifies that /doc -## is /usr/doc. Some packages may not work otherwise. -- apacheconfig +## is /usr/share/doc. Some packages may not work otherwise. -- apacheconfig diff --git a/apache/srm-php4.conf b/apache/srm-php4.conf index e09f589..be17282 100644 --- a/apache/srm-php4.conf +++ b/apache/srm-php4.conf @@ -75,4 +75,4 @@ BrowserMatch "JDK/1\.0" force-response-1.0 Alias /doc/ /usr/share/doc/ ## The above line is for Debian Policy 3.0.1 (FHS), which specifies that /doc -## is /usr/doc. Some packages may not work otherwise. -- apacheconfig +## is /usr/share/doc. Some packages may not work otherwise. -- apacheconfig diff --git a/apache/srm.conf b/apache/srm.conf index f6d4b9e..fb50cbf 100644 --- a/apache/srm.conf +++ b/apache/srm.conf @@ -75,4 +75,4 @@ BrowserMatch "JDK/1\.0" force-response-1.0 Alias /doc/ /usr/share/doc/ ## The above line is for Debian Policy 3.0.1 (FHS), which specifies that /doc -## is /usr/doc. Some packages may not work otherwise. -- apacheconfig +## is /usr/share/doc. Some packages may not work otherwise. -- apacheconfig |