当前位置: 首页 > 图文教程 > 网络编程 > PHP > apache with ssl安装
| 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 makdir rsaref-2.0 cd openssl cd mm cd mod_ssl cd apache 启动:apachectl startssl |