File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1038,7 +1038,7 @@ static void init_request_info(void)
10381038 size_t plen = strlen (p );
10391039 memmove (env_script_filename , p , plen + 1 );
10401040 apache_was_here = 1 ;
1041- // If DocumentRoot contains cyrillic characters and PHP is invoked with SetHandler (not applicable to ProxySetMatch ),
1041+ // If DocumentRoot contains cyrillic characters and PHP is invoked with SetHandler (not applicable to ProxyPassMatch ),
10421042 // then the cyrillic characters are urlencoded by apache, and we need to decode them, for example with
10431043 // DocumentRoot /home/hans/web/cyrillicрф.ratma.net/public_html
10441044 // env_script_filename contains /home/hans/web/cyrillic%D1%80%D1%84.ratma.net/public_html/index.php.
You can’t perform that action at this time.
0 commit comments