Malladi, Sasikanth wrote:
Thanks, Dan./export/opt/local/apache2/bin/httpd -lCompiled in modules: core.c prefork.c http_core.c mod_so.cSo 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: Dan_Mitton@xxxxxxxxxxxxx [mailto:Dan_Mitton@xxxxxxxxxxxxx] Sent: Wednesday, May 16, 2007 10:51 AMTo: users@xxxxxxxxxxxxxxxx Subject: Re: Check if mod_ssl was built Use 'httpd -l' (that's lowercase L) to see if it was compiled in, orcheck the modules subdirectory for mod_ssl.soPlease respond to users@xxxxxxxxxxxxxxxx To: <users@xxxxxxxxxxxxxxxx> cc: (bcc: Dan Mitton/YD/RWDOE) Subject: Check if mod_ssl was built LSN: Not Relevant User Filed as: Not a RecordQuick 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
-- Jens Schoenershoven Tel: 0228 98549 -28 kippdata GmbH Fax: 0228 98549 -50 Bornheimer Str. 33a Support: 0228 98549 -99 D-53111 Bonn jens.schoenershoven@xxxxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx