Commit 1e45dee
authored
Revert "Fix Apache IDN PHP scripts (hestiacp#4583)" (hestiacp#4675)
This reverts commit 5136018.
This makes us go back to using SetHandler instead of ProxyPassMatch
The SetHandler unicode problems appears to have been fixed
in upstream apache httpd 2.4.59 ,
so the solution to running domains with unicode/cyrillic characters should
just be to update to apache>=2.4.59
ref php/php-src#17083 (comment)
The ProxyPassMatch solution added new problems with OpenCart like https://forum.hestiacp.com/t/php-file-not-found-but-it-exists/16694/4
AH01136: Unescaped URL path matched ProxyPass; ignoring unsafe nocanon
[proxy:error] [pid 204010:tid 204023] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:8000 (localhost:8000) failed1 parent 83e733d commit 1e45dee
File tree
4 files changed
+12
-6
lines changed- install
- deb/templates/web/apache2/php-fpm
- rpm/templates/web/httpd/php-fpm
4 files changed
+12
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments