|
|
apache怎么才能带上 mod_ssl 呢?
我使用的是FC6
httpd-2.2.4
mod_ssl-2.8.28-1.3.37
openssl-0.9.8e
但是要配置mod_ssl的时候显示
[root@localhost mod_ssl-2.8.28-1.3.37]# ./configure --with-apache=../httpd-2.2.4/
Configuring mod_ssl/2.8.28 for Apache/1.3.37
./configure:Error: Cannot find Apache 1.3 source tree under ../httpd-2.2.4/
./configure:Hint: Please specify location via --with-apache=DIR
是不是版本问题?
现在apache2应该怎么写参数呢? |
|