Re: [EMAIL PROTECTED] implement SSL with apache

2006-05-17 Thread Krist van Besien
On 5/13/06, madunix <[EMAIL PROTECTED]> wrote: I have installed Apache1.3 on SLES9 using the following steps Copy/download apache_1.3.33.tar.gz (to $HOME) tar -zxf apache_1.3.33.tar.gz cd apache_1.3.33 Configure: /configure --enable-module=so --prefix=$HOME/apache --with-port=8080 Build: make Ins

Re: [EMAIL PROTECTED] implement SSL with apache

2006-05-16 Thread Gaƫl Lams
Hi, now i want to add SSL into my apache (to capture personal data of my users to serve them with some services), how should I recompile my apache? ??? SSL has nothing to do with capturing personal data, only with encryption. Anyway, go to httpd.apache.org, everything is explained in the docs

[EMAIL PROTECTED] implement SSL with apache

2006-05-14 Thread madunix
I have installed Apache1.3 on SLES9 using the following steps Copy/download apache_1.3.33.tar.gz (to $HOME) tar -zxf apache_1.3.33.tar.gz cd apache_1.3.33 Configure: /configure --enable-module=so --prefix=$HOME/apache --with-port=8080 Build: make Install: make install now i want to add SSL into my