루트의 index.html이 안열리고 가상호스트의 index.html이 열리?

dewytear의 이미지

좀 이상해서 질문 올립니다.
그동안 잘 작동했었는데..... http://203.234.46.xx 하면..
루트의 index.php가 열렸었거든요.. 근데 머가 잘 못 된건지..
가상호스트 추가하고나서 가상호스트의 index.html이 열립니다.
엄연히 index.php가 루트 폴더안에 있는데두 불구하고 말입니다.

test.php 출력물을 보았더니......
unixman계정의 가상 호스트 만들어 준거에서 zeus라는
호스트의 index.html 파일이 열리는 것 같습니다.
그 인덱스 파일이 기본 test.php 파일 내용이 들어 있네요.
_SERVER["DOCUMENT_ROOT"]에서 /home/unixman/public_html/zeus
이렇게 잡혀있는데 어떻게 해야 해결이 가능할지 ?

궁금합니다. 속 시원하게 답변 부탁드립니다.
감사합니다.

아래는 가상 호스트 관련... httpd.conf 내용입니다.

NameVirtualHost 203.234.46.xx

<VirtualHost 203.234.46.xx:80>
ServerAdmin unixman@xxxxxxx.com
DocumentRoot /home/unixman/public_html/zeus
DirectoryIndex index.html
ServerName zeus.urimoim.pe.kr
ErrorLog logs/zeus.urimoim.pe.kr-error_log
CustomLog logs/zeus.urimoim.pe.kr-access_log combined
</VirtualHost>

<VirtualHost 203.234.46.xx:80>
ServerAdmin unixman@xxxxxxx.com
DocumentRoot /home/unixman/public_html/jupiter
DirectoryIndex index.html
ServerName jupiter.urimoim.pe.kr
ErrorLog logs/jupiter.urimoim.pe.kr-error_log
CustomLog logs/jupiter.urimoim.pe.kr-access_log combined
</VirtualHost>

<VirtualHost 203.234.46.xx:80>
ServerAdmin unixman@xxxxxxx.com
DocumentRoot /home/unixman/public_html/victoria
DirectoryIndex index.html
ServerName victoria.urimoim.pe.kr
ErrorLog logs/victoria.urimoim.pe.kr-error_log
CustomLog logs/victoria.urimoim.pe.kr-access_log combined
</VirtualHost>

<VirtualHost 203.234.46.xx:80>
ServerAdmin unixman@xxxxxxx.com
DocumentRoot /home/unixman/public_html/titan
DirectoryIndex index.html
ServerName titan.urimoim.pe.kr
ErrorLog logs/titan.urimoim.pe.kr-error_log
CustomLog logs/titan.urimoim.pe.kr-access_log combined
</VirtualHost>

<VirtualHost 203.234.46.xx:80>
ServerAdmin unixman@xxxxxxx.com
DocumentRoot /home/unixman/public_html/vinus
DirectoryIndex index.html
ServerName vinus.urimoim.pe.kr
ErrorLog logs/vinus.urimoim.pe.kr-error_log
CustomLog logs/vinus.urimoim.pe.kr-access_log combined
</VirtualHost>

<VirtualHost 203.234.46.xx:80>
ServerAdmin unixman@xxxxxxx.com
DocumentRoot /home/unixman/public_html/mp3
DirectoryIndex index.php
ServerName mp3.urimoim.pe.kr
ErrorLog logs/mp3.urimoim.pe.kr-error_log
CustomLog logs/mp3.urimoim.pe.kr-access_log combined
</VirtualHost>

:roll:

pynoos의 이미지

그 서버에 203.234.46.xx , 203.234.46.yy 두 개의 IP가 할다되어 있다고 하고,

Quote:
NameVirtualHost 203.234.46.xx

이렇게 선언해 두시면, 203.234.46.xx 이 IP 로 오는 모든 요청사항은
VirtualHost 를 뒤지게 됩니다. 그리고, VirtualHost 뒤에 해당 서버 IP가
일치 하면 일단, 그 안에 있는 ServerName과 요청한 URL의 ServerName과
비교합니다.

그런데 URL 요청을 IP로 했기 때문에, 위에 언급된 어떤 VirtualHost 의 IP에는 일치되지만 그 안의 어떤
ServerName과도 매칭되지 않습니다. 이럴경우 첫번째 발견된 VirtualHost 설정을 따릅니다.

만일 203.234.46.yy 로 했다면 main configuration을 따르겠지요.
main configuration을 하나 VirtualHost를 만드시고 맨 위에 올려 놓으시던지

http://httpd.apache.org/docs/vhosts/examples.html#default

여기에서처럼 _default_ 를 지시해주세요.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.