Received: (from majordom@localhost) by hyperreal.com (8.8.5/8.8.5) id BAA20771; Sun, 27 Apr 1997 01:06:02 -0700 (PDT) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by hyperreal.com (8.8.5/8.8.5) with ESMTP id BAA20764 for ; Sun, 27 Apr 1997 01:06:00 -0700 (PDT) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.5/8.7.3) with UUCP id CAA06997; Sun, 27 Apr 1997 02:05:58 -0600 (MDT) Received: from localhost (marcs@localhost) by alive.znep.com (8.7.5/8.7.3) with SMTP id CAA10456; Sun, 27 Apr 1997 02:02:50 -0600 (MDT) Date: Sun, 27 Apr 1997 02:02:49 -0600 (MDT) From: Marc Slemko To: Dean Gaudet cc: apache-bugdb@apache.org Subject: Re: config/449: why not make the top few lines of httpd.h configurable in Configuration? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: apache-bugdb-owner@apache.org Precedence: bulk Not if you want to be able to start apache without passing it any special arguments to tell you where to put the config file. #ifdef-ing some or all of those things in httpd.h would be a good thing. HTTPD_ROOT for sure, perhaps a bunch more too. See the patches being done for the FreeBSD port at; ftp://ftp.freebsd.org/pub/FreeBSD/ports-current/www/apache/patches/ I don't agree with the way he is doing them all, but... that's the general concept. It should be possible for a vendor to make Apache work with the structure they want by modifying only Configuration and the *.conf files. On Sun, 27 Apr 1997, Dean Gaudet wrote: > I'm curious what top few lines you need to configure... in particular you > can use the DocumentRoot and ServerRoot directives to move those things > around. See conf/httpd.conf-dist for ServerRoot, and conf/srm.conf-dist > for DocumentRoot. > > Dean > > On Mon, 21 Apr 1997, Stephen Turnbull wrote: > > > > > >Number: 449 > > >Category: config > > >Synopsis: why not make the top few lines of httpd.h configurable in Configuration? > > >Confidential: no > > >Severity: non-critical > > >Priority: medium > > >Responsible: apache (Apache HTTP Project) > > >State: open > > >Class: change-request > > >Submitter-Id: apache > > >Arrival-Date: Mon Apr 21 23:30:01 1997 > > >Originator: turnbull@sk.tsukuba.ac.jp > > >Organization: > > apache > > >Release: 1.2b8 > > >Environment: > > all > > >Description: > > There are only a few items in the top part of httpd.h. I've found it > > useful to put my Web related stuff under /WWW/, and the servers themselves > > by version under /WWW/Servers/. (Ie, the top of the docs tree is > > /WWW/htdocs and 1.2b8 lives under /WWW/htdocs/apache_1.2b8 with all the > > attendant subdirectories like conf/ and logs/.) It would be nice to be > > able to configure this in one place (Configuration) rather than have to > > edit both Configuration and httpd.h. > > >How-To-Repeat: > > > > >Fix: > > > > >Audit-Trail: > > >Unformatted: > > > > > > >