아파치 virtualhost 설정
<VirtualHost localhost2>
ServerAdmin postmaster@localhost2
DocumentRoot "/workspace/localhost2"
ServerName localhost2
ErrorLog "logs/localhost2.error.log"
CustomLog "logs/localhost2.access.log" combined
</VirtualHost>
<VirtualHost localhost>
ServerAdmin postmaster@localhost
DocumentRoot "/xampplite/htdocs"
ServerName localhost
ErrorLog "logs/localhost.error.log"
CustomLog "logs/localhost.access.log" combined
</VirtualHost>
위와 같이 로컬에서 http://localhost2/ 와 http://localhost/ 두가지 호스트를 돌리려고 합니다.
system32 폴더에서 어디론가 들어가 host 설정하는 데에 localhost2도 추가 해뒀고요.
문제는 localhost2라고 치든 localhost라고 치든 virtualhost의 맨 첫번째 설정이 모두 적용되고 있습니다. 즉 위와 같은 경우는 localhost2가 무조건 뜨고, virtualhost 설정 두개의 순서를 바꾸면 localhost가 뜨게 됩니다.
혹시 어디를 더 살펴봐야 할지 힌트 주시면 감사하겠습니다. ^^
ServerAdmin postmaster@localhost2
DocumentRoot "/workspace/localhost2"
ServerName localhost2
ErrorLog "logs/localhost2.error.log"
CustomLog "logs/localhost2.access.log" combined
</VirtualHost>
<VirtualHost localhost>
ServerAdmin postmaster@localhost
DocumentRoot "/xampplite/htdocs"
ServerName localhost
ErrorLog "logs/localhost.error.log"
CustomLog "logs/localhost.access.log" combined
</VirtualHost>
위와 같이 로컬에서 http://localhost2/ 와 http://localhost/ 두가지 호스트를 돌리려고 합니다.
system32 폴더에서 어디론가 들어가 host 설정하는 데에 localhost2도 추가 해뒀고요.
문제는 localhost2라고 치든 localhost라고 치든 virtualhost의 맨 첫번째 설정이 모두 적용되고 있습니다. 즉 위와 같은 경우는 localhost2가 무조건 뜨고, virtualhost 설정 두개의 순서를 바꾸면 localhost가 뜨게 됩니다.
혹시 어디를 더 살펴봐야 할지 힌트 주시면 감사하겠습니다. ^^
댓글 3개
15년 전
C:\WINDOWS\system32\drivers\etc에 있는 hosts파일에서
127.0.0.1 localhost2
127.0.0.1 localhost
와 같이 설정을 해주세요.
127.0.0.1 localhost2
127.0.0.1 localhost
와 같이 설정을 해주세요.
15년 전
그건 이미 설정해뒀습니다.. 만약 안했다면 http://localhost2/ 라고 치면 아무것도 안 떴겠죠?
15년 전
우오오옷! 해결했습니다.
NameVirtualHost *:80
이렇게 name-based virtual hosting을 사용하도록 설정해줘야 하는군요. 위 내용이 주석 처리 되어있어서나타나는 현상이었습니다.
며칠동안 속썩이던 게 해결되었습니다! ^^
NameVirtualHost *:80
이렇게 name-based virtual hosting을 사용하도록 설정해줘야 하는군요. 위 내용이 주석 처리 되어있어서나타나는 현상이었습니다.
며칠동안 속썩이던 게 해결되었습니다! ^^
게시판 목록
토크
개발과 관련된 어떤 얘기도 괜찮습니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3450 | 11년 전 | 2983 | ||
| 3449 | 11년 전 | 4204 | ||
| 3448 | 11년 전 | 3192 | ||
| 3447 | 11년 전 | 5107 | ||
| 3446 | 11년 전 | 3841 | ||
| 3445 |
|
11년 전 | 4220 | |
| 3444 |
|
11년 전 | 2733 | |
| 3443 | 11년 전 | 2797 | ||
| 3442 |
|
11년 전 | 2993 | |
| 3441 |
울산굿모닝
|
11년 전 | 2558 | |
| 3440 |
Unhappy
|
11년 전 | 2823 | |
| 3439 |
RipperTNT
|
11년 전 | 2636 | |
| 3438 | 12년 전 | 3528 | ||
| 3437 | 12년 전 | 1938 | ||
| 3436 | 12년 전 | 1533 | ||
| 3435 | 12년 전 | 2071 | ||
| 3434 |
제주프라이스
|
12년 전 | 2797 | |
| 3433 | 12년 전 | 2706 | ||
| 3432 |
가슴시린하늘
|
12년 전 | 3048 | |
| 3431 |
프리랜서개발자
|
12년 전 | 2953 | |
| 3430 |
|
12년 전 | 2832 | |
| 3429 |
|
12년 전 | 2599 | |
| 3428 | 12년 전 | 12815 | ||
| 3427 |
SugarSkull
|
12년 전 | 1816 | |
| 3426 | 12년 전 | 1325 | ||
| 3425 | 12년 전 | 2715 | ||
| 3424 | 12년 전 | 4721 | ||
| 3423 | 12년 전 | 3409 | ||
| 3422 | 12년 전 | 3720 | ||
| 3421 |
프로프리랜서
|
13년 전 | 2098 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기