묻고답하기
APM 가상호스트 설정
2015.05.13 17:38
NameVirtualHost *:80
<VirtualHost _default:80>
ServerName 59.20.76.212
ServerAdmin korfresh@naver.com
DocumentRoot "D:/Beauti-Pl/"
</VirtualHost>
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
<VirtualHost *:369>
ServerAdmin korfresh@naver.com
DocumentRoot "D:/KorFresh/"
ServerName korfresh.com
ServerAlias korfresh.com
</VirtualHost>
<VirtualHost *:80>
ServerAdmin korfresh@naver.com
DocumentRoot "D:/Beauti-Pl/"
ServerName Beauti-Pl.com
</VirtualHost>
이런식으로 369 포트를 개방하고 가상호스트를 만들었습니다.
korfresh.com 으로 입력하면 접속은 되는데
korfresh.com/Data 는 접속이 안되네요
59.20.76.212:369/Data 는 접속이 되구요
아이피주소가 아닌 쭉 도메인명으로 하위디렉터리명 까지 사용하고 싶은데 어떻게 설정 해야 하나요
댓글 6
-
GG
2015.05.13 17:48
-
상큼한걸
2015.05.13 19:04
그것도 해봤는데 안되네영 ㅜㅜ
-
LiXCode
2015.05.13 20:34
korfresh.com 이 도메인은 지금 369 포트로 바인딩 되어 있네요.
상단에 NameVirtualHost *:369 를 한번 추가해 보시기를 추천 드립니다.
-
상큼한걸
2015.05.13 22:04
NameVirtualHost *:80
NameVirtualHost *:369안되네요 ㅜ
-
간장게장같은남자
2015.05.13 23:13
위 방법으로도 안되면 나머지는 방화벽인데..
369 포트를 방화벽에서 열어놓으셧나요? -
상큼한걸
2015.05.14 09:14
넵 방화벽도 열어뒀습니다.
그러기에 아이피:369/디렉터리 포트는 접속이 됩니다.
단지 도메인/디렉터리 명으로 했을때 접속이 안되네요.. ㅜ
korfresh.com:369/Data