Dreamhost Applications and Scripts Tests

Dreamhost bundled several applications which you can install with their one click install module. The following applications are available: WordPress Drupal Phpbb Gallery MediaWiki ZenCart OpenX DotProject Joomla Advanced Poll Gallery PhpGedView Pigg Moodle WebCalendar You can access the installed applications at: http://blog.dreamhostcolumn.com http://drupal.dreamhostcolumn.com http://forum.dreamhostcolumn.com http://photos.dreamhostcolumn.com http://wiki.dreamhostcolumn.com http://dreamhostcolumn.com/zencart http://dreamhostcolumn.com/openx http://dreamhostcolumn.com/dotproject http://dreamhostcolumn.com/joomla http://dreamhostcolumn.com/pigg http://dreamhostcolumn.com/calendar Installation is … Read moreDreamhost Applications and Scripts Tests

Optimizing Apache, Php, and MySql (LAMP)

These resources are an excellent guide for you to optimize your LAMP environment for doing web hosting. Here are three links on optimizing Apache, MySQL and PHP: http://www.ibm.com/developerworks/linux/library/l-tune-lamp-1/index.html http://www.ibm.com/developerworks/linux/library/l-tune-lamp-2.html http://www.ibm.com/developerworks/linux/library/l-tune-lamp-3.html http://phpimpact.wordpress.com/2007/06/22/optimizing-apache-and-php Apache’s Config file (httpd.conf) RLimitMEM 128000000 RLimitCPU 30 StartServers       50 MinSpareServers   15 MaxSpareServers   30 MaxClients       225 MaxRequestsPerChild  4000 KeepAlive 5 KeepAliveTimeout 2 php.ini settings … Read moreOptimizing Apache, Php, and MySql (LAMP)