Upgrade to 2.0.44 ?

2003-02-05 Thread Ron McKeever
Hello, I currently have mod_ssl-2.8.12-1.3.27.apache that I installed and downloaded from mod_ssl.org. I'm looking at going to 2.0.11 apache. I know with other versions of mod_ssl/apache when I upgraded I did the following: Give mod_ssl-2.8.new the Apache 1.3.new *source* directory for its --wit

Re: Upgrade to 2.0.44 ?

2003-02-05 Thread Estrade Matthieu
Hi, In apache 2.0, mod_ssl is buit in, so to enable it when you compile, just do: httpd-2.0.44#./configure --prefix=path --enable-ssl --with-ssl=path-to-openssl like ./configure --prefix=/usr/local/apache --enable-ssl --with-ssl=/usr/local/openssl/bin/openssl if you want to use SSL crypto ha