edvanleeuwen
Verified User
- Joined
- Nov 18, 2013
- Messages
- 155
I am trying to get the status page working in php-fpm55 with apache2. I have uncommented the pm.status variable and set it to /status. Furthermore, I have added the following to my virtual hosts config in Custom HTTPD configuration:
<FilesMatch "^ping|status$">
SetHandler php-script
</FilesMatch>
After that, I restarted httpd and php-fpm55. Trying to access the status page, gives me a 404 error.
Am I missing something?
<FilesMatch "^ping|status$">
SetHandler php-script
</FilesMatch>
After that, I restarted httpd and php-fpm55. Trying to access the status page, gives me a 404 error.
Am I missing something?