pcfg_openfile on Admin htaccess file?

TomJones

Verified User
Joined
May 9, 2004
Messages
76
I've been getting these errors for some time, finally thought I should try to fix the problem. My apache error logs have multiple lines reporting:

Code:
[Sun Jun 30 08:23:33.421811 2013] [core:crit] [pid 3136] (13)Permission denied: [client 66.249.72.31:38225] AH00529: /home/admin/domains/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/admin/domains/' is executable

I've checked the results outlined here
http://help.directadmin.com/item.php?id=363
everything is fine, the search returns access:x:504:apache,nobody,mail,majordomo,daemon

Here's the ls -l in the home folder:
drwx--x--x. 7 admin admin 4096 Nov 8 2012 admin
drwx--x--x 4 someuser access 4096 May 16 2012 someuser
drwx--x--- 4 someuser2 access 4096 Jun 11 08:38 someuser2

I was thinking about changing the group on the admin folder to "access" but thought I should ask here first. What can I do to correct this error?
 
Back
Top