Alias란 웹브라우져를 통한 도메인 네임의 디렉토리 접근과 서버의 실제 디렉토리를 연결시켜 주는 기능이다.
Alias URL상대디렉토리주소 실제디렉토리주소
실제 디렉토리에 대한 세부 설정은 아래와 같이.
Alias URL상대디렉토리주소 실제디렉토리주소
ex) Alias /foo/ "/home/user/foo/"적용 예: http://hostname/foo/test.php로 접속하여 /home/user/foo/test.php의 페이지를 보게끔 할 수 있다.
실제 디렉토리에 대한 세부 설정은 아래와 같이.
Alias /foo "/home/user/foo"options All AllowOverride All Allow From All AddHandler text/html .html AddHandler text/xml .xml AddType application/x-httpd-php .php
'Dev > Apache' 카테고리의 다른 글
[Apache] 특정 파일 확장자의 접근 access를 거부하는 방법 (0) | 2017.03.23 |
---|---|
[Linux] 리눅스 hostname과 /etc/hosts의 가 맞지 않을 때 나오는 apache의 Start 에러 (0) | 2012.05.28 |
리눅스 우분투 아파치 웹서버 Request header field is missing ':' separator 에러 해결 (0) | 2012.01.18 |
Apache 아파치 서버 service httpd 시작시 기동 실패에 대한 에러 처리 (0) | 2011.01.21 |
Apach Document Root를 지정해도 인식을 못할 때 (0) | 2011.01.21 |
Linux Apache PHP 연동 시작후 웹에서 접속시 소스가 그대로 보일 경우 대응 (0) | 2010.12.21 |
현재 설치 되어 있는 아파치 모듈 확인 하기 (0) | 2010.01.21 |
Apache httpd.conf에 mod_rewrite추가 관련 에러 대응 처리 (0) | 2010.01.21 |
Apache 설치중 Syntax error on line 에러 (0) | 2010.01.21 |