| 상태 |
|---|


제가 오늘 네임서버변겨을 했는데요...
1. 원래 홈페이지 주소에서 open 되었던게 있는데 변경후 표시할수없다는 메세지가 뜨면... 변경이 완료된거라고 볼수있는지요?
(ps 보통 네임서버 변경은 2-3일 정도 기다려야한다고 들어서요??)
2. 변경이 되었다면... www.inhostudio.com url은 제홈페이지c: /APM_Sepup/htdocs/ 로 경로 지정이 되는건지요
(ps: 초기 셋팅후 변경한 부분이 없습니다. )
3. 이 모든게 다 이상이 없다면 오픈되어야하는데... 으윽..localhost로 열면 보이는데... 안보이네요.. 점검을 해봐야할 부분들이있다면..
우선순위를 알려주세요...
감사합니다. 좋은하루되시구요..
#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.
#
# Use name-based virtual hosting.
#
NameVirtualHost*
<VirtualHost *>
ServerName inhostudio.com
ServerAdmin toinho@hanmail.net
DocumentRoot C:/APM_Setup/htdocs
</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.
#
# 가상 호스트 설정
# http://apmsetup.com/?ct=65
httpd-vhosts.conf에서
변경하고 restart했는데요... localhost에서만 띄워지네요.. 음....
셋팅이 잘된거면 localhost에서는 띄워지는게 아닐텐데... 으윽
다른파일도 수정해야할가요