Anoop P Alias
- Total activity 178
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 75
Comments
Recent activity by Anoop P Alias-
I believe the issue is with how the whm subdomain configuration is handled here.
-
Do you get error in worker as well?. If yes switch to prefork
-
Please try changing the Apache httpd MPM from event to prefork. see if that helps
-
The Nginx plugin should have that enabled by default .. otherwise it is only doing half the job :)
-
I already have a working plugin fully in python -- you can see the code here -- github.com/AnoopAlias/XtendWeb/tree/ndeploy4/nDeploy_cp the error you get is python code error TypeError: expecte...
-
There are third-party plugins that provide native nginx support
-
You can setup nginx full page caching in redis to directly serve the page from redis instead of php+mysql . This is the fastest you can get with Wordpress
-
HTTP/2 guide - Apache HTTP Server Version 2.4 it should work if the application set the headers in the response. Or if you set the header explicitly in apache httpd config as below Header a...
-
This is all wrong. Php-fpm is not dependent on suphp . To put it simply php-fpm is a standalone PHP application server and Apache httpd use mod_proxy_fcgi to connect to it. The user group setting a...
-
Well WHMAPI1 hook for SSL install and removal - I opened this request and has been a long time since then :) What has now changed is the fact that cPanel no longer use random filenames for the TLS...