DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20167>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20167

./configure leaving ssl out if using --enable-modules=

           Summary: ./configure leaving ssl out if using --enable-modules=
           Product: Apache httpd-2.0
           Version: 2.0.45
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_ssl
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


If I use --enable-modules and put ssl in the list like so:
./configure --with-modules="auth-ldap log-config env mime-magic expires headers 
ssl static-support static-htpasswd static-htdigest static-rotatelogs static-
logresolve http mime status autoindex info suexec cgi alias rewrite so" --
prefix=/usr/local/apache

mod_ssl.c doesn't come up in the list of modules from httpd -l

if I change that configure line to:
./configure --with-modules="auth-ldap log-config env mime-magic expires headers 
ssl static-support static-htpasswd static-htdigest static-rotatelogs static-
logresolve http mime status autoindex info suexec cgi alias rewrite so" --
prefix=/usr/local/apache --enable-ssl

It does show up after compile.  It seems that using ssl in the module list 
doesn't seem to work.  I don't know if this is a documentation issue and 
shouldn't work or a configure script error and should work.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to