Re: dbmmanage

2001-03-18 Thread Greg Stein
On Thu, Mar 15, 2001 at 09:27:09PM -0600, William A. Rowe, Jr. wrote: > While we are doing this 'right'... > > > package dbmmanage; > # -ldb-lndbm-lgdbm-lsdbm > BEGIN { @AnyDBM_File::ISA = qw(DB_File NDBM_File GDBM_File SDBM

Re: cvs commit: httpd-2.0/support dbmmanage log_server_statuslogresolve.pl phf_abuse_log.cgi split-logfile

2001-03-18 Thread rbb
tp http_request.c > > server core.c protocol.c request.c > >support dbmmanage log_server_status logresolve.pl > > phf_abuse_log.cgi split-logfile > > Log: > > Add a hook, create_request. This hook allows modules to m

Re: cvs commit: httpd-2.0/support dbmmanage log_server_status logresolve.pl phf_abuse_log.cgi split-logfile

2001-03-18 Thread Bill Stoddard
nclude http_request.h >modules/http http_request.c >server core.c protocol.c request.c > support dbmmanage log_server_status logresolve.pl > phf_abuse_log.cgi split-logfile > Log: > Add a hook, create_request. This hoo

Re: cvs commit: httpd-2.0/support dbmmanage log_server_statuslogresolve.pl phf_abuse_log.cgi split-logfile

2001-03-17 Thread rbb
On 18 Mar 2001 [EMAIL PROTECTED] wrote: > rbb 01/03/17 18:33:23 > > Modified:.CHANGES >include http_request.h >modules/http http_request.c >server core.c protocol.c request.c >

dbmmanage

2001-03-15 Thread William A. Rowe, Jr.
While we are doing this 'right'... package dbmmanage; # -ldb-lndbm-lgdbm-lsdbm BEGIN { @AnyDBM_File::ISA = qw(DB_File NDBM_File GDBM_File SDBM_File) } use strict; use Fcntl; use AnyDBM_File (); Really, let's get this right. It isn