The following reply was made to PR config/1019; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]> To: Marc Slemko <[EMAIL PROTECTED]> Subject: Re: config/1019: possible followup to PR#145 / POST method to cgi ... Date: Wed, 20 Aug 1997 23:01:40 -0700 (PDT) You could also try against 1.3a2-dev (go to ftp://dev.apache.org/httpd/from-cvs/ and snarf a snapshot). The vhost code has been partially overhauled again ... at any rate it dumps a little message to error_log at the beginning which tells you about the hash table breakdown for the ip vhosts. If you've got less than 256 and they're all on the same class C then that'll tell you if you've got any overlaps. Crude, yes (it's not what I intended that message for). One argument for "localising" as many of your <Dir and <Loc directives into only the vhosts they are valid for is that it saves CPU time. Especially in pre-1.3a2 where you pay O(N*M) time each hit where N is the number of <Dir sections and M is the number of components of the filename being served. Dean
