View | Details | Raw Unified | Return to bug 12898
Collapse All | Expand All

(-)httpd.conf.orig (-2 / +2 lines)
Lines 416-422 Link Here
416
# permissions.  
416
# permissions.  
417
#
417
#
418
<Directory />
418
<Directory />
419
    Options FollowSymLinks
419
    Options FollowSymLinks -Indexes
420
    AllowOverride None
420
    AllowOverride None
421
</Directory>
421
</Directory>
422
422
Lines 439-445 Link Here
439
# Note that "MultiViews" must be named *explicitly* --- "Options All"
439
# Note that "MultiViews" must be named *explicitly* --- "Options All"
440
# doesn't give it to you.
440
# doesn't give it to you.
441
#
441
#
442
    Options Indexes Includes FollowSymLinks MultiViews
442
    Options Includes FollowSymLinks MultiViews
443
443
444
#
444
#
445
# This controls which options the .htaccess files in directories can
445
# This controls which options the .htaccess files in directories can

Return to bug 12898