I configured and installed mod_ssl with Apache but it does not seam to
be working.
When I run the ./httpd -l comand on Apache it does not show that
mod_ssl.c is installed in Apache this is a list of every thing that is
in there. Should it be in there?
 http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_negotiation.c
  mod_status.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_access.c
  mod_auth.c
  mod_so.c
  mod_setenvif.c

  This is how I configured and installed mod_ssl

  1. cd to mod_ssl directory
  2. ran this comand
    ./configure --with-apache=../apache --with-ssl=../openssl
    --prefix=/home/.autoserv/apache --target=autohttpd --enable-module=rewrite
    --enable-shared=rewrite --enable-module=proxy --enable-shared=proxy
    --sysconfdir=/home/.autoserv/apache/conf
    --htdocsdir=/home/.autoserv/html --cgidir=/home/.autoserv/cgi-bin
    --sysconfdir=/home/.autoserv/conf --enable-module=ssl --enable-shared=ssl
  3. cd ../apache
  4. make
  5. make certificate
  6. make install
  

-- 
Best regards,
 rdkurth                          mailto:[EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to