You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by al...@apache.org, maslov <am...@pegasus.rutgers.edu> on 2001/09/28 08:30:27 UTC

config/8423: NameVirtualHost * and do not work

>Number:         8423
>Category:       config
>Synopsis:       NameVirtualHost * and <VirtualHost *> do not work
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Sep 27 23:40:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     amaslov@pegasus.rutgers.edu
>Release:        1.3.19
>Organization:
apache
>Environment:
OS:
Linux CC158943-A 2.2.12-20 #1 Mon Sep 27 10:25:54 EDT 1999 i586 unknown

gcc:
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)

apache:
Server version: Apache/1.3.19 Ben-SSL/1.42 (Unix)
Server built:   Aug  2 2001 22:30:12
Server's Module Magic Number: 19990320:10
Server compiled with....
 -D HAVE_MMAP
 -D HAVE_SHMGET
 -D USE_SHMGET_SCOREBOARD
 -D USE_MMAP_FILES
 -D NO_WRITEV
 -D USE_SYSVSEM_SERIALIZED_ACCEPT
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D HTTPD_ROOT="/usr/local/apache_ssl"
 -D SUEXEC_BIN="/usr/local/apache_ssl/bin/suexec"
 -D DEFAULT_PIDLOG="logs/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/httpd.scoreboard"
 -D DEFAULT_LOCKFILE="logs/httpd.lock"
 -D DEFAULT_XFERLOG="logs/access_log"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"
 -D ACCESS_CONFIG_FILE="conf/access.conf"
 -D RESOURCE_CONFIG_FILE="conf/srm.conf"
>Description:
I am migrating from port based vhosting to name based. In your default confing file
I read that NameVirtualHost * is valid. And httpdctl configtest does says that it's ok; however, when broser 
is pointed to the vhosted domain (which has <VirtualHost *> config) "connection reset by peer" error pops up.

I have replased <VirtualHost *> with <VirtuslHost 192.168.1.1> and everything works liek it should.
>How-To-Repeat:
Port 80
Listen 80
#Listen *:1012

#declare IP's to listen for
NameVirtualHost *

<VirtualHost 24.18.119.130>

        ServerName oxrana.com
        ServerAlias www.oxrana.com
        ServerAdmin WebMaster@Oxrana.com
        DocumentRoot /public_html/Oxrana.com/DMZ
        #ScriptAlias /cgi-bin /public_html/Oxrana.com/cgi-bin
        ErrorLog /public_html/Oxrana.com/logs/user_errors.log
        TransferLog /public_html/Oxrana.com/logs/user_transfer.log

        ErrorDocument 400 /bad_request_page.html
        ErrorDocument 401 /unauthorized_page.html
        ErrorDocument 403 /forbidden_page.html
        ErrorDocument 404 /not_found_page.html
        ErrorDocument 500 /internal_error_page.html

</VirtualHost>
>Fix:
I wish I had enough bagage to open my mouth in this section :)
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]