On 5/16/07, Malladi, Sasikanth <[EMAIL PROTECTED]> wrote:
Thanks, Dan.

 /export/opt/local/apache2/bin/httpd -l
Compiled in modules:
  core.c
  prefork.c
  http_core.c
  mod_so.c

So mod_ssl doesn't show up.

However,
/usr/local/apache2/modules$ ls -l mod_ssl.o
-rwxr-xr-x   1 bin      bin       283688 Aug 26  2006 mod_ssl.so

So how do I confirm?

That means you have mod_ssl. If you want to use it, you'll need to use
a LoadModule line in httpd.conf to load it. Assuming you are using
2.2, also see conf/extra/httpd-ssl.conf for an example of how to
configure ssl.

Joshua.

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