[users@httpd] Apache 2.4.33 support for DER certificates

2018-06-27 Thread Mohnish Singla
Hi,We have recently upgraded from version 2.4.6 to 2.4.33 and are no longer able to use DER certificates for SSL. is this a known issue? Do we support this format? We are getting below errors: SSL Library Error: error:0906D06C:PEM routines:PEM_read_bio:no start line (Expecting: TRUSTED

Re: [users@httpd] PHP-7.2.5 with Apache-2.4.25

2018-06-27 Thread David Copeland
Okay, sorry, probably can't help then. I'm running Opensuse 42.3, Apache 2.4.33 (prefork) and mod_php 7.2.7. The one thing I forgot about when I originally switched from php 5 to 7 was the APACHE_MODULES variable in the file /etc/sysconfig/apache2, changing php5 to php7. But each os/distro likes

Re: [users@httpd] PHP-7.2.5 with Apache-2.4.25

2018-06-27 Thread Hemant Chaudhary
Its NonStop (tandem) On Jun 27, 2018 7:35 PM, "David Copeland" wrote: > What platform/distribution are you running? > > On 27/06/18 06:09 AM, Hemant Chaudhary wrote: > > Hi, > > > > I was using mod_php of php-5.5.37 with apache-2.4.25 and it was > > working fine. I upgraded the php to

Re: [users@httpd] PHP-7.2.5 with Apache-2.4.25

2018-06-27 Thread David Copeland
What platform/distribution are you running? On 27/06/18 06:09 AM, Hemant Chaudhary wrote: > Hi, > > I was using mod_php of php-5.5.37 with apache-2.4.25 and it was > working fine. I upgraded the php to php-7.2.5. But after upgrade, > mod_php is not able to unload properly.  > > Does anybody also

Re: [users@httpd] PHP-7.2.5 with Apache-2.4.25

2018-06-27 Thread Motty Cruz
have you install mod_php72? pkg info | grep "mod_php" mod_php72-7.2.6 if not you need to install it pkg install mod_php72 in httpd.conf LoadModule php7_module    libexec/apache24/libphp7.so I hope this help! Thanks, Mot On 06/27/2018 03:09 AM, Hemant Chaudhary wrote: > Hi, > > I was using

[users@httpd] mod_proxy_balancer cookie issue

2018-06-27 Thread Michele Mase'
I have 2 zope servers behind a reverse proxy; i'm trying to balance them, following the apache-wiki guide "Load balancing with appservers who set a bad sticky cookie" The configuration works with problems: Planning a Server maintenance: under the balancer web page, i need to put one server

[users@httpd] PHP-7.2.5 with Apache-2.4.25

2018-06-27 Thread Hemant Chaudhary
Hi, I was using mod_php of php-5.5.37 with apache-2.4.25 and it was working fine. I upgraded the php to php-7.2.5. But after upgrade, mod_php is not able to unload properly. Does anybody also face the same issue. Thanks Hemant