Bug 1210621 - Wrong local path to /perl in default perl.conf
Summary: Wrong local path to /perl in default perl.conf
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Software Collections
Classification: Red Hat
Component: mod_perl
Version: rh-perl524
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 2.3
Assignee: Jitka Plesnikova
QA Contact: Martin Kyral
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-10 08:36 UTC by Martin Frodl
Modified: 2016-11-15 10:04 UTC (History)
3 users (show)

Fixed In Version: rh-perl524-mod_perl-2.0.9-6.el6 rh-perl524-mod_perl-2.0.9-6.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-15 10:04:56 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2016:2729 0 normal SHIPPED_LIVE new packages: rh-perl524 2016-11-15 14:38:28 UTC

Description Martin Frodl 2015-04-10 08:36:59 UTC
Description of problem:

This is a snippet from /opt/rh/httpd24/root/etc/httpd/conf.d/perl.conf right after the installation of rh-perl520-mod_perl:

...
 25 
 26 # This will allow execution of mod_perl to compile your scripts to
 27 # subroutines which it will execute directly, avoiding the costly
 28 # compile process for most requests.
 29 #
 30 #Alias /perl /var/www/perl
 31 #<Directory /var/www/perl>
 32 #    SetHandler perl-script
 33 #    PerlResponseHandler ModPerl::Registry
 34 #    PerlOptions +ParseHeaders
 35 #    Options +ExecCGI
 36 #</Directory>
 37 
...

The paths /var/www/perl on lines 30 and 31 should both be changed to /opt/rh/httpd24/root/var/www/perl. Sure, it is 'just a comment' and not breaking anything by default. Still, I am positive that users will appreciate the possibility to just uncomment lines 30 through 36 and make mod_perl work with httpd24 right away, without further fiddling and tweaking.

Version-Release number of selected component (if applicable):
rh-perl520-mod_perl-2.0.8-8.20150122svn1653807.el6.x86_64

Comment 7 errata-xmlrpc 2016-11-15 10:04:56 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHEA-2016-2729.html


Note You need to log in before you can comment on or make changes to this bug.