mod_expires的安装配置: ExpiresActive On ExpiresDefault A60 ExpiresByType image/x-icon A2592000 ExpiresByType application/x-javascript A2592000 ExpiresByType text/css A2592000 ExpiresByType image/gif A604800 ExpiresByType image/png A604800 ExpiresByType image/jpeg A604800 ExpiresByType text/plain A604800 ExpiresByType application/x-shockwave-flash A604800 ExpiresByType video/x-flv A604800 ExpiresByType application/pdf A604800 ExpiresByType text/html A60 其实还有一个压缩,我就不写了,见我另外的那个文章<<Gzip在apache2中的设置和squid对它的处理>> http://www.php-oa.com/2008/08/20/gzipsquid.html 压缩比率可以高到70%,非常有用的. 另外高速的web服务,就可以把noatime参数加入/etc/fstab文件中 lnux文件系统当文件被访问,创建,更新的时候会保留纪录。默认的,当文件读写操作的时候,系统会更新last-time-read属性。因为写操作是比较耗费资源的操作,减少不必要的i/o可以整体上提高磁盘性能。 在挂接文件系统的时候,加入noatime参数可以禁止inode节点访问时间的修改。如果文件更新时间对于特定的应用不是很重要的话,比如web服务,就可以把noatime参数加入/etc/fstab文件中 比如: /dev/sdb1 /mountlocation ext3 defaults,noatime 1 2 推荐利用单独的分区作为挂接点并打开noatime开关 也可以关掉的服务(这个好象谁都明白),apmd,autofs,cups,hpoj.isdn,pcmcia,rhnsd,sendmail,xfs(字体服务) 打开重用TCP/IP中的time-wait套接 sysctl -w net.ipv4.tcp_tw_reuse=1 启动TIME-WAIT 套接字状态的快速循环功能 sysctl =w net.ipv4.tcp_tw_recycle=1 (责任编辑:admin) |