Apache HTTPD 2.4.34

PHP 7.1 stopped working after update

It's mainly a bugfix release. Full changelog here:

http://www.apache.org/dist/httpd/CHANGES_2.4.34

It's already in Custombuild.

Updated this morning from Apache 2.4.33 to 2.4.34 on a Debian 9.5 system with latest Custombuild and php1_release=7.1 php1_mode=php-fpm php2_release=no.

Code:
/build update_versions
Updating DirectAdmin
Updating Apache

-cut-

Installing header files
Installing build system files
Installing man pages and online manual
make[1]: Leaving directory '/usr/local/directadmin/custombuild/httpd-2.4.34'
Restoring certificate and key, and turning on httpd for DirectAdmins's check.
Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set.
Enabling httpd in systemd...
Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set.
Using -edited- for your server IP
Restarting apache.

After this I got a 503 service unavailable for all sites and a "The service 'php-fpm71' on server -edited- is currently down" notice by email. Only a ./build php fixed this.
 
according tp this post : https://help.directadmin.com/item.php?id=1 /.build php n is a part of the apache update, a quick copy paste :

Code:
If you're using custombuild (as most new boxes are), run the following

cd /usr/local/directadmin/custombuild
./build update
./build apache
./build php n
./build rewrite_confs
 
It has never been needed for me to recompile PHP after I have done a Apache upgrade. However I am on CentOS, and maybe something else is at play when running Debian.

Edit: Also I would not be happy if Custombuild suddenly automatically recompile PHP when I do a ./build apache - PHP should only be recompiled when I choose to do so. But that is the way it currently is working, so everything is fine.
 
Last edited:
Back
Top