Search results for "script performance settings apache"

How to Configure APC Cache on Virtual Servers with PHP running under FCGId

rformance. Joomla and PHPbb have code that is pre-optimized with hooks for APC, but WordPress requires a plugin called W3 Total Cache. First Things First Please read my posts about APC on commodity virtual hosting servers and Apache and MySQL performance tuning before you begin. If you are running your virtual servers under FCGId, then you should do so for all virtual servers on your machine. Why? Because then you do not need apache’s mod_p… 26, 0, 4, 0 and 53.13

Comments { 43 }

Tuning Apache and MySQL for Best Performance in a Shared Virtual Hosting Environment

ing, DDOS, etc. If you have 600 virtual hosts running on a server, it is very likely that the server is experiencing constant malicious exploits, especially if you are also running email servers on the same IP addresses. Tune Apache the Sane Way (Requires Basic Math Skills) If you wish to tune your Apache MPM settings, you should consider following this method: https://telvps.com/clients/knowledgebase/25/HOW-TO-Optimize-Apache-for-Low-Memory-Usag… 18, 2, 1, 0 and 40.17

Comments { 1 }

WordPress with W3 Total Cache on Nginx with APC (Virtualmin)

Virtualmin now includes support for Nginx web server. I deploy many WordPress sites with W3 Total Cache and APC Alternative PHP Cache, so I was very interested to see how Nginx performance compares to Apache for WordPress, and whether APC and W3TC would play nice with Nginx. I prefer to install WordPress in public_html/wordpress for ease of development, compatibility with other scripts, etc. Accordingly, the suggested configuration is for WordPr… 17, 0, 0, 0 and 30.11

Comments { 11 }

Apache config for Worker MPM vs Prefork MPM

Some installations of Apache will have been compiled to work with either Prefork or Worker MPM, but most by default are compiled only to work with Prefork. Changing to Worker MPM may allow your server to handle much higher traffic, more user sessions, with less RAM use. Your site or server will not scale well if it is running Prefork MPM. Worker is a bit more difficult to set up properly, and has some restrictions regarding functionality of PHP … 10, 1, 4, 0 and 22.99

Comments { 1 }

Apache and MySql Performance Tuning for High Traffic Website

…imate. Popular sites that do not have a solid security and load balancing strategy are subject to crippling traffic from the Internet’s millions of malicious and compromised servers and personal computers. Reconfigured Apache web server, PHP and MySQL to better utilize the server’s horsepower. Default configurations were limiting the number of concurrent user sessions the server could handle. Changed PHP to run as FastCGI (fcgid) and… 4, 2, 3, 0 and 17.15

Comments { 0 }

Automated WordPress Installation Via Custom Virtualmin Script Installer

#8220;Custom WordPress”   link to your zip: ‘url’ => “http://yourdomain.com/copy-of-latest.zip”, Put copy-of-wordpress.pl in /usr/libexec/webmin/virtual-server/scripts/ Virtualmin > System Settings > Server Templates > Default Settings > Default Script Installers Custom WordPress   … 6, 1, 0, 0 and 15.39

Comments { 0 }

APC Cache Considerations for Virtual Hosting Environments

…istered by myself, not by the clients. I do not think APC is the correct cache for most shared web hosting servers, given the number of virtual hosts. You will probably have better results if you remove APC and concentrate on Apache performance tuning and MySQL cache. If your clients are adamant in their requests to use APC cache, you may wish to move them to a different server which can properly handle their needs. Virtualmin is a very good choi… 5, 0, 3, 0 and 13.13

Comments { 2 }

Load Balancing Virtualmin WordPress Hosting Server with Varnish on AWS

… OK for beta stage. Traffic via Route 53 will be served from the Varnish instances, which will be load balanced, in multiple Availability Zones, and will serve cached WordPress pages as static HTML. W3 Total Cache coordinates Apache and Varnish to provide updated disk-cached pages, and some data objects. CloudFront CDN pulls linked images, css, js, etc. from Apache via the W3 disk and opcode caches. Redundancy and Fault Tolerance More fault toler… 6, 0, 0, 0 and 8.91

Comments { 3 }

Résumé

Chris Gilligan Information Architect, Web Server Administrator, Media Producer web • video • print chris [at] chrisgilligan [dot] net chrisgilligan.com I design and produce information and communication media for corporate, small business, manufacturing and non-profit clients: web sites Information architecture and design for open source content management systems Linux Apache MySQL PHP web server administration Postfix Dovecot Sendmail mail … 5, 0, 0, 0 and 8.64

Comments { 0 }

Remote publishing to WordPress from Facebook via RSS

…ess Pages are for groups or businesses. If you build websites, you have probably set these up for several clients already. But to make the RSS feed from the page available to RSS readers and aggregators, you must change a few settings: Edit Page > Manage Permissions Uncheck Only Admins can See Page Age Restrictions: None Country Restrictions: None Uncheck All: Users can write or post content on the wall Users can add photos Users can add ta… 4, 0, 0, 0 and 8.1

Comments { 3 }