https://issues.apache.org/bugzilla/show_bug.cgi?id=56157
Bug ID: 56157
Summary: redirect_ var sets in lowercase
Product: Apache httpd-2
Version: 2.2.25
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Hello i'm trying to setup a https 2.2.25 with mod_fastcgi and php-fpm
and have some errors. strafing fpm and apache i see:
read(3, "\22\0REDIRECT_USER_NAME", 20) = 20
read(3, "\1\4\0\1\0\"\0\0", 8) = 8
read(3, "\26\nREDIRECT_DOCUMENT_NAMEindex.html", 34) = 34
read(3, "\1\4\0\1\0\32\0\0", 8) = 8
read(3, "\r\vREDIRECT_hostwww.test.sx", 26) = 26
read(3, "\1\4\0\1\0;\0\0", 8) = 8
read(3, "\f-REDIRECT_url/script.php", 25) = 25
read(3, "\1\4\0\1\0\35\0\0", 8) = 8
read(3, "\20\vREDIRECT_HANDLERphp-fastcgi", 29) = 29
read(3, "\1\4\0\1\0\24\0\0", 8) = 8
read(3, "\17\3REDIRECT_STATUS200", 20) = 20
read(3, "\1\4\0\1\0\22\0\0", 8) = 8
...
as you can see REDIRECT_url and REDIRECT_host are in lowercase and
php can't read.
is it normal? it's a bug??
i'm including php scripts with mod_include:
test.html
include virtual=test2.html
include virtual=test3.html
include virtual=/script.php?aa=bb
-------
LoadModule fastcgi_module modules/mod_fastcgi.so
FastCgiIpcDir /var/run/fastcgi
FastCGIServer /usr/sbin/php-fcgi -restart-delay 1 -init-start-delay 1
AddHandler php-fastcgi .php
Action php-fastcgi /fcgi
ScriptAlias /fcgi /usr/sbin/php-fcgi
<Directory /usr/sbin/>
Options ExecCGI Includes
Order deny,allow
Deny from all
<Files php-fcgi>
Order deny,allow
Allow from all
</Files>
</Directory>
----
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]