Failed to start The PHP FastCGI Process Manager phptuts November 21, 2019 Suppose that you use PHP-fpm on a linux server like CentOS, suddenly, PHP don’t work. You check PHP-fpm status then see: You try to restart… Continue Reading
Forwarding PHP requests via ProxyPassMatch as a handler when file exists phptuts November 17, 2019 When you use mod_proxy_fcgi and php-fpm and httpd You will see in the VirtualHost block in http.conf: But when you use mod_rewrite will get error… Continue Reading
How to set up the htaccess File on Apache on CentOS phptuts November 17, 2019 Example: open file /etc/httpd/conf.d/http.conf In the Directory block: Now is: Change to: Now restart service httpd Done! Continue Reading