|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-03-26 12:58 UTC] jani@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 22 17:00:02 2025 UTC |
Description: ------------ >>>httpd.conf LoadModule php5_module "C:/SOFT/PHP524/php5apache.dll PHPIniDir "C:/SOFT/PHP524/" <Location /demo> ProxyPass http://iis/demo ProxyPassReverse http://iis/demo </Location> --- in browser: http://apache/demo/???.txt browser send to apache: GET /demo/%D1%84%D1%84%D1%84.txt apache send to iis:80 : GET /demo/╤%84╤%84╤%84.txt (i.e. %D1 convert to chr(0xd1)) if php5_module is not loaded apache send to iis:80 : GET /demo/%D1%84%D1%84%D1%84.txt tested on: Apache 1.3.39, 2.0.59, 2.2.6 & PHP 5.2.4, 5.0.5, 4.4.6