[Apache] 디렉토리임에도 DocumentRoot 에러 날 때 > 기술자료 | 해피정닷컴

[Apache] 디렉토리임에도 DocumentRoot 에러 날 때 > 기술자료

본문 바로가기

사이트 내 전체검색

[Apache] 디렉토리임에도 DocumentRoot 에러 날 때 > 기술자료

Linux [Apache] 디렉토리임에도 DocumentRoot 에러 날 때

페이지 정보


본문

Forbidden
You don't have permission to access / on this server.

아파치의  httpd.conf 에서  기본 폴더를 변경후 위와 같은 오류가 발생할때


아파치 웹서버의 저장소 위치를 /var/www/html/  에서 /home/MyID/www/html 로 변경하고자 합니다.
기존의 알려진 방법에 의하면

# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
# DocumentRoot "/var/www/html"
DocumentRoot "/home/MyID/www"

이 부분과

# This should be changed to whatever you set DocumentRoot to.
#
# <Directory "/var/www/html">
<Directory "/home/MyID/www">

을 변경을 해주면 됩니다. 하지만 다음과 같은 에러가 발생할 것입니다.

[root@localhost selinux]# /etc/init.d/httpd restart
Stopping httpd:                                            [FAILED]
Starting httpd: Syntax error on line 275 of /etc/httpd/conf/httpd.conf:
DocumentRoot must be a directory
                                                           [FAILED]
[root@localhost selinux]#


문제는 SELinux 보안 정책때문에 해당 디렉토리가 있음에도 찾지 못한 것입니다.
아래와 같이 아파치에서 이 디렉토리를 읽을 수 있는 권한을 부여합니다.
( SELinux 참고자료 : http://blworks.textcube.com/69 )

[root@localhost selinux]# chcon -R -t httpd_user_content_t /home/MyID/www


selinux 의 기능을 아래와 같이 OFF합니다.
[root@localhost selinux]# find / -name selinux -print
[root@localhost selinux]# vi /etc/selinux/config

# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#       enforcing - SELinux security policy is enforced.
#       permissive - SELinux prints warnings instead of enforcing.
#       disabled - SELinux is fully disabled.
#SELINUX=enforcing
SELINUX=disabled  # 기능 작동을 중단합니다
# SELINUXTYPE= type of policy in use. Possible values are:
#       targeted - Only targeted network daemons are protected.
#       strict - Full SELinux protection.
SELINUXTYPE=targeted


Seliunx 를 사용하지 않지 않는데도 에러가 난다면...
# vi /usr/local/apache/conf/httpd.conf
...
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all   -->   이것을 사용안하도록 변경  #Deny from all
</Directory>


참고자료
http://www.linux.co.kr/home/superuserboard/view.html?id=1628&code=apache 
http://withover.com/197
http://blworks.textcube.com/69 
http://cafe.naver.com/himss.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=943 
http://blog.naver.com/zezepurr?Redirect=Log&logNo=120031210919

댓글목록

등록된 댓글이 없습니다.


Total 2,635건 1 페이지
  • RSS
기술자료 목록
2635
영카트   156  2024-10-21 13:44 ~ 2024-10-21 19:42  
2634
전자결제   331  2024-09-05 09:30  
2633
MySQL   865  2024-03-29 14:14 ~ 2024-03-29 14:14  
2632
그누보드   1072  2024-02-23 18:40 ~ 2024-02-24 06:13  
2631
JavaScript   1200  2024-02-16 18:50 ~ 2024-02-16 20:37  
2630
Java   1127  2024-02-06 16:49  
2629
PHP   1307  2024-02-06 16:42  
2628
호스팅   1157  2024-01-29 12:54  
2627
PHP   1225  2024-01-26 11:04 ~ 2024-01-26 11:13  
2626
MySQL   1424  2024-01-08 17:37 ~ 2024-03-14 16:00  
2625
SQL   1499  2024-01-08 12:36  
2624
영카트   1599  2024-01-04 14:57  
2623
일반   2510  2023-12-15 18:33  
2622
Android   2020  2023-11-30 18:48 ~ 2023-11-30 19:41  
2621
전자결제   3932  2023-11-23 19:53  
2620
PHP   2837  2023-11-20 10:56 ~ 2023-11-20 11:14  
2619
Linux   2280  2023-11-09 19:55  
2618
그누보드   2244  2023-11-06 20:38  
2617
Linux   2195  2023-11-01 21:41 ~ 2023-11-02 10:30  
2616
영카트   2116  2023-10-07 23:31  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.