Optimized Hosting Setup – easy apache
-
I recently attended a WordCamp event and saw a great talk about optimized hosting for WordPress.
Of the recommendations, there were two which we were not already doing;
1) Install a PHP Opcode Cache and allocate 128MB RAM.
2) Configure Apache to launch PHP-FPM in FastCGI mode and communicate using Unix Sockets.Server configuration is outside my skill-set. This was the response from our host company on both issues.
1) Install a PHP Opcode Cache and allocate 128MB RAM.
For this requirement, we will have to run easy apache on your server.EasyApache is software that installs, modifies, and validates your Apache web server, PHP, Tomcat, and other components of your web server.
There can be some downtime while running easy apache. So please confirm us the exact date and time to run easy apache.2) Configure Apache to launch PHP-FPM in FastCGI mode and communicate using Unix Sockets.
Currently, your server is using SuPHP as apache handler.Using fastcgi, you cannot use PHP directives in .htaccess. This is expected by many popular scripts. Some scripts cannot work on fastcgi php handler.
Still, if you wish to enable fastcgi handler, then we need to run easy apache on your server, which may cause downtime on your server. So please confirm us the exact date and time to run easy apache.
Just wondering what the communities thoughts are on this and whether there are any concerns here.
The topic ‘Optimized Hosting Setup – easy apache’ is closed to new replies.