Updated question
Older question
Is mod_ssl not for versions of Apache over 1.3.41? I've got version 2.2.17 (currently latest)
Original question
./configure --with-apxs=/usr/local/apache/bin/apxs
Configuring mod_ssl/2.8.30 for Apache/1.3.39
./configure:Error: Installed Apache doesn't contain Extended API (EAPI)
That's strange because my Apache version is 2.2.17
/etc/init.d/httpd -v
Server version: Apache/2.2.17 (Unix)
On a solaris SunOS xxxxxxxxxx5.10 Generic_150400-18 sun4v sparc SUNW,T5240 I built the mod_ssl with the following features
bash# apxs -L/path/to/openssl/dir -I/path/to/openssl/dir/include -Wc,-fPIC -i -a -c mod_ssl.c
For Centos/Fedora distro, install mod_ssl
Then restart apache and check for ssl module.
No, Apache2 contains an own mod_ssl, you can compile it in by specifying
--enable-ssl
on theconfigure
command when compiling Apache../configure
options for Apache 2.2.x: http://httpd.apache.org/docs/2.2/programs/configure.html