summaryrefslogtreecommitdiff
path: root/www/apache20/files/patch-ab
blob: 19eed9e69a58aa315e7d5949d5c4552ebf756349 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*** conf/access.conf-dist.orig	Wed Jul  3 21:18:11 1996
--- conf/access.conf-dist	Fri Jul  5 06:32:54 1996
***************
*** 12,18 ****
  
  # This should be changed to whatever you set DocumentRoot to.
  
! <Directory /usr/local/etc/httpd/htdocs>
  
  # This may also be "None", "All", or any combination of "Indexes",
  # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
--- 12,18 ----
  
  # This should be changed to whatever you set DocumentRoot to.
  
! <Directory /usr/local/www/data>
  
  # This may also be "None", "All", or any combination of "Indexes",
  # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
***************
*** 38,44 ****
  # /usr/local/etc/httpd/cgi-bin should be changed to whatever your ScriptAliased
  # CGI directory exists, if you have that configured.
  
! <Directory /usr/local/etc/httpd/cgi-bin>
  AllowOverride None
  Options None
  </Directory>
--- 38,44 ----
  # /usr/local/etc/httpd/cgi-bin should be changed to whatever your ScriptAliased
  # CGI directory exists, if you have that configured.
  
! <Directory /usr/local/www/cgi-bin>
  AllowOverride None
  Options None
  </Directory>