blog.fangjian.me
优化Wordpress,提升访问速度 - Winter Is Coming
http://blog.fangjian.me/posts/2011/09/25/tune-wordpress
Fear cuts deeper than swords - By Arya Stark. 操作系统 GNU/Linux Gentoo i686. 内核版本 2.6.39.1-linode34. CPU Intel(R) Xeon(R) CPU L5520 @ 2.27GHz. 影响一个网站的速度因素主要是返回内容过大 返回图片,音视频,样式表等 ,后台逻辑复杂 动态生成页面频繁,数据IO太多等 ,因此我们的wordpress优化就是针对这几点来做的优化,主要包括了减少返回内容,减少后台运算逻辑,减少后台数据库和磁盘的请求量几个方面。 这里有一篇文章针对这三种cgi做了一个性能评测 PHP BENCHMARKED: PHP-FPM vs Spawn-FCGI vs FastCGI. 浏览器缓存是网站加速的一个很重要的策略,对于许多静态的,基本上不会变动的资源 比如 音视频,图片等 ,我们可以让浏览器在本地缓存下来,而不要反复请求,现在浏览器在协议层面上都支持缓存,因此我们只要给web服务器提供一套配置既可以完成browser cache. Worker connections 1024;. Access...
dirkraffel.com
Using Modcache with MapServer | Dirk Raffel
http://dirkraffel.com/2012/01/31/using-modcache-with-mapserver
Using Modcache with MapServer. January 31, 2012. Suppose you have a setup where you have a dynamic map image rendered by MapServer. On a server, and multiple synchronized information displays on which the map should be displayed. Here’s how to use a shared web cache (or web accelerator) in order to reduce load on the MapServer application. First, some preliminary remarks. If your map is fully or partly composed of static content, you should create a web accessible WMS-C tilecache with TileCache. Mapserv ...
dirkraffel.com
GIS | Dirk Raffel
http://dirkraffel.com/category/gis
Using Modcache with MapServer. January 31, 2012. Suppose you have a setup where you have a dynamic map image rendered by MapServer. On a server, and multiple synchronized information displays on which the map should be displayed. Here’s how to use a shared web cache (or web accelerator) in order to reduce load on the MapServer application. First, some preliminary remarks. If your map is fully or partly composed of static content, you should create a web accessible WMS-C tilecache with TileCache. Mapserv ...
xmsthailand.com
Web Hosting
http://www.xmsthailand.com/services/web-hosting
XenMin Systems we are web hosting companies with more than 100 hosted domains. We have over 10 employees to provide you around-the-clock superior support. We are the perfect choice whether you are looking for business, personal, or even Fortune 100 hosting. Our Hosting control panel is a fully scriptable, distributed and a 100% object oriented hosting platform. And also updated all last update of technology. Host In a Box, a light and efficient webhosting platform, a truly distributed hosting platform.
blog.gslin.org
apache22 (worker) + mod_fastcgi + php5-fcgi | Gea-Suan Lin's BLOG
https://blog.gslin.org/archives/2008/08/17/1624
Gea-Suan Lin's BLOG. YUI 30 Preview Release 1. Amazon EBS (Elastic Block Store) →. Apache22 (worker) mod fastcgi php5-fcgi. August 17, 2008. Make WITH MPM=worker install clean. 內 mpm worker module 那段. FastCgiConfig -maxClassProcesses 1 ScriptAlias /fcgi-bin/ "/usr/local/www/fcgi-bin/" Directory /usr/local/www/fcgi-bin/ SetHandler fastcgi-script /Directory # AddHandler php-fastcgi .php Action php-fastcgi /fcgi-bin/php. Export PHP FCGI CHILDREN. APC cache 預設是 30MB,在 Layeredtech. YUI 30 Preview Release 1.
jmccabe.org
Using PHP with (Sun|Open) Web Server | of jmccabe
http://jmccabe.org/PHP_and_Web_Server
Skip to main content. Using PHP with (Sun Open) Web Server. In 2003 I wrote a long HowTo about how to use PHP with Netscape Enterprise Server 6.1, a fork of the then Sun ONE Web Server 6.0. In Dec 2006 and Jan 2007 I worked with Sun tech writer Marina Sum to update the HowTo as a document for use. On Sun's Developer Network (SDN) site. Understanding PHP and Web Server. Running the PHP Engine. Installing the PHP Engine as a CGI Program. Installing the PHP Engine as a FastCGI Server. This section contains ...