Linux 下 Apache 的安装与配置

一、安装APR (Apache Portable Runtime)html wget http://archive.apache.org/dist/apr/apr-1.4.5.tar.gz tar -zxf apr-1.4.5.tar.gz cd apr-1.4.5 ./configure --prefix=/usr/local/apr make && make install   二、安装
相关文章
相关标签/搜索