首页 Apache

安装apxs

  • yiqingpeng
  • 2022-12-19
  • 0
  • apxs 
Apxs是用来安装apache模块的一个工具,FreeBSD系统的apache24自带apxs,不需要单独安装。 下面介绍其它系统的安装方法。 CentOS/Fedora # dnf install httpd-devel  # or yum install httpd-devel Ubun

appache开启gzip压缩

  • yiqingpeng
  • 2020-01-14
  • 0
  • gzip 
Apache服务器HTTP请求Gzip处理的过程 1、Apache服务器接收到浏览器的HTTP请求后,检查浏览器是否支持HTTP压缩(Accept-Encoding 信息)。 2、如果浏览器支持HTTP压缩,Apache服务器检查请求文件的后缀名。 a、如果

利用Apache的lua钩子实现动态脚本缓存(试验性)

  • yiqingpeng
  • 2018-09-19
  • 0
  •  
httpd.conf作如下配置: <IfModule lua_module>      #LuaHookLog "/mnt/lnx_log/lua/main.lua" log_handler      #LuaQuickHandler "/mnt/lnx_log/lua/main.lua" 

ubuntu中开启apache的重写url模块

  • yiqingpeng
  • 2015-09-12
  • 0
  •  
首先进入到apache的目录 cd /etc/apache2 ll列表目录,可以看到有两个关于模块的目录:mods-available和mods-enabled. mods-avaibable放的是当前已经安装好的模块清单, mods-enabled里面放的是已开启的模块清单