Skip to content

Commit 2aceb35

Browse files
authored
typo
1 parent 17479f8 commit 2aceb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/fpm_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)