Bug 16196

Summary: <Location /> disables <Directory> directives
Product: [Retired] Red Hat Linux Reporter: Enrico Scholz <rh-bugzilla>
Component: apacheAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-14 21:46:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Enrico Scholz 2000-08-14 21:46:27 UTC
In /etc/httpd.conf there is a clause

| <Location />
| ...
| </Location>

This statement has a higher priority than <Directory> directives. That's
why widely used configurations like

| <Directory "/home/*/public_html/cgi-bin">
|	Options ExecCGI
| </Directory>

won't work anymore.


I think you should move everything from <Location /> into the <Directory />
section and remove it entirely.

Comment 1 Nalin Dahyabhai 2000-08-15 18:40:43 UTC
Changing it back for apache-1.3.12-23.