Ignore:
Timestamp:
Feb 10, 2008, 9:54:11 AM (16 years ago)
Author:
andersk
Message:
Only check .htaccess files inside web_scripts, thus eliminating a past
source of user confusion, and speeding up responses by about 1ms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/config/etc/httpd/conf/httpd.conf

    r635 r642  
    7575
    7676<Directory />
    77     AllowOverride All
     77    AllowOverride None
    7878    Options FollowSymLinks IncludesNoExec
     79</Directory>
     80
     81<Directory /afs/*/*/web_scripts>
     82    AllowOverride All
     83</Directory>
     84<Directory /afs/*/*/*/web_scripts>
     85    AllowOverride All
     86</Directory>
     87<Directory /afs/*/*/*/*/web_scripts>
     88    AllowOverride All
     89</Directory>
     90<Directory /afs/*/*/*/*/*/web_scripts>
     91    AllowOverride All
     92</Directory>
     93<Directory /afs/*/*/*/*/*/*/web_scripts>
     94    AllowOverride All
     95</Directory>
     96<Directory /afs/*/*/*/*/*/*/*/web_scripts>
     97    AllowOverride All
     98</Directory>
     99<Directory /afs/*/*/*/*/*/*/*/*/web_scripts>
     100    AllowOverride All
    79101</Directory>
    80102
Note: See TracChangeset for help on using the changeset viewer.