Apache 2.4.4 released

That doesn't solve the issue.

Just an example
Code:
filter

Input Validation and Filtering	enabled
Revision	$Id: 209a1c3c98c04a5474846e7bbe8ca72054ccfd4f $
 
Which section of the phpinfo are you referring to?
Please include the section header, and that row name (value on the left) so we know we're talking about the same thing.

Our phpinfo() output also has may version numbers in a similar format (long string of characters)

John
 
Looks fine to me. Ours shows the same type of thing for the "filter" section.
I'm guessing the "revision" has something to do with the last compile time, or compile version.. or something like that.

John
 
Hello

I updated apache, version 2.4.4 and now apache will not start ..

Error in logs :
Code:
[Wed Mar 06 08:53:46.099224 2013] [core:emerg] [pid 734] (28)No space left on device: AH00023: Couldn't create the authdigest-opaque mutex 
[Wed Mar 06 08:53:46.099244 2013] [auth_digest:error] [pid 734] (28)No space left on device: AH01760: failed to create lock (opaque_lock) - all nonce-count checking, one-time nonces, and MD5-sess algorithm disabled
[Wed Mar 06 08:53:46.099288 2013] [:emerg] [pid 734] AH00020: Configuration Failed, exiting
 
After installing i get this error

make[1]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.4.4'
Restoring certificate and key, and turning on httpd for DirectAdmins's check.
update-rc.d: using dependency based boot sequencing
insserv: warning: script 'K01startips' missing LSB tags and overrides
insserv: warning: script 'K01mysqld' missing LSB tags and overrides
insserv: warning: script 'K01directadmin' missing LSB tags and overrides
insserv: warning: script 'K01da-popb4smtp' missing LSB tags and overrides
insserv: warning: script 'startips' missing LSB tags and overrides
insserv: warning: script 'directadmin' missing LSB tags and overrides
insserv: warning: script 'da-popb4smtp' missing LSB tags and overrides
insserv: warning: script 'mysqld' missing LSB tags and overrides
Restarting apache.
Stopping httpd:
Starting httpd: httpd: Syntax error on line 18 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf/extra/httpd-phpmodules.conf: Cannot load /usr/lib/apache/libphp5.so into server: /usr/lib/apache/libphp5.so: undefined symbol: unixd_config


recompile php fixed the httpd restart error
 
Last edited:
Back
Top