Tag Archives: apache

自动将Apache Rewrite伪静态规则转换为Nginx Rewrite

以前介绍过Nginx的Rewrite配置这篇文章,今天无意间发现了,这个自动转换 … Continue reading

Apache升级到了Nginx的几个注意点

最近把整站从apache升级到了nginx,客户的站点大概有30台服务器大部分架 … Continue reading

Apache和PHP网页的编码问题分析

谈到Apache的编码我们就要涉及到3个东西

http标记语言中的<META http-equiv="content-type" content="text/html; charset=xxx">标签
PHP中的header("content-type:text/html; charset=xxx");函数
Apache配置文件httpd.conf中的AddDefaultCharset

一、<META http-equiv="content-type" content="text/html; charset=xxx">标签
按顺序来,先说这个<META>标签,这个标签有很多功能的,具体请点这里。 Continue reading

Lighttpd+Squid+Apache搭建高效率Web服务器

架构原理 Apache通常是开源界的首选Web服务器,因为它的强大和可靠,已经具 … Continue reading