Search results for "configure mpm worker cpanel"

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 … 29, 3, 4, 0 and 90.39

Comments { 1 }

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

hp_memory_limit lines in httpd.conf’s virtual hosts section. restart apache do some performance testing and raise your server and thread limits to sane levels in httpd.conf If possible, you may wish to run Apache with Worker MPM instead of Prefork MPM. More information about Apache Worker MPM vs. Prefork MPM » Installation Suggestions and Modification of Defaults Be sure to install the newest version of APC, 3.1.9 as of the last revisio… 8, 1, 1, 0 and 24.23

Comments { 43 }

Cpanel Mailman mailing lists: cannot manage lists after migrating to new host

We recently migrated 2 Cpanel servers to VPS. Most things migrated properly and without incident. However, Mailman mailing lists were the exception. Mailing lists appear to have migrated properly, as they show up under WHM and Cpanel and usr/local/cpanel/3rdparty/mailman/bin/list_lists However, when cpanel user clicks Manage link, the following message appears: cpanel1.hosting.com mailing lists – Admin Links No such list listname_domainnam… 6, 1, 1, 0 and 20.66

Comments { 2 }

Résumé

…rdPress, phpMyAdmin, phpBB AOL/MapQuest Interconnect ESRI ARCWeb Google Postini spam/virus filter system administration, Google AdWords, GoogleMaps API CentOS, Ubuntu, Linux Apache web server, Windows NT & 2000 web server cPanel Web Host Manager web server administration Virtualmin | Webmin web host and server administration Websites See my current portfolio: http://chrisgilligan.com/portfolio/ Video The Krystal Company GrillCam originally… 3, 0, 0, 0 and 7.12

Comments { 0 }

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

…ely 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-Usage.html (the formula works well for any level of traffic and memory). MySQL Tuning… 1, 0, 1, 0 and 3.81

Comments { 1 }

Apache and MySql Performance Tuning for High Traffic Website

…er. Default configurations were limiting the number of concurrent user sessions the server could handle. Changed PHP to run as FastCGI (fcgid) and recompiled Apache to better handle the needs of a high traffic WordPress site. Configured a large MySQL table and query cache based on performance and load testing. Configured Amazon CloudFront Content Distribution Network, page cache, browser cache, and object cache with the WordPress plugin, W3 Total… 0, 0, 2, 0 and 3.4

Comments { 0 }

Joomla Content Management

…r a start, they are not complicated. They are developed with non-technical business users in mind, for reliability and ease of use. Our solutions don’t require the user or administrator of the system to know HTML. I can configure CMS for any level of website. From a simple site with several static pages that are easily edited by non-technical net newbies, to a full-blown corporate site with document management, internal calendars, bulletin … 1, 0, 0, 0 and 2.18

Comments { 0 }

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

… — makes WordPress more compatible with Nginx, allows use of permalinks without /index.php/ Configuring Nginx for WordPress pretty URL Permalinks The nginx Compatibility plugin has support for pretty URLs, but you must configure Nginx to use them. You should add or edit the following URL path locations to nginx.conf for your virtual domain… either by direct edit, or via URL Path Locations in Virtualmin > Services > Configure Ng… 1, 0, 0, 0 and 2.18

Comments { 11 }

APC Cache Considerations for Virtual Hosting Environments

…0+ virtual hosts all running PHP script packages, as is the case with a commodity shared hosting server, this will use a lot of memory, and you will need somewhere in the neighborhood of 10-30GB apc.shm_size if you attempt to configure a single APC cache for the entire server. My web hosting server is for a small number of personal clients, so I adjust the APC settings for each individual account, depending on the number and type of PHP script pa… 1, 0, 0, 0 and 2.18

Comments { 2 }