Apache 2.4.7 released

ditto

Verified User
Joined
Apr 27, 2009
Messages
2,354
Apache 2.4.7 is now released, and the new version is already available in custombuild. But please note the following from the announcement http://www.apache.org/dist/httpd/Announcement2.4.html

This release requires the Apache Portable Runtime (APR) version 1.5.x and APR-Util version 1.5.x. The APR libraries must be upgraded for all features of httpd to operate correctly.

And also please read this post from DirectAdmin support http://forum.directadmin.com/showthread.php?t=46300&page=2&p=244888#post244888 - as you can see in that post, you need to change custombuild/options.conf file to be:

Code:
old_apr_util=no
 
Last edited:
Got the problem with Roundcube / phpmyadmin after updated. (CB2) Below is the error :

Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /phpmyadmin/index.php.

Reason: DNS lookup failure for: socket=%2fusr%2flocal%2fphp53%2fsockets%2fwebapps.sock

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
 
Last edited:
I have upgraded one of my servers to apache 2.4.7 now, and don't have any problems. Also both Roundcube and phpMyAdmin works correct after the upgrade. Here is some nice output :)

Code:
[root@server/]# httpd -V
Server version: Apache/2.4.7 (Unix)
Server built:   Nov 26 2013 18:46:24
Server's Module Magic Number: 20120211:27
Server loaded:  APR 1.5.0, APR-UTIL 1.5.3
Compiled using: APR 1.5.0, APR-UTIL 1.5.3
Architecture:   64-bit
Server MPM:     prefork
  threaded:     no
    forked:     yes (variable process count)
Server compiled with....
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=256
 -D HTTPD_ROOT="/etc/httpd"
 -D SUEXEC_BIN="/usr/sbin/suexec"
 -D DEFAULT_PIDLOG="/var/logs/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"
[root@server /]#

and

Code:
[root@server/]# ll /etc/httpd/lib/libaprutil-1.so.0
lrwxrwxrwx 1 root root 21 Nov 26 18:46 /etc/httpd/lib/libaprutil-1.so.0 -> libaprutil-1.so.0.5.3
[root@server/]#

I also did "ldconfig" at "cd /" , but it does not seem that it was needed. (Edit: By the way I am running CB 2.0, CentOS 6.4 64bit and PHP 5.4.x with mod_php/mod_ruid2.)
 
Thanks ditto,

I think it's about socket file which is used in PHP-FPM, mod_fcgid. mod_ruid2 should not have any problem. Still looking for the fix though. Should be something about template file in CB2.


Code:
Server version: Apache/2.4.7 (Unix)
Server built:   Nov 26 2013 15:42:47
Server's Module Magic Number: 20120211:27
Server loaded:  APR 1.5.0, APR-UTIL 1.5.3
Compiled using: APR 1.5.0, APR-UTIL 1.5.3
Architecture:   64-bit
Server MPM:     event
  threaded:     yes (fixed thread count)
    forked:     yes (variable process count)
Server compiled with....
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=256
 -D HTTPD_ROOT="/etc/httpd"
 -D SUEXEC_BIN="/usr/sbin/suexec"
 -D DEFAULT_PIDLOG="/var/logs/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"
 
Got the problem with Roundcube / phpmyadmin after updated. (CB2) Below is the error :

Same problem (both php on php-fpm).

Any sugestions to fix it? Or - for now - how to reinstall Apache 2.4.6 to make it work?
 
Last edited:
Any update on the "DNS lookup failure" error on the web apps? Do we have to perform a rewrite_confs or would it break more with apache 2.4.7?
 
Back
Top