Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 66663

Summary: apache-2.0.51-r1: wrong syntax in commonapache2.conf
Product: Gentoo Linux Reporter: Alex Efros <powerman-asdf>
Component: New packagesAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alex Efros 2004-10-07 09:01:25 UTC
<Location  "^/perl/*.pl>
should be
<Location ~ "^/perl/*.pl$">


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2005-02-09 13:14:09 UTC
from commonapache2.conf in 2.0.52-r1:

# To set subdirectories to use perl set the following 
# and comment the orignial:
# <Location ~ "^/perl/.*\.pl$">
<Location  "^/perl/*.pl>