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
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
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