Hi Ron, Apache does not load the source file mod_ssl.c. Therefore there is no need for it to know where the source is. The filename (without path) is part of the module structure (coded in by the define STANDARD_MODULE_STUFF) used to register handlers, commands etc. of a module into the core httpd.
If you have a ClearModuleList directive in your httpd.conf and use mod_ssl as DSO you will run into problems when you restart your httpd often. See my former post ( http://marc.theaimsgroup.com/?l=apache-modss l&m=100280794307819&w=2) > Weird, for ssl does function without this statement at least on unix and > linux systems. also weird in that mod_ssl.c never seems to move in the > source tree; > > darkstar:/usr/local/apache/conf# locate mod_ssl.c > /usr/local/src/installed/web/apache_1.3.20/src/modules/ssl/mod_ssl.c > /usr/local/src/installed/web/mod_ssl-2.8.4-1.3.20/pkg.sslmod/mod_ssl.c > darkstar:/usr/local/apache/conf# > > How does httpd find it for lading in addition to the ssl module? > > Thanks, > > Ron DuFresne > -- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > admin & senior consultant: darkstar.sysinfo.com > http://darkstar.sysinfo.com > > "Cutting the space budget really restores my faith in humanity. It > eliminates dreams, goals, and ideals and lets us get straight to the > business of hate, debauchery, and self-annihilation." > -- Johnny Hart > > testing, only testing, and damn good at it too! > > ______________________________________________________________________ > Apache Interface to OpenSSL (mod_ssl) www.modssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] With best regards Georg Oppenberg Internet Engineer Web Hosting UUNET - a WorldCom Company UUNET Deutschland GmbH Sebrathweg 20 44149 Dortmund Germany Tel. +49 231 972 2280 Fax. +49 231 972 1180 [EMAIL PROTECTED] http://www.worldcom.com/de/ ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
