Commit aaadfb2
committed
fix(alpine-mariadb/postgresql): correct php-cgi path for php83
Fix lighttpd failing to start with error:
'invalid bin-path => /usr/bin/php-cgi'
The mod_fastcgi.conf in Alpine references /usr/bin/php-cgi but
with php83 the binary is named /usr/bin/php-cgi83.
Added sed command to update the path in mod_fastcgi.conf after
enabling it in lighttpd.conf.
Fixes #96951 parent e462aba commit aaadfb2
File tree
2 files changed
+2
-0
lines changed- install
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments