Hi Steve, Zitat von Redalert Commander <redalert.commander@xxxxxxxxx>:
Hello list, I compiled version 2.4.4 from source and created an RPM package, I used a spec file for a 2.2.3 package and changed it where required in order to build successfully. The httpd.conf file used was also for 2.2.3 (with minor changes as defined in the section " Common problems when upgrading" from http://httpd.apache.org/docs/2.4/upgrading.html). After going through some errors about modules, for which the solution was described in the documentation, I'm left with a more obscure error. The only thing I can see is in /var/log/httpd/error_log A file authdigest_shm.<pid> is also created, but left empty. Selinux is set to permissive, no entries appear to be logged here. Apr and apr-util versions are 1.4.6 and 1.5.2 respectively. Does anyone have any idea about what's wrong here? # cat /var/log/httpd/error_log [Wed Apr 10 12:44:44.796571 2013] [suexec:notice] [pid 23907] AH01232: suEX= EC mechanism enabled (wrapper: /usr/sbin/suexec) [Wed Apr 10 12:44:44.819405 2013] [auth_digest:notice] [pid 23908] AH01757:= generating secret for digest authentication ... [Wed Apr 10 12:44:44.819655 2013] [auth_digest:error] [pid 23908] (13)Permi= ssion denied: AH01762: Failed to create shared memory segment on file /etc/= httpd/logs/authdigest_shm.23908 [Wed Apr 10 12:44:44.819796 2013] [auth_digest:error] [pid 23908] (13)Permi= ssion denied: AH01760: failed to initialize shm - all nonce-count checking,= one-time nonces, and MD5-sess algorithm disabled [Wed Apr 10 12:44:44.819807 2013] [:emerg] [pid 23908] AH00020: Configurati= on Failed, exiting In httpd.conf, both 'User apache' en 'Group apache' are specified.
I believe you have no or a wrong path set for the shared memory location... it shouldn't point to "/etc/httpd/logs/authdigest_shm.23908", but more probably to "/var/log/httpd/..." or even better to "/var/run/httpd/..." (or similar)?
Regards, Jens --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx