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.

Some configure options that may be relevant:
        --enable-suexec --with-suexec \
        --with-suexec-caller=3D%{suexec_caller} \
        --with-suexec-docroot=3D%{contentdir} \
        --without-suexec-logfile \
        --with-suexec-syslog \
        --with-suexec-bin=3D%{_sbindir}/suexec \
        --with-suexec-uidmin=3D500 --with-suexec-gidmin=3D100 \
        --enable-pie \
        --with-pcre \

And the contents of /var/log/httpd.
# ls -al /var/log/httpd/
total 12
drwx------. 2 root root 4096 Apr 10 12:44 .
drwxr-xr-x. 4 root root 4096 Apr 10 12:44 ..
-rw-r--r--. 1 root root    0 Apr 10 12:44 access_log
-rw-r--r--. 1 root root    0 Apr 10 12:44 authdigest_shm.23908
-rw-r--r--. 1 root root  724 Apr 10 12:44 error_log

Kind regards,
Steven

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to