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 apache (to capture personal data of my
users to serve them with some services), how should I recompile my
apache?

Thanks



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to