RadarURL
Skip to content
조회 수 507 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

질문:

This domain was working this morning, now I get a 403 error and the message above in my error log. I'm not using .htaccess files but I have been doing some copy on the server so may have messed things up but no changes to this domain (unless by accident!). What is this pcfg_openfile thing anyway?

Done lots of googleing but none of the solutions seemed to fit these circumstances. Server is ubuntu Hardy Heron.


답변1:

17down voteaccepted

you've probably changed the permissions on the directory (or one of its parents) that the web server is looking for .htaccess in, so that the web server can no longer check to see if there's a .htaccess file.

first fix the permissions on the directory (needs to be rx by the web server process, so 755 or 775, depending on whether you want the dir to be group-writable or not). Note that you have to make sure that the permissions of every parent directory back up to the filesystem root (i.e /) are rx by the web server.

and then, if you're not actually using .htaccess files and have no intention of using them in future (i.e. you intend to put all your config into httpd.conf/apache.conf) then disable htaccess files in the apache configuration.

there is a small performance penalty for checking for the existence of, reading in, and parsing of .htaccess files in the current dir and in every parent dir back up to the document root. it's very small but it adds up when there are many requests.

share|improve this answer
    
Spot on. I had somehome managed to change permissions on the /home directory and that had messed everything else up. Huge thank you! –  user19196 Sep 2 '09 at 22:29


답변2:

If it isn't obvious that .htaccess cannot be read by the server (either 0755 or .htacess and the rest of the tree is in www-data group), search for a higher directory root only onwer:group which does *not* have world execute access.

In order for apache to find a file, it has to search down the tree. It cannot do this if a directory which is root:root does not have global execute access.

I've tripped over this a few times....:-)

share|improve this answer
    
"It cannot do this if a directory which is root:root does not have global execute access." That is not always true. If you are running suPHP, then PHP is running as the file owner. Theoretically, you should be able to test Apache's access by switching to the file-owning user and see if you can navigate there. –  Buttle Butkus Apr 3 '13 at 1:35



출처 : http://serverfault.com/questions/61726/permission-denied-home-htaccess-pcfg-openfile-unable-to-check-htaccess-file

?

List of Articles
번호 제목 글쓴이 날짜 조회 수
71 .htaccess JaeSoo 2009.06.24 4322
70 .htaccess 를 이용한 이미지 핫링크 예방법 JaeSoo 2012.03.07 2630
69 .htaccess 사용해서 이미지 외부링크 막기 JaeSoo 2012.03.07 2919
68 Apache 서버에서 확장자 .htm 파일 내의 php 코드가 실행되지 않는 문제 해결 방법 JAESOO 2014.05.26 1692
67 Apache 2.0 에서 여러 도메인에 SSL 인증서 적용하기 JaeSoo 2013.03.01 3150
66 Apache eating up 100% of cpu load with only 12req/s (아파치 웹서버가 CPU 점유율 100%가 될때) JaeSoo 2013.03.08 4577
65 apache httpd.conf 설정 및 설명 JaeSoo 2012.09.09 1549
64 Apache Redirect 설정 팁 - http또는 https로 접속 시 www를 항상 자동으로 붙히기 JaeSoo 2013.02.28 4238
63 Apache rewrite 사용 방법 - 특정 URL이 입력되면 다른 URL로 연결 JaeSoo 2013.04.08 4625
62 Apache Struts 버전 확인 방법 JAESOO 2014.05.09 2166
61 Apache 버전 확인방법 JaeSoo 2013.02.20 1263
60 Apache 실행환경을 nobody 사용자로 변경 JAESOO 2014.05.28 1508
59 Apache2 openssl on Winows XP (https 접속) JaeSoo 2013.03.01 3644
58 Apache: A good Webalizer.conf for the Webalizer Apache Log Analyzer utility JAESOO 2014.12.22 1236
57 Apache에서 .htaccess 파일 활용하기 - Rewrite mod JaeSoo 2009.05.12 3819
56 Apache에서 mod_expires를 이용한 이미지 캐싱 처리 JaeSoo 2012.08.29 2402
55 apache용 ewrite rule (htaccess)을 nginx rewrite rule로 변환 JaeSoo 2013.04.06 3785
54 apache의 httpd.conf 설정 팁 JaeSoo 2012.09.09 1623
53 APMSETUP + JSP 2 JaeSoo 2012.04.13 6125
52 APMSETUP 7 + eAccelerator 설치.. JaeSoo 2011.05.21 9518
Board Pagination Prev 1 2 3 4 Next
/ 4

PageViews   Today : 6437 Yesterday : 5037 Total : 21962489  /  Counter Status   Today : 6222 Yesterday : 4602 Total : 1188945

Edited by JAESOO

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소