Malladi, Sasikanth 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?

*.so are Shared Object-Files. You have to add an entry to your httpd.conf like

LoadModule ssl_module modules/mod_ssl.so


Thanks,
Sashi
________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 10:51 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Check if mod_ssl was built



Use 'httpd -l'  (that's lowercase L) to see if it was compiled in, or
check the modules subdirectory for mod_ssl.so



Please respond to users@httpd.apache.org To: <users@httpd.apache.org> cc: (bcc: Dan Mitton/YD/RWDOE) Subject: [EMAIL PROTECTED] Check if mod_ssl was built LSN: Not Relevant User Filed as: Not a Record

Quick question:

I have installed Apache2 from binaries. How do I verify if my version
was built with mod_ssl included?

Thanks,
Sashi
---------------------------------------------------------------------
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]





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




--
Jens Schoenershoven     Tel: 0228 98549 -28
kippdata GmbH           Fax: 0228 98549 -50
Bornheimer Str. 33a     Support: 0228 98549 -99
D-53111 Bonn            [EMAIL PROTECTED]

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