Re: [users@httpd] Re: Apache 2.4.39 upgrade issue

2019-06-25 Thread Stefan Eissing
Nitin, to analyse such a problem, it is helpful to provide stack traces of the segmentation faults you are seeing. This may make clear where the problem is. See https://httpd.apache.org/dev/debugging.html for help on this. If the crash is in your mod_WSGi, you would need to contact the maintain

[users@httpd] Re: Apache 2.4.39 upgrade issue

2019-06-25 Thread Nitin Kadam
Team awaiting for your response my production server is having this issue. On Tue, Jun 25, 2019 at 12:31 PM Nitin Kadam wrote: > also disabling mod_ssl with a2dismod SSL site starts working on HTTP > (disabling SSL engine off in Vhost and port change to 80). > if enable again its stops site on

[users@httpd] Re: Apache 2.4.39 upgrade issue

2019-06-25 Thread Nitin Kadam
also disabling mod_ssl with a2dismod SSL site starts working on HTTP (disabling SSL engine off in Vhost and port change to 80). if enable again its stops site on HTTP as well and doesn't start on https if we add ssl engine on and port 443. On Tue, Jun 25, 2019 at 11:58 AM Nitin Kadam wrote: > H