kdean
- Total activity 494
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 190
Comments
Recent activity by kdean-
Remove or empty the fpm.conf files for the problem domains /etc/apache2/conf.d/userdata/std/2_4///fpm.conf /etc/apache2/conf.d/userdata/ssl/2_4///fpm.conf Rebuild Apache /scripts/rebuildhttpdconf...
-
Yeah, if you'll note above I removed ProxyErrorOverride On because it turned my 404s into Error 500s. Seems to work great without it and I don't see any 404 delay.
-
Just discovered another issue when I rebooted, the user PHP-FPM processes weren't starting under Centos 6.7. Looks like the /etc/rc.d runlevels for the php-fpm scripts were not created correctly a...
-
"/scripts/restartsrv_cpanel_php_fpm" is just for restarting the cpanel services php-fpm and not php-fpm for user sites. You may find some of my experience useful from this thread (especially towa...
-
Here's a variety of things I came across while implementing the tutorial, researching online and referring to posts made by other cPanel users who had already gone down this path. " Either replace...
-
When they use ProxyPassMatch the directory index of the server no longer appears to work, so they added back index.php so those would work. FancyIndexing is now fine. Basically only a minor use ca...
-
SetHandler "proxy:unix:/home/%user%/run/php56-fpm.sock|fcgi://localhost" ProxyErrorOverride on That works great. Thank you very much. When I tried SetHandler before, I used th...
-
I am finding it works better if I place an index.html before index.php, but FancyIndexing still doesn't work. ProxyPassMatch "^/(.*\.php(/.*)?)$" "unix:/home/username/run/php56-fpm.sock|fcg...
-
It seems to break FancyIndexing as well.
-
When you log into Webmail couldn't you click "Set as Default" under Roundcube. Wouldn't that effectively be the same?... logging you directly to Roundcube.