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 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?
For SSL you need mod_ssl, which is not included in Apache 1.3 (it is in Apache 2) HAve a look at www.modssl.org Alternatively: Use the Apache that comes with SLES9. This ought to have everything you need. Krist -- [EMAIL PROTECTED] Solothurn, Switzerland --------------------------------------------------------------------- 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]