centos-ssh-apache-php
centos-ssh-apache-php copied to clipboard
Review PHP-FPM status URI
- https://github.com/jdeathe/centos-ssh-apache-php/blob/3.3.1/src/etc/httpd/conf.d/00-server-status.conf#L8-L13
- https://github.com/jdeathe/centos-ssh-apache-php/blob/3.3.1/src/etc/httpd/conf.d/00-server-status.conf#L21-L24
Using the default URI /status
is likely to clash so it would be better to change to something like /php-fpm-status
to free up /status
.
This would be a breaking change however there have never been any tests for the /status
URI like there is for /server-status
.
The php-hello-world app would need some changes to the menu logic.
- https://github.com/jdeathe/php-hello-world/blob/0.13.0/src/Collections/NavigationBar.php#L168