Tag Archives: apache

Add module to Apache

我现在使用的是 Apache 2.0.49 , 安装在 /opt/apache/ 下。 # /opt/apache/httpd -v Server version: Apache/2.0.49 Server built: May 24 2004 23:38:26 从前编译安装的时候没有包含 mod_rewrite 模块,如何在不破坏目前正在运行的 Apache 的情况下追加此模块? # tar zxvf httpd-2.0.49.tar.gz # cd httpd-2.0.49/modules/mappers # /opt/apache/bin/apxs -c mod_rewrite.c # /opt/apache/bin/apxs -i -a -n … Continue reading

Posted in Uncategorized | Tagged | Leave a comment