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=21036>. 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=21036 Parameter -D will be ignored on restart of Apache Summary: Parameter -D will be ignored on restart of Apache Product: Apache httpd-2.0 Version: 2.0.45 Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I have defined a <IfDefine USE_SSL> Include xxx.conf </IfDefine>. If I stop and start the apache with httpd -k stop + httpd -k start -DUSE_SSL it works fine. But if I use: # start without the parameter httpd -k stop httpd -k start #restart with the parameter httpd -k restart -DUSE_SSL the parameter will be ignored! It seems like the old parameters will be stored. If I do this: httpd -k stop httpd -k start -DUSE_SSL httpd -k restart -DNOT_USE_SSL apache starts like the parameter USE_SSL is defined. I think on restart also the parameter should be set new cause the configuration can be changed and it is necessary to consider the parameters. Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
