|
Lines 1-5
Link Here
|
| 1 |
****************************************************************************** |
1 |
****************************************************************************** |
| 2 |
|
2 |
|
|
|
3 |
Consider switching to php-fpm and mod_fast_cgi as per Apache httpd project |
| 4 |
recommendation. See https://cwiki.apache.org/confluence/display/HTTPD/PHP-FPM |
| 5 |
|
| 6 |
****************************************************************************** |
| 7 |
|
| 8 |
If you are building PHP-based ports in poudriere(8) or Synth with ZTS enabled, |
| 9 |
add WITH_MPM=event to /etc/make.conf to prevent build failures. |
| 10 |
|
| 11 |
****************************************************************************** |
| 12 |
|
| 3 |
Make sure index.php is part of your DirectoryIndex. |
13 |
Make sure index.php is part of your DirectoryIndex. |
| 4 |
|
14 |
|
| 5 |
You should add the following to your Apache configuration file: |
15 |
You should add the following to your Apache configuration file: |
|
Lines 12-19
You should add the following to your Apache configuration file:
Link Here
|
| 12 |
</FilesMatch> |
22 |
</FilesMatch> |
| 13 |
|
23 |
|
| 14 |
****************************************************************************** |
24 |
****************************************************************************** |
| 15 |
|
|
|
| 16 |
If you are building PHP-based ports in poudriere(8) or Synth with ZTS enabled, |
| 17 |
add WITH_MPM=event to /etc/make.conf to prevent build failures. |
| 18 |
|
| 19 |
****************************************************************************** |