Search results for "tuned mysql now apache high"

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

ry_cache_size = 128M thread_cache_size = 8 innodb_buffer_pool_size = 22M join_buffer_size = 12M tmp_table_size = 64M max_heap_table_size = 32M max_connections = 85 This is for example only! table_cache should be set a little higher than the total number of tables (sum of MYISAM,INNODB,MEMORY etc.), as reported by mysqltuner. If you anticipate adding more virtual hosts, or clients adding more databases or tables, you will need to raise table_cach… 19, 2, 0, 0 and 36.68

Comments { 1 }

Apache and MySql Performance Tuning for High Traffic Website

SoccerNews.com is a high traffic WordPress site with over 600,000 unique visitors and over 2,000,000 page impressions per month. It is a content republisher and aggregator, presenting custom XML feeds for (what else?) soccer news from all over the world. The site has a very active user base, providing content in the forms of editorials and comments on news items. Advertising and sponsored referrals provide the revenue stream. SoccerNews.com webs… 7, 3, 2, 0 and 25.35

Comments { 0 }

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 … 9, 1, 3, 0 and 19.68

Comments { 1 }

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

…m_size and raise the apc.user_entries_hint and apc.user_entries_hint settings, and possibly lower TTL values to allow cached files to expire and be replaced. In general, you must double apc.shm_size in relation to APC’s highest reported Memory Usage to avoid fragmentation completely. Configuration Suggestion for php.ini in the virtual server’s /home/domainname.com/etc/php5/php.ini, add the following configuration: (you may also instal… 10, 0, 1, 0 and 17.53

Comments { 43 }

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… 8, 0, 0, 0 and 12.06

Comments { 3 }

Web Hosting

Decades of experience hosting websites, from small local sites with only a few html pages, to high-traffic sites with thousands of users and pages.  Dedicated Server Custom-built to your needs and specifications, hosted in a secure and speedy U.S. data center Amazon AWS Scalable to any level of traffic, using Amazon’s EC2 virtual servers, Load Balancing, RDS MySQL, S3 Storage, Cloudfront Cache, and more Virtual Private Server Slice… 6, 0, 0, 0 and 10.56

Comments { 0 }

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… 6, 0, 0, 0 and 8.91

Comments { 11 }

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 7.69

Comments { 0 }

Punk Rock Music Community

…, I soloed on… transferring the site from a WAMP development server to the live LAMP server configuring an active firewall to block the baddies installing monitoring and administration tools tuning Apache and MySQL for high traffic integrating APC PHP Cache to speed up web pages and provide better concurrency Loud Fast Rules. … 3, 0, 0, 0 and 5.24

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… 2, 0, 1, 0 and 4.17

Comments { 2 }