버추얼호스트 설정시 계속같은페이지만보임니다.

tyanlee의 이미지

httpd.conf 파일
#
ServerName orioncnc.com

#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/var/www" 이걸#처리하면 아에 페이지못찾는다고나옵니다

중략
NameVirtualHost 221.xxx.xxx.17

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
<VirtualHost 221.xxx.xxx.17>
ServerName orioncnc.com
</VirtualHost>

<VirtualHost 221.xxx.xxx.17>
ServerAdmin orion@orioncnc.com
DocumentRoot /var/www/jntech
ServerName jntech.com
ErrorLog logs/jntech.com-error_log
CustomLog logs/jntech.com-access_log common
</VirtualHost>

이러게 설정햇는데 계속 /var/www에있는 인덱스만 보입니다.
버추얼호스트 메인호스트 모두 /var/www 있는 인덱스만보이는데
전에는 이렇게설정히면 됫는데 외안되는지모르겟읍니다.
벌써하루 정도삽질중입니다.
혹시 방화벽 때문인가요 방화벽 밑에웹서버구축햇고요
iptables로 포워딩해서 사용중입니다.
혹시나 해서 네임서버설정도오려봅니다.
orioncnc.com
IN NS ns.orioncnc.com.

IN A 221.xxx.x59.17
IN MX 10 mail.orioncnc.com.
IN HINFO "AMD K6-3" "Orion Linux"

ns IN A 221.xxx.x5x.17

mail IN A 221.xxx.x5x.17
webmail IN A 221.xxx.x5x.17
www IN A 221.xxx.x5x.17
ftp IN A 221.xxx.x5x.17

jntech.com

IN NS ns.jntech.com.

IN A 221.xxx.x59.17
IN MX 10 mail.jntech.com.

ns IN A 221.xxx.x59.17

mail IN A 221.xxx.x59.17
webmail IN A 221.xxx.x59.17
www IN A 221.xxx.x59.17

rev.zone
IN NS ns.orioncnc.com.
17 IN PTR orioncnc.com.
17 IN PTR jntech.com.

보시고 틀린부분있으면 답변좀달아주새요

tyanlee의 이미지

아무도답변을안주시내요
죽겟읍니다...
외 메인서버설정의 DocumentRoot 의 페이지만 열리죠

이렇게해보아도안됩니다..
나의 서버가미쳣나봅니다..
약좀주새요..... 급합니다...
<VirtualHost 221.xxx.xxx.17:80>
ServerAdmin orion@orioncnc.com
DocumentRoot /www
ServerName orioncnc.com
# ServerAlias www.orioncnc.com orioncnc.com
ErrorLog logs/orioncnc.com-error_log
CustomLog logs/orioncnc.com-access_log common
</VirtualHost>
#
# Use name-based virtual hosting.
#
NameVirtualHost 221.xxx.xxx.17:80

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#<VirtualHost *>
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot /www/docs/dummy-host.example.com
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>

#<VirtualHost 221.xxx.xxx.17:80>
# ServerName orioncnc.com
# DocumentRoot /www/orion
#</VirtualHost>

<VirtualHost 221.xxx.xxx.17:80>
ServerAdmin orion@orioncnc.com
DocumentRoot /www/jntech
ServerName jntech.com
# ServerAlias www.jntech.com jntech.com
ErrorLog logs/jntech.com-error_log
CustomLog logs/jntech.com-access_log common
</VirtualHost>

<VirtualHost 221.xxx.xxx.17:80>
ServerAdmin orion@orioncnc.com
DocumentRoot /www/ihyupsin
ServerName ihyupsin.co.kr
# ServerAlias www.ihyupsin.co.kr ihyupsin.co.kr
ErrorLog logs/ihyupsin.co.kr-error_log
CustomLog logs/ihyupsin.co.kr-access_log common
</VirtualHost>

i love linux

tyanlee의 이미지

어째든해결햇읍니다....
푸하하하하하~~~~~~~~~~~~~~~~~~~~~~``
위에사항은 다똑같은데 저 221.xxxx.xxxx.17로
대있는부분을 모두 10.0.0.13으로 바꾸면됩니다.
이것때문에 1주일고생한거생각하면 소주한잔생각나내요
지금 마시고 있읍니다... 새우깡과함게

ip가 하나박에업어서(총알부족) 서버돌리고 내부인터넷쓰려면 어쩔수업이
iptables이용한 ip포워딩및마스커레이딩이 필요햇기에
거의한달간 헤멧읍니다... 아직도 렌카드 3개이용한
eth0 고정아피 eth1서버쪽아피 eth2 내부 인터넷공유아피
이건 포기햇읍니다.. 언젠간꼭해야겟죠 지금도 노가닥중

가상호스트땜에 고생무지햇읍니다...
리눅스설치 10번이상 아파치(apm)설치 20번이상
httpd.conf열어보고수정한게 1000번(약간구라)
제가 질문올렷을때 답변이전혀없어 답답 햇는데
이렇게해결되서 기쁨니다.. 그것도 내손으로

ip포워딩으로 내부서버에서 버추얼호스트설정하시려는분들참고하새요
이상 술취해서주저리였읍니다.

i love linux

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.