Apache服务器配置技巧

Filed under: Other | 1 Comment »
Posted on

Apache服务器配置技巧
本文简要介绍了十几个Apache 的配置技巧:
  1、如何设 置请求等待时间

  在httpd.conf里面设置:

  TimeOut n

  其中n为整数,单位是秒。

  设置这个TimeOut适用于三种情况:

  2、如何接收一个get请求的总时间
Read the rest of this entry »