아파치 환경설정
페이지 정보

본문
<VirtualHost ...>
# 로그 파일을 날짜별로 나누기
ErrorLog "|/usr/local/httpd/bin/rotatelogs /usr/local/httpd/logs/%Y%m%d-domain-error_log 86400"
CustomLog "|/usr/local/httpd/bin/rotatelogs /usr/local/httpd/logs/%Y%m%d-domain-access_log 86400" common
# http://www.domain.com/id 형식의 URL을 원하는 URL로 보내기
RedirectMatch ^/([^\./]+)$ "http://www.domain.com/path/to/redirect/index.asp?b_id=$1"
# 여러 개의 호스트를 하나의 호스트로 Redirect 시키기
ServerAlias domain.com
RedirectMatch ^/(.*)$ "http://www.domain.com/$1"
</VirtualHost>
# 로그 파일을 날짜별로 나누기
ErrorLog "|/usr/local/httpd/bin/rotatelogs /usr/local/httpd/logs/%Y%m%d-domain-error_log 86400"
CustomLog "|/usr/local/httpd/bin/rotatelogs /usr/local/httpd/logs/%Y%m%d-domain-access_log 86400" common
# http://www.domain.com/id 형식의 URL을 원하는 URL로 보내기
RedirectMatch ^/([^\./]+)$ "http://www.domain.com/path/to/redirect/index.asp?b_id=$1"
# 여러 개의 호스트를 하나의 호스트로 Redirect 시키기
ServerAlias domain.com
RedirectMatch ^/(.*)$ "http://www.domain.com/$1"
</VirtualHost>
- 이전글그누보드 게시판 테이블 필드 설명 19.05.25
- 다음글웹페이지 작성 시 TABLE, DIV 사용 구분 19.05.25
댓글목록
등록된 댓글이 없습니다.
