Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100430 - typo in commonapache2.conf prevents /perl/*.pl from working
Summary: typo in commonapache2.conf prevents /perl/*.pl from working
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-26 22:04 UTC by Chris Durkin
Modified: 2005-09-17 19:18 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 Chris Durkin 2005-07-26 22:04:08 UTC
<Location  "^/perl/*.pl> # <-- dont need the "^ here
    #    SetHandler perl-script
	<IfDefine MODPERL2>
        PerlResponseHandler Apache2::ModPerl::Registry
	</IfDefine>
	<IfDefine !MODPERL2>
        PerlResponseHandler ModPerl::Registry
	</IfDefine>
        Options -Indexes ExecCGI
        PerlSendHeader On
    </Location>

Reproducible: Always
Steps to Reproduce:
1. Open commonapache2.conf
2. Scroll down to the line (~920) that says <Location  "^/perl/*.pl>
3. Look at the line.

This typo prevents the scripts in /perl/ from being run properly.

Actual Results:  
I saw the typo and fixed it. Worked fine after that.


This probably had something to do with fixing bug #38130, which had something to
do with this line.
Comment 1 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-09-17 19:18:25 UTC
This should be taken care of in the per-module configuration with new-style
apache. Please reopen the bug if the issue still exists there.