Bug 1136906 - SetHandler to proxy support
Summary: SetHandler to proxy support
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Software Collections
Classification: Red Hat
Component: httpd
Version: httpd24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 1.2
Assignee: Jan Kaluža
QA Contact: Ondřej Pták
URL:
Whiteboard:
Depends On: 1136290
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-03 14:48 UTC by Jan Kaluža
Modified: 2021-01-14 09:19 UTC (History)
9 users (show)

Fixed In Version: httpd24-httpd-2.4.10-1.el7 httpd24-httpd-2.4.10-1.el6
Doc Type: Bug Fix
Doc Text:
Clone Of: 1136290
Environment:
Last Closed: 2015-06-04 09:12:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:1056 0 normal SHIPPED_LIVE httpd24 bug fix and enhancement update 2015-06-04 13:11:57 UTC

Comment 3 Ondřej Pták 2015-05-06 13:06:27 UTC
httpd24-httpd-2.4.6-25.el7
==========================
:: [   PASS   ] :: Copying 00-mpm.conf (Expected 0, got 0)
:: [   PASS   ] :: Copying php.conf (Expected 0, got 0)
:: [   PASS   ] :: Starting httpd (Expected 0, got 0)
:: [   PASS   ] :: Downloading bug1136290.php (Expected 0, got 0)
<?php
$name = "fish";
$value = 42;

echo "$name is $value\n";
?>
:: [   FAIL   ] :: File '/var/tmp/tmp.XtAETNw8Af' should contain 'fish is 42

httpd24-httpd-2.4.12-6.el7
==========================
:: [   PASS   ] :: Copying 00-mpm.conf (Expected 0, got 0)
:: [   PASS   ] :: Copying php.conf (Expected 0, got 0)
:: [   PASS   ] :: Starting httpd (Expected 0, got 0)
:: [   PASS   ] :: Downloading bug1136290.php (Expected 0, got 0)
fish is 42
:: [   PASS   ] :: File '/var/tmp/tmp.74yvorsOYs' should contain 'fish is 42'


# cat php.conf 
<FilesMatch \.php$>
    SetHandler "proxy:fcgi://127.0.0.1:9000"
</FilesMatch>

# cat 00-mpm.conf 
LoadModule mpm_worker_module modules/mod_mpm_worker.so

Comment 5 errata-xmlrpc 2015-06-04 09:12:47 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/RHBA-2015-1056.html


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