diff options
Diffstat (limited to 'apache')
-rw-r--r-- | apache/srm-nophp.conf | 5 | ||||
-rw-r--r-- | apache/srm-php4.conf | 5 | ||||
-rw-r--r-- | apache/srm.conf | 4 |
3 files changed, 3 insertions, 11 deletions
diff --git a/apache/srm-nophp.conf b/apache/srm-nophp.conf index 5621703..8693030 100644 --- a/apache/srm-nophp.conf +++ b/apache/srm-nophp.conf @@ -68,9 +68,6 @@ BrowserMatch "RealPlayer 4\.0" force-response-1.0 BrowserMatch "Java/1\.0" force-response-1.0 BrowserMatch "JDK/1\.0" force-response-1.0 -Alias /doc/ /usr/doc/ +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 - -Alias /docnew/ /usr/share/doc/ - diff --git a/apache/srm-php4.conf b/apache/srm-php4.conf index ab113f3..e09f589 100644 --- a/apache/srm-php4.conf +++ b/apache/srm-php4.conf @@ -73,9 +73,6 @@ BrowserMatch "RealPlayer 4\.0" force-response-1.0 BrowserMatch "Java/1\.0" force-response-1.0 BrowserMatch "JDK/1\.0" force-response-1.0 -Alias /doc/ /usr/doc/ +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 - -Alias /docnew/ /usr/share/doc/ - diff --git a/apache/srm.conf b/apache/srm.conf index 4d0c1b3..f6d4b9e 100644 --- a/apache/srm.conf +++ b/apache/srm.conf @@ -73,8 +73,6 @@ BrowserMatch "RealPlayer 4\.0" force-response-1.0 BrowserMatch "Java/1\.0" force-response-1.0 BrowserMatch "JDK/1\.0" force-response-1.0 -Alias /doc/ /usr/doc/ +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 - -Alias /docnew/ /usr/share/doc/ |