You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/06/24 09:35:30 UTC

DO NOT REPLY [Bug 21036] New: - Parameter -D will be ignored on restart of Apache

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: bugs@httpd.apache.org
        ReportedBy: peter.reimann@deu.xerox.com


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org