Hi Dave, Zitat von "Isenhower, Dave" <dave.isenhower@xxxxxxxxxxx>:
We’re running prefork. I can see the processes running under the correct user:$ ps -ef | grep httpdapache 14638 26766 0 11:32 ? 00:00:00 /usr/sbin/httpd -d /www/etc/apache/config -c Pidfile /web/logs/pid-files/httpd.pid -f /www/etc/apache/config/httpd.conf$ groups apache apache : apacheEven adding read and execute to others on the config directory isn’t sufficient. I still have to add read to the htpasswd file itself.Thanks, Dave
have you double-checked the effective user/group of your processes? # ps -ax -o pid,euser,egroup,args|grep httpd Regards, Jens --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx