[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,641건 96 페이지
  • RSS
기술자료 목록
741
PHP   16052  2009-07-22 18:49  
740
그누보드   12069  2009-07-21 17:50 ~ 2020-10-17 06:37  
739
ClassicASP   27633  2009-07-21 06:37 ~ 2016-03-31 00:00  
738
일반   12501  2009-07-20 12:19  
737
WindowsServer   15954  2009-07-17 19:18  
736
Linux   14636  2009-07-14 00:07  
735
그누보드   13291  2009-07-10 08:01 ~ 2020-10-05 06:23  
734
ClassicASP   18662  2009-07-06 10:23  
733
HTML   14460  2009-07-04 18:33  
732
JavaScript   18712  2009-07-03 10:25 ~ 2013-02-18 00:00  
731
그누보드   13886  2009-06-25 18:41  
730
MSSQL   17743  2009-06-22 10:25  
729
그누보드   14393  2009-06-17 17:45 ~ 2018-10-02 21:23  
728
MSSQL   21516  2009-06-16 03:24 ~ 2017-04-02 00:00  
727
Search   12284  2009-06-12 08:12  
726
MySQL   18519  2009-06-04 20:39  
725
MySQL   24440  2009-06-04 20:38  
열람
Linux   31762  2009-06-04 14:32 ~ 2009-08-19 00:00  
723
Linux   13573  2009-06-03 12:52 ~ 2009-11-03 00:00  
722
메이크샵   11276  2009-06-02 05:15  

검색

해피정닷컴 정보

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

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