Apache2.2 ab with ssl
Posted 08-24-2009 at 03:54 AM by zhjim
For all of you who wonder why ab (a.k.a apachebenchmark) gives an error like this
I finally found out how to enable ssl support in ab.
Here are two minimal configuration options for the httpd-2.2.13 from apache.org.
With working ssl-ab
Without working ssl-ab
What puzzle me a bit is the configure --help remark of --enable-ssl
which lead me to believe that it's for the ssl module of apache itself.
Code:
SSL not compiled in; no https support
Here are two minimal configuration options for the httpd-2.2.13 from apache.org.
With working ssl-ab
Quote:
./configure --with-ssl --enable-ssl --with-mpm=prefork --prefix=/home/ase/non/install --with-mods-shared=most
Quote:
./configure --with-ssl --with-mpm=prefork --prefix=/home/ase/non/install --with-mods-shared=most
Code:
--enable-ssl SSL/TLS support (mod_ssl)
Total Comments 0



