The following reply was made to PR general/1253; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Michael Ballbach <[EMAIL PROTECTED]> Cc: Apache bugs database <[EMAIL PROTECTED]> Subject: Re: general/1253: Virutal hosting problem Date: Sat, 18 Oct 1997 23:59:50 -0600 (MDT) On Sat, 18 Oct 1997, Michael Ballbach wrote: > Here's a copy of my httpd.conf without the comments, and a couple of the > virtual host declarations, thanks for the help, if your busy, don't worry > about it. :) Looks ok. Where are you testing this from? Are you testing it from a client running on the same host as the server? If so, everything is messed up as I just discovered after 10 minutes of trying to make this work on my box. Whatever the cause of your problems, it is almost certainly not your fault; the changes to the vhost code are a good thing, but they may require a bit of debugging and certainly require more documentation. > > NameVirtualHost 161.97.204.100 > ServerType standalone > Port 80 > HostnameLookups off > User #502 > Group #65 > ServerAdmin [EMAIL PROTECTED] > ServerRoot /usr/local/bin/apache > ErrorLog logs/error_log > TransferLog logs/access_log > PidFile logs/httpd.pid > ScoreBoardFile logs/apache_status > Timeout 300 > KeepAlive On > MaxKeepAliveRequests 100 > KeepAliveTimeout 15 > MinSpareServers 5 > MaxSpareServers 10 > StartServers 5 > MaxClients 150 > MaxRequestsPerChild 30 > > <VirtualHost inside.lorien.ml.org> > ServerAdmin [EMAIL PROTECTED] > DocumentRoot /usr/local/bin/apache/pages/inside > ServerName inside.lorien.ml.org > ErrorLog logs/error_log > TransferLog logs/access_log > </VirtualHost> > > <VirtualHost ballbach.lorien.ml.org> > ServerAdmin [EMAIL PROTECTED] > DocumentRoot /home/admn/ballbach/public_html > ServerName ballbach.lorien.ml.org > ErrorLog logs/error_log > TransferLog logs/access_log > </VirtualHost> > > > On Sat, 18 Oct 1997, Marc Slemko wrote: > > > On Sat, 18 Oct 1997, Michael Ballbach wrote: > > > > > I just tried that, put it at the top of my httpd.conf file, and it didn't > > > seem to work... Anymore ideas?? > > > > Do you have an explicit ServerName in each of the VirtualHost sections? > > If not try adding one. > > > > If so, please send a sample of the relevant config sections, where > > relevant is something including a number of virtualhost sections and some > > amount of main server config. > > > > ------------------------------------- > Michael A. Ballbach: N0ZTQ, yeh-zehn. > [EMAIL PROTECTED] <--- PGP Key Here. (finger) > [EMAIL PROTECTED] > http://ballbach.lorien.ml.org/ > > "I don't know how world war three will be fought, but world war four will > be fought with sticks and stones." -- Albert Einstein. >
