1
1and1user
Guest
Hi everbody,
I've been struggling with this problem for a while now. I'm on a hosted root server with vhost setup, and Plex.
I can set up and get pages to display in subdirs of httpdocs, but not my bugzilla directory, where I have put an .htaccess file. When I try to access it, I get the following error. Based on research, I verified that permissions are correct on the .htaccess file, so I don't know why the file is not readable.
/home/httpd/vhosts/nanswi.com/httpdocs/bugzilla-2.18.3/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
[root@u15158424 httpdocs]# ls -ltr .ht*
-rw-r--r-- 1 root root 239 Sep 3 12:24 .htaccess
[Tue Sep 13 00:17:27 2005] [crit] [client 61.7.137.152] (13)Permission denied: /home/httpd/vhosts/nanswi.com/httpdocs/bugzilla-2.18.3/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
[root@u15158424 httpdocs]# ls -ltr bugzilla-2.18.3/.htaccess*
-rw-r--r-- 1 root root 239 Sep 12 09:51 bugzilla-2.18.3/.htaccessx
[root@u15158424 httpdocs]#
[root@u15158424 httpdocs]# ls -ltr | grep bugz
lrwxrwxrwx 1 root apache 15 Sep 4 06:52 bugzilla -> bugzilla-2.18.3
dr-xr--r-- 13 root apache 4096 Sep 13 00:17 bugzilla-2.18.3
[root@u15158424 httpdocs]#
I've tried a variety of things to see what's making this happen, but so far no luck.
I found an older post, on a different forum, about the pcfg_openfile error, and updated the vhost section of my httpd.conf file to reflect that, but the error did not change, as has been typical of all my attempts!
Is this Plex related?
Please help!
I've been struggling with this problem for a while now. I'm on a hosted root server with vhost setup, and Plex.
I can set up and get pages to display in subdirs of httpdocs, but not my bugzilla directory, where I have put an .htaccess file. When I try to access it, I get the following error. Based on research, I verified that permissions are correct on the .htaccess file, so I don't know why the file is not readable.
/home/httpd/vhosts/nanswi.com/httpdocs/bugzilla-2.18.3/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
[root@u15158424 httpdocs]# ls -ltr .ht*
-rw-r--r-- 1 root root 239 Sep 3 12:24 .htaccess
[Tue Sep 13 00:17:27 2005] [crit] [client 61.7.137.152] (13)Permission denied: /home/httpd/vhosts/nanswi.com/httpdocs/bugzilla-2.18.3/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
[root@u15158424 httpdocs]# ls -ltr bugzilla-2.18.3/.htaccess*
-rw-r--r-- 1 root root 239 Sep 12 09:51 bugzilla-2.18.3/.htaccessx
[root@u15158424 httpdocs]#
[root@u15158424 httpdocs]# ls -ltr | grep bugz
lrwxrwxrwx 1 root apache 15 Sep 4 06:52 bugzilla -> bugzilla-2.18.3
dr-xr--r-- 13 root apache 4096 Sep 13 00:17 bugzilla-2.18.3
[root@u15158424 httpdocs]#
I've tried a variety of things to see what's making this happen, but so far no luck.
I found an older post, on a different forum, about the pcfg_openfile error, and updated the vhost section of my httpd.conf file to reflect that, but the error did not change, as has been typical of all my attempts!
Is this Plex related?
Please help!