RE: [users@httpd] htpasswd permissions

2013-07-04 Thread Isenhower, Dave
orked fine! Thanks! Dave -Original Message- From: Jens-U. Mozdzen [mailto:jmozd...@nde.ag] Sent: Thursday, July 04, 2013 5:29 AM To: users@httpd.apache.org Subject: Re: [users@httpd] htpasswd permissions Hi Dave, Zitat von "Isenhower, Dave" : > We’re running prefork. I c

Re: [users@httpd] htpasswd permissions

2013-07-04 Thread Jens-U. Mozdzen
Hi Dave, Zitat von "Isenhower, Dave" : We’re running prefork. I can see the processes running under the correct user: $ ps -ef | grep httpd apache 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/

Re: [users@httpd] htpasswd permissions

2013-07-04 Thread Vincenzo D'Amore
htpasswd file itself. > > Thanks, > Dave > > From: Vincenzo D'Amore [mailto:v.dam...@gmail.com] > Sent: Wednesday, July 03, 2013 1:49 PM > To: users@httpd.apache.org > Cc: users@httpd.apache.org > Subject: Re: [users@httpd] htpasswd permissions > > Hi,

RE: [users@httpd] htpasswd permissions

2013-07-03 Thread Isenhower, Dave
users@httpd.apache.org Subject: Re: [users@httpd] htpasswd permissions Hi, May be you should double check what MPM are you using and if the User directive is supported. http://httpd.apache.org/docs/2.2/mod/mpm_common.html#user I don't know exactly why you're experiencing this problem but if you gra

Re: [users@httpd] htpasswd permissions

2013-07-03 Thread Vincenzo D'Amore
Hi, May be you should double check what MPM are you using and if the User directive is supported. http://httpd.apache.org/docs/2.2/mod/mpm_common.html#user I don't know exactly why you're experiencing this problem but if you grant the execute permission to others at config directory this should

RE: [users@httpd] htpasswd permissions

2013-07-03 Thread Isenhower, Dave
No, SELinux is disabled. -Original Message- From: laurence.schuler [mailto:laurence.schu...@nasa.gov] Sent: Wednesday, July 03, 2013 1:43 PM To: users@httpd.apache.org Subject: Re: [users@httpd] htpasswd permissions On 07/03/2013 12:40 PM, Isenhower, Dave wrote: > Hi, > > I

Re: [users@httpd] htpasswd permissions

2013-07-03 Thread laurence.schuler
On 07/03/2013 12:40 PM, Isenhower, Dave wrote: > Hi, > > I have a an htpasswd file that I want to have locked down so that it cannot > be read on the filesystem by anyone other than the owner and Apache. Apache > is version 2.2.3 running on RedHat Linux 5.9. > > The permissions I have set are

[users@httpd] htpasswd permissions

2013-07-03 Thread Isenhower, Dave
Hi, I have a an htpasswd file that I want to have locked down so that it cannot be read on the filesystem by anyone other than the owner and Apache. Apache is version 2.2.3 running on RedHat Linux 5.9. The permissions I have set are as follows: drwxr-xr-x 6 root root 4096 May 7 10:19