https://bz.apache.org/bugzilla/show_bug.cgi?id=65605

            Bug ID: 65605
           Summary: Default configuration of the ssl module should be
                    conditional
           Product: Apache httpd-2
           Version: 2.4.49
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_ssl
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Hello,
Here is my use case:

Initial situation is you install httpd and mod_ssl and configure security
During lifecycle you may found situation that you want to switch off secured
content and let unsecured landing page running.
Quick solution could be to just disable mod_ssl module and reload config.
But during start, an unknown directives are reported (ssl).
This is caused by default mod_ssl config that is not enclosed in
<IfModule ssl_module>
</IfModule>

The same situation can happen if you install httpd and mod_ssl and you want to
run just unsecured web for testing purposes by disabling mod_ssl module.

Could it be possible to enclose default module configuration by IfModule
condition?

This could apply to any default config of any module.

Regards,
Zdenek

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to