Hello,

       Can anyone advise me on how to build
apache server with ssl and openssl and
using mod perl.

this is how I do it WITHOUT mod perl support
cd to modssl soure directory and then run the following command
./configure \
--with-apache=../apache_1.3.26 \
--with-ssl=../openssl-0.9.6g  \
--prefix=/usr/local/root/httpd_1.3.26 \
--with-crt=/usr/local/root/httpd/usr/local/www/conf/ssl.crt/server.crt \
--with-key=/usr/local/root/httpd/usr/local/www/conf/ssl.key/server.key \
--enable-module=proxy

So how would I do it WITH mod perl support. (exact commands would
be appreciated)

Thanks

Reply via email to