Control Web Panel

WebPanel => Apache => Topic started by: DA_MAN on January 16, 2019, 08:04:28 PM

Title: Apache Compiler does not install ssl_module (shared) on rebuild
Post by: DA_MAN on January 16, 2019, 08:04:28 PM
When rebuilding even the same version of Apache, the module "ssl_module (shared)" is not installed despite it being set as a conditional flag in the "Additional options available:" box. (--enable-ssl=shared)

Please fix or clarify why your Apache compiler refuses to install the "ssl_module (shared)." It would seem this would break all SSL sites.
Title: Re: Apache Compiler does not install ssl_module (shared) on rebuild
Post by: studio4host on January 18, 2019, 08:37:38 AM
ssl module is auto activated by ssl certificate installer from cwp when you install certificate
Title: Re: Apache Compiler does not install ssl_module (shared) on rebuild
Post by: DA_MAN on January 19, 2019, 01:19:56 AM
Yes, but if you already have SSL certificates and you rebuild Apache, SSL fails unless you add a new certificate according to you.

What happens when you rebuild Apache and you already have SSL certs installed and don't need to or have no domain to install a certificate on. As I mentioned, it breaks SSL.

You could have tested this before replying...
Title: Re: Apache Compiler does not install ssl_module (shared) on rebuild
Post by: DA_MAN on January 19, 2019, 01:21:13 AM
The Apache installer should check first to see if you have any SSL certs and properly install the module if you do...