Hello,
I'm running a FreeBSD server with about 20 web server jails for years now. I've tried this morning to upgrade from FreeBSD 10.3-RELEASE to FreeBSD 11-RELEASE on both host and jails. It went ok, except for jails that use mod_mpm_itk with Apache.
Versions used before upgrade:
apache24-2.4.29
apr-1.6.3.1.6.1
mod_php56-5.6.32
ap24-mod_mpm_itk-2.4.7_2
Versions used after upgrade:
apache24-2.4.33_1
apr-1.6.3.1.6.1_1
mod_php56-5.6.36_1
ap24-mod_mpm_itk-2.4.7_2
I've tried both packages and ports, both yield to the same result:
Apache crashes immediately at launch time when started with the same configuration than before the upgrade. It appears the crash depends on some configuration directives: those used by ITK. I've a dedicated config file for ITK where I put its directives. Some typical lines from this file:
If I replace this config file with a blank one, Apache no longer crashes, but obviously ITK is not really used.
I've had to rollback my VMware snapshot to restore access to those web sites, but eventually I'll have to perform this upgrade.
Any idea?
I'm running a FreeBSD server with about 20 web server jails for years now. I've tried this morning to upgrade from FreeBSD 10.3-RELEASE to FreeBSD 11-RELEASE on both host and jails. It went ok, except for jails that use mod_mpm_itk with Apache.
Versions used before upgrade:
apache24-2.4.29
apr-1.6.3.1.6.1
mod_php56-5.6.32
ap24-mod_mpm_itk-2.4.7_2
Versions used after upgrade:
apache24-2.4.33_1
apr-1.6.3.1.6.1_1
mod_php56-5.6.36_1
ap24-mod_mpm_itk-2.4.7_2
I've tried both packages and ports, both yield to the same result:
Apache crashes immediately at launch time when started with the same configuration than before the upgrade. It appears the crash depends on some configuration directives: those used by ITK. I've a dedicated config file for ITK where I put its directives. Some typical lines from this file:
Apache config:
<Directory /sites/foo>
AssignUserID ldapuser1 www
</Directory>
<Directory /sites/bar>
AssignUserID ldapuser2 www
</Directory>
...
If I replace this config file with a blank one, Apache no longer crashes, but obviously ITK is not really used.
I've had to rollback my VMware snapshot to restore access to those web sites, but eventually I'll have to perform this upgrade.
Any idea?
Last edited: