Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 38104 invoked from network); 18 Nov 2003 23:03:20 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Nov 2003 23:03:20 -0000 Received: (qmail 58685 invoked by uid 500); 18 Nov 2003 23:02:51 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 58639 invoked by uid 500); 18 Nov 2003 23:02:51 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 58466 invoked from network); 18 Nov 2003 23:02:49 -0000 Received: from unknown (HELO mail.logilune.com) (195.154.174.52) by daedalus.apache.org with SMTP; 18 Nov 2003 23:02:49 -0000 Received: from stason.org (localhost.logilune.com [127.0.0.1]) by mail.logilune.com (Postfix) with ESMTP id DB17878F84 for ; Wed, 19 Nov 2003 00:02:50 +0100 (CET) Message-ID: <3FBAA2E5.2060901@stason.org> Date: Tue, 18 Nov 2003 14:53:25 -0800 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030630 X-Accept-Language: en-us, en, he, ru MIME-Version: 1.0 To: httpd-test-dev list Subject: A-T: include resolution in httpd.conf Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N As mentioned before A-T doesn't handle properly absolute Include paths, consider: httpd.conf ---------- ... Include "/home/httpd/2.0/perl/tutorial.conf" % t/TEST -conf setting ulimit to allow core files ulimit -c unlimited; t/TEST -conf configuration file /home/stas/httpd/prefork/"/home/httpd/2.0/perl/tutorial.conf" does not exist cleaning out current configuration reconfiguration done besides the fact that /home/httpd/2.0/perl/tutorial.conf does exist, the code is not aware that optional quotes can be used when it tries to concat it to the ServerRoot dir. so we probably need to do: $path =~ s/^\s*["']?|["']?\s*$//g; __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com