Charlie Smith <[EMAIL PROTECTED]> wrote

> <IfDefine SSL>
> LoadModule ssl_module modules/mod_ssl.so
> </IfDefine>
> 
> Why is the <IfDefine SSL> tag used here and where would it be defined.  Same
> question would apply for all the other IfDefine tages in the httpd.conf file. 
> REPLY: I'll answer part of this one myself.  I commented out the <IfDefine SSL>
> tags surrounding the LoadModule directive for SSL and it appears to have loaded
> ok now.

This is defined when you choose to either start apache with or without ssl. 
For instance

/usr/local/bin/apachectl start
  vs
/usr/local/bin/apachectl startssl

The latter will define the SSL var that is used in the conf files.

HTH

Michael Peters
Venzia

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to