cd mod_ssl
./configure --with-apache=../apache
cd apache
./configure/
"--prefix=/home/www"/
"--server-uid=apache"/
"--server-gid=apache"/
"--enable-module=so"/
"--enable-shared=max"/
"--enable-rule=EAPI"
make
make install
cd mod_ssl
./configure --with-apxs=/home/www/bin/apxs
make
make install
./configure --with-apache=../apache
cd apache
./configure/
"--prefix=/home/www"/
"--server-uid=apache"/
"--server-gid=apache"/
"--enable-module=so"/
"--enable-shared=max"/
"--enable-rule=EAPI"
make
make install
cd mod_ssl
./configure --with-apxs=/home/www/bin/apxs
make
make install
博客给出了Apache和SSL模块的安装配置步骤。先在mod_ssl目录下进行配置,接着在apache目录配置并编译安装,之后再次回到mod_ssl目录,使用apxs进行配置、编译和安装。
950

被折叠的 条评论
为什么被折叠?



