Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66663 - apache-2.0.51-r1: wrong syntax in commonapache2.conf
Summary: apache-2.0.51-r1: wrong syntax in commonapache2.conf
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-07 09:01 UTC by Alex Efros
Modified: 2005-02-09 13:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>