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-
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...
-
Check whether you use a proxy server like varnish/nginx and see if you have redirect set in there which clash with the Wordpress siteURL or htaccess redirect. Disabling all type of redirect in the ...
-
Turns out the issue I had was caused by a problem at my end and not an issue with the api The warnings still print out if we dont pass the ttl= which hopefully would be addressed in CPANEL-17980 ...
-
Thanks for that. Yes the records are added :) I actually wanted to supress the warnings as I am testing a strange issue where if I add a additional A record for a subdomain via the API call ,someh...