apache with ssl安装
时间:2008-11-26
来源:互联网
apache为1.3.11 mysql+php3
另需以下几个文件:
mm-1.1.3.tar.gz
openssl-0.9.6.tar.gz
mod_ss-2.5.1-1.3.11.tar.gz
rsaref20.tar.Z
将以上几个文件放在同一目录下,解压。
tar zxvf mysql.tar.gz
cd mysql
./configure --prefix=/usr/local/mysql
make
make install
tar zxvf apache.tar.gz
tar zxvf php.tar.gz
cd apache
./configure --prefix=/usr/local/httpd
cd php
./configure --with-mysql=/usr/local/mysql
--with-apache=../apache
--enable-track-vars
make
make install tar zxvf mm
tar zxvf openssl
tar zxvf mod_ssl makdir rsaref-2.0
cd rsaref-2.0
gzip -d -c ../rsaref20.tar.z | tar xvf -
cp -rp install/unix local
cd local
make
mv rsaref.a librsaref.a cd openssl
config -fPIC
make
make test cd mm
./configure --disable-shared
make cd mod_ssl
./configure --with-apache=../apache
--with-crt=/path/to/your/server.crt
--with-key=/path/to/your/server.key 如未申请,不加此项设定 cd apache
SSL+BASE=../openssl
EAPI_MM=../mm
./configure --enable-module=ssl
--prefix=/usr/local/httpd
--activate-module=src/modules/php3/libphp3.a
make
(make certificate 如未申请认证,则以此产生一个测试用的认证。)
make install 启动:apachectl startssl
另需以下几个文件:
mm-1.1.3.tar.gz
openssl-0.9.6.tar.gz
mod_ss-2.5.1-1.3.11.tar.gz
rsaref20.tar.Z
将以上几个文件放在同一目录下,解压。
tar zxvf mysql.tar.gz
cd mysql
./configure --prefix=/usr/local/mysql
make
make install
tar zxvf apache.tar.gz
tar zxvf php.tar.gz
cd apache
./configure --prefix=/usr/local/httpd
cd php
./configure --with-mysql=/usr/local/mysql
--with-apache=../apache
--enable-track-vars
make
make install tar zxvf mm
tar zxvf openssl
tar zxvf mod_ssl makdir rsaref-2.0
cd rsaref-2.0
gzip -d -c ../rsaref20.tar.z | tar xvf -
cp -rp install/unix local
cd local
make
mv rsaref.a librsaref.a cd openssl
config -fPIC
make
make test cd mm
./configure --disable-shared
make cd mod_ssl
./configure --with-apache=../apache
--with-crt=/path/to/your/server.crt
--with-key=/path/to/your/server.key 如未申请,不加此项设定 cd apache
SSL+BASE=../openssl
EAPI_MM=../mm
./configure --enable-module=ssl
--prefix=/usr/local/httpd
--activate-module=src/modules/php3/libphp3.a
make
(make certificate 如未申请认证,则以此产生一个测试用的认证。)
make install 启动:apachectl startssl
作者: qingqiang 发布时间: 2008-11-26
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28