티스토리 뷰
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
test.com 으로 접속했는데 www.test.com 으로 이동되도록 apache 설정하기
<VirtualHost 192.168.0.1:80>
ServerName test.com
RedirectMatch ^/(.*)$ http://www.test.com/$1
</VirtualHost>
test.com 으로 접속했는데 test.com:8888 으로 이동되도록 apache 설정하기
<VirtualHost 192.168.0.1:80>
ServerName test.com
RedirectMatch ^/(.*)$ http://test.com:8888/$1
</VirtualHost>
'Apache' 카테고리의 다른 글
apache, 아파치 시작할때 ssl 암호 묻지 않게 하기 (0) | 2016.04.28 |
---|---|
Apache, index파일없을때 파일리스트로 출력 (0) | 2016.04.28 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- FetchType
- Private
- 리눅스
- command
- disabledforeground
- highlightthickness
- checkbutton
- Module
- apache
- Excel
- Composite Key
- 폼
- onetomany
- activeforeground
- Linux
- IdClass
- tkinter
- highlightbackground
- borderwidth
- fetch join
- activebackground
- ManyToOne
- Java
- JPA
- vba
- indicatoron
- Python
- 파이썬
- tkinter command & bind [명령어묶기와 사건묶기] Python
- 상수
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함