编译httpd时,理论上应该使用
./configure --enable-mods-shared=rewrite,proxy
./configure --enable-rewrite --enable-proxy --enable-proxy-http --enable-so
实际上,我使用的是
./configure --enable-rewrite=shared --enable-proxy=shared
3. 其他:
--disable-status
Enable the process/thread monitoring, which is provided by mod_status.
文档参见http://httpd.apache.org/docs-2.0/programs/configure.html
5.0.9.1067