The following reply was made to PR general/3063; it has been noted by GNATS.

From: Marc Slemko <[EMAIL PROTECTED]>
To: "G. Roderick Singleton" <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: general/3063: Virutal host setup impossible with existing docs
Date: Thu, 24 Sep 1998 09:21:49 -0700 (PDT)

 On Thu, 24 Sep 1998, G. Roderick Singleton wrote:
 
 > [EMAIL PROTECTED] wrote:
 > > 
 > > [In order for any reply to be added to the PR database, ]
 > > [you need to include <[EMAIL PROTECTED]> in the Cc line ]
 > > [and leave the subject line UNCHANGED.  This is not done]
 > > [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!         ]
 > > 
 > > Synopsis: Virutal host setup impossible with existing docs
 > > 
 > > State-Changed-From-To: open-closed
 > > State-Changed-By: marc
 > > State-Changed-When: Thu Sep 24 08:00:03 PDT 1998
 > > State-Changed-Why:
 > > This is almost certainly due to you not reading the vhost
 > > docs.  Please go through them at
 > > http://www.apache.org/docs/vhosts/
 > 
 > Done this and found that what I need is not included. i.e. migrating
 > from 1.2.5 to 1.3,x.
 > 
 > I invoke apache via /etc/init.d/apache complete with all the hard links.
 > Sartup looks something like this:
 > 
 > #! /sbin/sh
 > #
 > # Start/Stop Apache
 > #
 > 
 > umask 2
 > APACHEROOT=/usr/local/apache/apache_1.3.2 export APACHEROOT
 > 
 > case "$1" in
 > 'start')
 >      if [ -f  $APACHEROOT/sbin/httpd -a  $APACHEROOT/etc/httpd.conf ]; then
 >              echo "Apache starting."
 >               $APACHEROOT/sbin/httpd -f  $APACHEROOT/etc/httpd.conf
 >      fi
 >      for i in  $APACHEROOT/virtuals/*/httpd.conf
 >      do
 >              $APACHEROOT/sbin/httpd -f $i
 >      done
 >      ;;
 > ...
 > 
 > 
 > The main server starts but not the virtuals.
 
 They are not virtual hosts as far as Apache is concerned!
 
 We do not have the time or resources to sit around trying to guess what
 you mean, what your setup is, and exactly what you are seeing, what you
 think you should see, what errors you are getting, what your logfiles are
 saying.  If you refuse to give us details of your settings, except from
 what we can grudgingly drag out of you, or any reason to think there is
 any sort of bug in Apache, we can do nothing.
 
 If you don't want to read the docs but want people to tell you how Apache
 works, and walk you through figuring out how to setup a server then this
 is not the place, as is clearly detailed before you submit a bug report.
 
 > 
 > > 
 > > Since you don't mention the little detail of _HOW_ you are trying]
 > > to configure these vhosts, I'm afraid I can't comment more.
 > 
 > I'm sure you could have.
 > 
 > I'm using individual hhtpd.conf files.  Remember, I'm migrating as shown
 > above.
 
 How can I remember something you never said until now!?!?
 

Reply via email to