cvs commit: apachen/src Configure

1997-09-10 Thread Jim Jagielski
jim 97/09/10 05:13:30 Modified:src Configure Log: Final cleanup: Remember our assumption that Configure must only use capabilities of the Ver7 shell. We should reconsider this for 2.0 Revision ChangesPath 1.152 +5 -3 apachen/src/Configure Index:

cvs commit: apachen/src/main httpd.h

1997-09-07 Thread Jim Jagielski
jim 97/09/07 08:39:49 Modified:src/main httpd.h Log: Reflect the fact that we are working on 1.3b1 Revision ChangesPath 1.147 +1 -1 apachen/src/main/httpd.h Index: httpd.h === RCS file:

cvs commit: apachen/src/regex Makefile

1997-09-06 Thread Jim Jagielski
jim 97/09/06 16:38:43 Modified:src Configure Makefile.tmpl src/regex Makefile Log: Configure cleanup: treat regex like a regular directory in the Makefile/build process Revision ChangesPath 1.149 +3 -0 apachen/src/Configure Index:

cvs commit: apachen/src Configure

1997-09-06 Thread Jim Jagielski
jim 97/09/06 17:34:05 Modified:src Configure Log: Finally fix Solaris 251 awk problem. It didn't like 'if (.. in ..)' so we do 'for (.. in ..)' and loop around. Ugly. Revision ChangesPath 1.150 +8 -3 apachen/src/Configure Index: Configure

cvs commit: /export/home/fielding/moot/apache-core issues.txt

1997-09-03 Thread Jim Jagielski
jim 97/09/03 05:11:35 Modified:export/home/fielding/moot/apache-core issues.txt Log: Add my comments and thoughts Revision ChangesPath 1.12 +4 -4 /export/home/fielding/moot/apache-core/issues.txt Index: issues.txt

cvs commit: apachen/src Makefile.tmpl

1997-09-03 Thread Jim Jagielski
jim 97/09/03 06:20:44 Modified:src Makefile.tmpl Log: Let's not assume that 'date' lives in /bin Revision ChangesPath 1.62 +1 -1 apachen/src/Makefile.tmpl Index: Makefile.tmpl ===

cvs commit: apachen/src/helpers TestCompile

1997-08-25 Thread Jim Jagielski
jim 97/08/25 17:13:52 Modified:src/helpers TestCompile Log: Document 'func' option of TestCompile and make it consistant as far as handling verbose and silent options Revision ChangesPath 1.6 +9 -2 apachen/src/helpers/TestCompile Index: TestCompile

cvs commit: apachen/src Configure

1997-08-25 Thread Jim Jagielski
jim 97/08/25 17:59:44 Modified:src Configure Log: LIBS only needs -lpthread with Solaris 2.5.x Revision ChangesPath 1.141 +6 -1 apachen/src/Configure Index: Configure === RCS file:

cvs commit: apachen/src Configure

1997-08-25 Thread Jim Jagielski
jim 97/08/25 18:02:53 Modified:src Configure Log: Oops... -lpthread is needed for 2.5.0 _and later_... Allow for Solaris 2.9.x right now :) Revision ChangesPath 1.142 +1 -1 apachen/src/Configure Index: Configure

cvs commit: apachen/src/modules/standard mod_auth_db.module mod_auth_dbm.c

1997-08-24 Thread Jim Jagielski
jim 97/08/24 09:43:27 Modified:src/modules/standard mod_auth_db.module mod_auth_dbm.c Log: Not all shells support 'if !' format so we do the normal work around... Revision ChangesPath 1.4 +3 -1 apachen/src/modules/standard/mod_auth_db.module Index:

cvs commit: apachen/src/main conf.h

1997-08-24 Thread Jim Jagielski
jim 97/08/24 11:24:04 Modified:src CHANGES Configure src/helpers GuessOS src/main conf.h Log: Two new ports: Acorn RISCiX and Encore UMAX V Revision ChangesPath 1.416 +4 -0 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src Configure

1997-08-10 Thread Jim Jagielski
jim 97/08/10 13:18:50 Modified:src Configure Log: Adjust some code layout to have TestCompile work a bit better. Also, [ -e ... ] isn't generic, so use [ -f ... ] instead. Revision ChangesPath 1.128 +31 -46apachen/src/Configure Index: Configure

cvs commit: apache/src/helpers TestCompile

1997-08-10 Thread Jim Jagielski
jim 97/08/10 13:27:29 Modified:src Configure src/helpers TestCompile Log: Minor change: rename 'ansi' flag of TestCompile to 'sanity', which makes more sense Revision ChangesPath 1.127 +1 -1 apache/src/Configure Index: Configure

cvs commit: apachen/src/helpers TestCompile

1997-08-10 Thread Jim Jagielski
jim 97/08/10 13:28:04 Modified:src Configure src/helpers TestCompile Log: Minor change: rename 'ansi' flag of TestCompile to 'sanity', which makes more sense Revision ChangesPath 1.129 +3 -1 apachen/src/Configure Index: Configure

cvs commit: apachen/src Configure

1997-08-10 Thread Jim Jagielski
jim 97/08/10 14:37:28 Modified:src Configure Log: Be a little paranoid: have Configure print out the lines between a module's ConfigStart/ConfigEnd lines. Also, don't bother creating and running those lines if they don't exist Revision ChangesPath 1.130

cvs commit: apache/src CHANGES Configure INSTALL PORTING

1997-08-08 Thread Jim Jagielski
jim 97/08/08 17:55:55 Modified:src CHANGES Configure INSTALL PORTING Log: Document the various Configuration-suite changes Revision ChangesPath 1.394 +7 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src/helpers TestCompile

1997-08-04 Thread Jim Jagielski
jim 97/08/04 16:46:01 Modified:src Configuration.tmpl Configure src/helpers TestCompile Log: Configuration suite changes: (1) No longer default OPTIM to -O2 (or anything) (2) When doing the sanity check, have TestCompile display error

cvs commit: apache/src Configure

1997-07-24 Thread Jim Jagielski
jim 97/07/24 19:10:47 Modified:src Configure Log: Oops... we should actually check the return value of the ANSI test :) Revision ChangesPath 1.122 +10 -1 apache/src/Configure Index: Configure

cvs commit: apache/src/helpers TestCompile

1997-07-24 Thread Jim Jagielski
jim 97/07/24 19:13:00 Modified:src/helpers TestCompile Log: Error checking: TestCompile should error out if not called either with ansi or lib Revision ChangesPath 1.2 +3 -0 apache/src/helpers/TestCompile Index: TestCompile

cvs commit: apache/src/helpers GuessOS

1997-07-21 Thread Jim Jagielski
jim 97/07/21 05:27:19 Modified:src CHANGES Configure util_snprintf.c src/helpers GuessOS Log: Closeout PR#721: Allow for automatic use of n32 bit libraries under IRIX 6 Revision ChangesPath 1.358 +3 -0 apache/src/CHANGES Index:

cvs commit: apache/src Configuration.tmpl Configure

1997-07-21 Thread Jim Jagielski
jim 97/07/21 10:51:31 Modified:src Configuration.tmpl Configure Log: Add the IRIXN32 RULE for Configure/Configuration.tmpl Revision ChangesPath 1.67 +6 -1 apache/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache/src CHANGES

1997-07-21 Thread Jim Jagielski
jim 97/07/21 12:40:16 Modified:src CHANGES Log: Note addition of TestLib in CHANGES. Also note PR# for the IRIX N32 stuff. Revision ChangesPath 1.359 +4 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src/helpers GuessOS

1997-07-21 Thread Jim Jagielski
jim 97/07/21 13:06:37 Modified:src Configure src/helpers GuessOS Log: Per Roy's request, Configure/GuessOS now knows about Solaris versions Revision ChangesPath 1.118 +15 -1 apache/src/Configure Index: Configure

cvs commit: apache/src/helpers GuessOS

1997-07-21 Thread Jim Jagielski
jim 97/07/21 16:09:31 Modified:src Configure src/helpers GuessOS Log: Nicer solution to the Solaris version problem. We now set SOLARIS to the actual version number in Configure, thanks to extra info from GuessOS. Revision ChangesPath 1.119

cvs commit: apache/src/helpers TestLib

1997-07-20 Thread Jim Jagielski
jim 97/07/20 18:21:34 Modified:src/helpers TestLib Log: Add Dean's suggestions in... TestLib is now silent, we check it's exit status . Revision ChangesPath 1.6 +12 -12apache/src/helpers/TestLib Index: TestLib

cvs commit: apache/src/helpers TestLib

1997-07-17 Thread Jim Jagielski
jim 97/07/17 10:12:42 Modified:src Configure src/helpers TestLib Log: Configure: Clean up comments and let them stand out, almost module-like TestLib: Instead of creating a.out, use dummy Revision ChangesPath 1.112 +59 -43

cvs commit: apache/src/helpers TestLib dummy.c

1997-07-16 Thread Jim Jagielski
jim 97/07/16 19:56:38 Added: src/helpers TestLib dummy.c Log: Add another helper script: TestLib. This one uses Makefile.config to help see if a library file exists Revision ChangesPath 1.1 apache/src/helpers/TestLib Index: TestLib

cvs commit: apache/src Configure

1997-07-16 Thread Jim Jagielski
jim 97/07/16 20:03:22 Modified:src Configure Log: Show where, in Configure, one would use ./helpers/TestLib Revision ChangesPath 1.111 +21 -12apache/src/Configure Index: Configure

cvs commit: apache/src/helpers TestLib

1997-07-16 Thread Jim Jagielski
jim 97/07/16 20:08:31 Modified:src/helpers TestLib Log: Oops Revision ChangesPath 1.2 +1 -1 apache/src/helpers/TestLib Index: TestLib === RCS file:

cvs commit: apache/src/helpers TestLib

1997-07-16 Thread Jim Jagielski
jim 97/07/16 20:22:45 Modified:src/helpers TestLib Log: Oops II, I'm tired Revision ChangesPath 1.3 +6 -0 apache/src/helpers/TestLib Index: TestLib === RCS file:

cvs commit: apache/src CHANGES

1997-07-10 Thread Jim Jagielski
jim 97/07/10 09:17:45 Modified:src CHANGES Log: Forgot one Revision ChangesPath 1.331 +3 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/src/CHANGES,v

cvs commit: apache/src CHANGES PORTING conf.h http_main.c http_main.h http_request.c mod_status.c mod_usertrack.c scoreboard.h

1997-07-07 Thread Jim Jagielski
jim 97/07/07 07:34:34 Modified:src CHANGES PORTING conf.h http_main.c http_main.h http_request.c mod_status.c mod_usertrack.c scoreboard.h Log: Determine and display the time required to process a request for the status

cvs commit: apache/src mod_status.c

1997-07-03 Thread Jim Jagielski
jim 97/07/03 14:27:24 Modified:src mod_status.c Log: Adjust status report so the PID field for dead processes makes more sense for the generic user. Previously, it printed out the PID of the parent httpd process (which is what Apache sets it to internally). Now we

cvs commit: apache/src conf.h

1997-06-28 Thread Jim Jagielski
jim 97/06/28 18:58:32 Modified:src conf.h Log: Minor A/UX reordering Revision ChangesPath 1.106 +3 -4 apache/src/conf.h Index: conf.h === RCS file:

cvs commit: apache/src conf.h

1997-06-23 Thread Jim Jagielski
jim 97/06/23 17:27:36 Modified:src conf.h Log: A/UX doesn't have slack problem. Besides, it's limited to 128fd's so it needs as many as it can get :) Revision ChangesPath 1.103 +1 -0 apache/src/conf.h Index: conf.h

cvs commit: apache/src alloc.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_rewrite.c

1997-06-16 Thread Jim Jagielski
jim 97/06/16 08:38:58 Modified:src alloc.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_rewrite.c Log: NT Cleanup. Remove allow for functions called by spawn_child_err to return if the exec under UNIX fails and let s_c_e take care of

cvs commit: apache/src alloc.c

1997-06-16 Thread Jim Jagielski
jim 97/06/16 11:42:48 Modified:src alloc.c Log: Make clear when we exit and why Revision ChangesPath 1.32 +1 -1 apache/src/alloc.c Index: alloc.c === RCS file:

cvs commit: apache/src Makefile.tmpl

1997-06-04 Thread Jim Jagielski
jim 97/06/04 13:21:16 Modified:src Makefile.tmpl Log: Back to b10 ordering Revision ChangesPath 1.46 +1 -1 apache/src/Makefile.tmpl Index: Makefile.tmpl === RCS file:

cvs commit: apache/src http_main.c http_protocol.c httpd.h

1997-05-28 Thread Jim Jagielski
jim 97/05/28 16:52:02 Modified:src http_main.c http_protocol.c httpd.h Log: Eds patches which Virtual Hosts on different ports and timeout logging Revision ChangesPath 1.147 +5 -0 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src Makefile.tmpl

1997-05-22 Thread Jim Jagielski
jim 97/05/22 13:34:22 Modified:src Makefile.tmpl Log: Change order of libs... Make -lregex last Revision ChangesPath 1.45 +1 -1 apache/src/Makefile.tmpl Index: Makefile.tmpl ===

cvs commit: apache/src CHANGES Configure

1997-05-12 Thread Jim Jagielski
+ *) Configure changes: Allow for whitespace at the start of a + Module declaration. Also, be more understanding about the + CC=/OPTIM= format in Configuration. Finally, fix compiler + flags if using HP-UX's cc compiler. [Jim Jagielski] + *) Subrequests

cvs commit: apache/src Configuration.tmpl Configure

1997-05-10 Thread Jim Jagielski
jim 97/05/10 10:14:38 Modified:src Configuration.tmpl Configure Log: Fix problem with HP-UX cc compiler Revision ChangesPath 1.63 +1 -1 apache/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache/src Configure

1997-04-14 Thread Jim Jagielski
jim 97/04/14 04:52:21 Modified:src Configure Log: Final fixes for correct detection of Module Revision ChangesPath 1.91 +3 -3 apache/src/Configure Index: Configure === RCS file:

cvs commit: apache/src INSTALL

1997-04-14 Thread Jim Jagielski
jim 97/04/14 05:45:04 Modified:src INSTALL Log: Make INSTALL reflect reality Revision ChangesPath 1.14 +6 -4 apache/src/INSTALL Index: INSTALL === RCS file:

cvs commit: apache/src Configure

1997-04-13 Thread Jim Jagielski
jim 97/04/13 13:54:35 Modified:src Configure Log: Closeout PR380: Patch is good; check for Module Revision ChangesPath 1.90 +1 -1 apache/src/Configure Index: Configure === RCS

cvs commit: apache/src conf.h

1997-03-24 Thread Jim Jagielski
jim 97/03/24 14:54:52 Modified:src conf.h Log: MachTen typo Revision ChangesPath 1.88 +2 -2 apache/src/conf.h Index: conf.h === RCS file: /export/home/cvs/apache/src/conf.h,v

cvs commit: apache/src http_main.c

1997-03-16 Thread Jim Jagielski
jim 97/03/16 10:22:01 Modified:src http_main.c Log: Don't count starting child processes as idle, since they really aren't Revision ChangesPath 1.130 +1 -2 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src conf.h util.c

1997-03-02 Thread Jim Jagielski
jim 97/03/02 10:15:13 Modified:src conf.h util.c Log: Typo changes HAS_GMTOFF - HAVE_GMTOFF... Revision ChangesPath 1.87 +2 -2 apache/src/conf.h Index: conf.h === RCS file:

cvs commit: apache/src util.c

1997-02-28 Thread Jim Jagielski
jim 97/02/28 03:51:36 Modified:src util.c Log: Description: Correctly handle Swedish filenames Submitter: [EMAIL PROTECTED] Revision ChangesPath 1.45 +1 -1 apache/src/util.c Index: util.c

cvs commit: apache/src http_main.c

1997-02-28 Thread Jim Jagielski
jim 97/02/28 05:58:08 Modified:src http_main.c Log: Description: Minor MPE portability fixes Revision ChangesPath 1.126 +5 -1 apache/src/http_main.c Index: http_main.c === RCS

cvs commit: apache/src Configure PORTING conf.h http_main.c

1997-02-25 Thread Jim Jagielski
jim 97/02/25 13:04:46 Modified:src Configure PORTING conf.h http_main.c Log: MachTen fine tuning Revision ChangesPath 1.81 +7 -2 apache/src/Configure Index: Configure === RCS

cvs commit: apache/src Configure

1997-02-15 Thread Jim Jagielski
jim 97/02/15 13:54:32 Modified:src Configure Log: Revision ChangesPath 1.79 +1 -0 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apache/src/Configure,v

cvs commit: apache/src Configure

1997-02-11 Thread Jim Jagielski
jim 97/02/11 05:22:05 Modified:src Configure Log: remove CC test for HP Revision ChangesPath 1.78 +3 -3 apache/src/Configure Index: Configure === RCS file:

cvs commit: apache/src conf.h http_main.c

1997-02-09 Thread Jim Jagielski
jim 97/02/09 16:40:10 Modified:src conf.h http_main.c Log: A/UX and SCO3 timeval cleanups Revision ChangesPath 1.77 +5 -0 apache/src/conf.h Index: conf.h === RCS file:

cvs commit: apache/support htdigest.c htpasswd.c logresolve.c

1997-02-04 Thread Jim Jagielski
jim 97/02/04 15:54:29 Modified:src Configure conf.h http_main.c mod_usertrack.c util.c support htdigest.c htpasswd.c logresolve.c Log: apache Revision ChangesPath 1.75 +6 -0 apache/src/Configure Index:

cvs commit: apache/src CHANGES

1997-02-04 Thread Jim Jagielski
jim 97/02/04 15:57:25 Modified:src CHANGES Log: MPE Port Revision ChangesPath 1.144 +3 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/src/CHANGES,v

cvs commit: apache/src conf.h

1997-01-26 Thread Jim Jagielski
jim 97/01/26 13:17:11 Modified:src conf.h Log: A/UX needs sys/time.h for btestread Revision ChangesPath 1.74 +1 -0 apache/src/conf.h Index: conf.h === RCS file:

cvs commit: apache/src mod_status.c

1997-01-25 Thread Jim Jagielski
jim 97/01/25 14:16:09 Modified:src mod_status.c Log: Explain . status Revision ChangesPath 1.40 +1 -0 apache/src/mod_status.c Index: mod_status.c === RCS file:

cvs commit: apache/src/regex regcomp.c

1997-01-25 Thread Jim Jagielski
jim 97/01/25 14:38:31 Modified:src CHANGES Configure conf.h Makefile.tmpl src/regex regcomp.c Log: Submitted by: Andreas Koenig [EMAIL PROTECTED] Description: Various NEXT porting and compiling patches, including changing an already used NEXT

cvs commit: apache/src mod_status.c

1997-01-25 Thread Jim Jagielski
jim 97/01/25 14:57:20 Modified:src mod_status.c Log: Open sounds better Revision ChangesPath 1.41 +1 -1 apache/src/mod_status.c Index: mod_status.c === RCS file:

cvs commit: apache/src/helpers GuessOS

1997-01-25 Thread Jim Jagielski
jim 97/01/25 14:58:30 Modified:src/helpers GuessOS Log: Fix Sunos5.6/GuessOS failure with uname -X Revision ChangesPath 1.16 +138 -139 apache/src/helpers/GuessOS Index: GuessOS === RCS

cvs commit: apache/src/helpers PrintPath

1997-01-24 Thread Jim Jagielski
jim 97/01/24 19:20:34 Modified:src/helpers PrintPath Log: Prevent trap from contaminating exit status Revision ChangesPath 1.8 +1 -1 apache/src/helpers/PrintPath Index: PrintPath ===

cvs commit: apache/src Configure

1997-01-22 Thread Jim Jagielski
jim 97/01/22 11:46:42 Modified:src Configure Log: Configure patches: Fix OSF, SCO3 and 8space-tab Revision ChangesPath 1.73 +41 -39apache/src/Configure Index: Configure === RCS

cvs commit: apache/src CHANGES Makefile.tmpl

1997-01-20 Thread Jim Jagielski
Changes with Apache 1.2b5 + *) Portability Fix: IRIX complained with 'make clean' about *pure* (removed) + [Jim Jagielski] + *) Migration from sprintf() to snprintf() to avoid buffer ! overflows. [Marc Slemco] ! ! *) Provide portable snprintf

cvs commit: apache/src util_snprintf.c

1997-01-19 Thread Jim Jagielski
jim 97/01/19 15:46:27 Modified:src util_snprintf.c Log: portabilities fixes Revision ChangesPath 1.3 +16 -23apache/src/util_snprintf.c Index: util_snprintf.c === RCS file:

cvs commit: apache/src/modules/proxy proxy_cache.c proxy_ftp.c proxy_http.c proxy_util.c

1997-01-19 Thread Jim Jagielski
jim 97/01/19 20:28:35 Modified:src CHANGES buff.c http_config.c http_core.c http_main.c http_protocol.c http_request.c mod_auth.c mod_auth_anon.c mod_auth_db.c mod_auth_dbm.c mod_auth_msql.c mod_cgi.c

cvs commit: apache/src util_snprintf.c Makefile.tmpl PORTING buff.c conf.h

1997-01-18 Thread Jim Jagielski
jim 97/01/18 11:17:23 Modified:src Makefile.tmpl PORTING buff.c conf.h Added: src util_snprintf.c Log: start of the great snprintf() migration Revision ChangesPath 1.36 +3 -1 apache/src/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache/src buff.c

1997-01-13 Thread Jim Jagielski
jim 97/01/13 16:18:47 Modified:src buff.c Log: NEXTSTEP 2.0 doesn't have unistd.h Revision ChangesPath 1.12 +2 -0 apache/src/buff.c Index: buff.c === RCS file:

cvs commit: apache/src Configure conf.h

1997-01-10 Thread Jim Jagielski
jim 97/01/10 05:23:32 Modified:src Configure conf.h Log: Add IBM AIX PS/2 Revision ChangesPath 1.70 +5 -0 apache/src/Configure Index: Configure === RCS file:

cvs commit: apache/src/helpers GuessOS

1997-01-08 Thread Jim Jagielski
jim 97/01/08 05:04:48 Modified:src Configure conf.h src/helpers GuessOS Log: Add several new platforms Revision ChangesPath 1.66 +13 -0 apache/src/Configure Index: Configure

cvs commit: apache/src/helpers GuessOS

1997-01-06 Thread Jim Jagielski
jim 97/01/06 09:27:56 Modified:src Configure src/helpers GuessOS Log: MachTen fixes for Configure family Revision ChangesPath 1.64 +2 -1 apache/src/Configure Index: Configure

cvs commit: apache/src/helpers PrintPath

1997-01-06 Thread Jim Jagielski
jim 97/01/06 09:31:30 Modified:src/helpers PrintPath Log: ULTRIX hack... see if readable since ULTRIX does not support the executable test Revision ChangesPath 1.4 +1 -1 apache/src/helpers/PrintPath Index: PrintPath

cvs commit: apache/src/helpers GuessOS

1997-01-06 Thread Jim Jagielski
jim 97/01/06 13:12:06 Modified:src Configure conf.h src/helpers GuessOS Log: Added CONVEXOS11 and minor fix Revision ChangesPath 1.65 +6 -0 apache/src/Configure Index: Configure

cvs commit: apache/src Configure

1996-12-27 Thread Jim Jagielski
jim 96/12/27 06:30:30 Modified:src Configure Log: Fix Configure and use of awk Revision ChangesPath 1.62 +8 -6 apache/src/Configure Index: Configure === RCS file:

cvs commit: apache/src PORTING

1996-12-17 Thread Jim Jagielski
jim 96/12/17 15:19:17 Modified:src PORTING Log: Minor changes Revision ChangesPath 1.2 +16 -4 apache/src/PORTING Index: PORTING === RCS file:

cvs commit: apache/src/helpers GuessOS

1996-12-11 Thread Jim Jagielski
jim 96/12/11 05:48:59 Modified:src Configure src/helpers GuessOS Log: Added SINIX OS Revision ChangesPath 1.56 +6 -0 apache/src/Configure Index: Configure === RCS

cvs commit: apache/src Configure

1996-12-08 Thread Jim Jagielski
jim 96/12/08 15:54:51 Modified:src Configure Log: Back off SCO change, due to GuessOS update Revision ChangesPath 1.47 +1 -1 apache/src/Configure Index: Configure === RCS file:

cvs commit: apache/src/helpers PrintPath

1996-12-04 Thread Jim Jagielski
jim 96/12/04 16:01:05 Modified:src/helpers PrintPath Log: fix OSF bug report Revision ChangesPath 1.2 +4 -3 apache/src/helpers/PrintPath Index: PrintPath === RCS file:

cvs commit: apache/src conf.h

1996-12-03 Thread Jim Jagielski
jim 96/12/03 17:43:05 Modified:src conf.h Log: typo Revision ChangesPath 1.53 +1 -1 apache/src/conf.h Index: conf.h === RCS file: /export/home/cvs/apache/src/conf.h,v

cvs commit: apache/src/helpers CutRule GuessOS

1996-12-03 Thread Jim Jagielski
jim 96/12/03 17:48:18 Modified:src/helpers CutRule GuessOS Log: cut cut in favor of awk Revision ChangesPath 1.2 +2 -2 apache/src/helpers/CutRule Index: CutRule === RCS file:

cvs commit: apache/src/helpers - New directory

1996-10-23 Thread Jim Jagielski
jim 96/10/23 05:53:01 apache/src/helpers - New directory

cvs commit: apache/src/helpers CutRule GuessOS GuessWhere

1996-10-23 Thread Jim Jagielski
jim 96/10/23 05:56:35 Modified:src Configure Added: src/helpers CutRule GuessOS GuessWhere Removed: src CutRule GuessOS GuessWhere Log: Move Configure scripts into their own sub-dir Revision ChangesPath 1.30 +12 -10

cvs commit: apache/src http_core.c

1996-10-13 Thread Jim Jagielski
jim 96/10/13 17:18:47 Modified:src http_core.c Log: Make Apache complain with HARD_SERVER_LIMIT Revision ChangesPath 1.36 +8 -3 apache/src/http_core.c Index: http_core.c === RCS

cvs commit: apache/src mod_pics_simple.c

1996-09-23 Thread Jim Jagielski
jim 96/09/23 04:26:12 Added: src mod_pics_simple.c Log: mod_pics_simple.c module

cvs commit: apache/src conf.h

1996-09-23 Thread Jim Jagielski
jim 96/09/23 07:02:15 Modified:src conf.h Log: Fine tuning Revision ChangesPath 1.38 +2 -2 apache/src/conf.h Index: conf.h === RCS file: /export/home/cvs/apache/src/conf.h,v

cvs commit: apache/src Configure CutRule Makefile.tmpl

1996-09-08 Thread Jim Jagielski
jim 96/09/08 09:14:57 Modified:src Configure CutRule Makefile.tmpl Log: Log: Minor Configure fluff Description: Map RULES to lowercase and work with OLD shell tests Revision ChangesPath 1.15 +9 -9 apache/src/Configure Index:

cvs commit: apache/src README conf.h http_main.c mod_cgi.c

1996-08-23 Thread Jim Jagielski
jim 96/08/23 11:19:17 Modified:src README conf.h http_main.c mod_cgi.c Log: Add Alexei's nph-/ling_close patch and it's associated fluff Revision ChangesPath 1.16 +2 -3 apache/src/README 1.36 +2 -2 apache/src/conf.h

cvs commit: apache/src http_main.c

1996-08-15 Thread Jim Jagielski
jim 96/08/15 16:00:11 Modified:src http_main.c Log: No need for memcpy... just assign the struct Revision ChangesPath 1.59 +1 -2 apache/src/http_main.c Index: http_main.c === RCS

cvs commit: apache/src CHANGES Configuration.tmpl Configure INSTALL Makefile.tmpl README TODO

1996-08-04 Thread Jim Jagielski
jim 96/08/04 18:17:26 Modified:src CHANGES Configuration.tmpl Configure INSTALL Makefile.tmpl README TODO Log: Configure/Configuration.tmpl update. Clean up the way Configure does things and make Configuration a bit easier and intuitive on how

cvs commit: apache/src conf.h

1996-08-04 Thread Jim Jagielski
jim 96/08/04 18:45:09 Modified:src conf.h Log: Be specific Revision ChangesPath 1.31 +1 -1 apache/src/conf.h Index: conf.h === RCS file: /export/home/cvs/apache/src/conf.h,v

cvs commit: apache/src httpd.h

1996-08-02 Thread Jim Jagielski
jim 96/08/02 16:23:30 Modified:src httpd.h Log: Allow suEXEC location to be set elsewhere, like Configuration Revision ChangesPath 1.43 +3 -1 apache/src/httpd.h Index: httpd.h ===

cvs commit: apache/src Configuration.tmpl README conf.h

1996-07-30 Thread Jim Jagielski
jim 96/07/30 11:24:53 Modified:src Configuration.tmpl README conf.h Log: more cleanup for regex selection Revision ChangesPath 1.24 +3 -1 apache/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache/src Configuration.tmpl Makefile.tmpl README conf.h

1996-07-30 Thread Jim Jagielski
jim 96/07/30 12:37:02 Modified:src Configuration.tmpl Makefile.tmpl README conf.h Log: Allow for more logical (yeah, sure) way to add flags Revision ChangesPath 1.25 +27 -17apache/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache/src CHANGES Configuration.tmpl Makefile.tmpl README

1996-07-29 Thread Jim Jagielski
jim 96/07/29 15:52:03 Modified:src CHANGES Configuration.tmpl Makefile.tmpl README Log: allow for selectable use of regex/libregex.a via Configuration.tmpl Revision ChangesPath 1.46 +5 -1 apache/src/CHANGES 1.23 +8 -0

cvs commit: apache/src http_protocol.c

1996-07-29 Thread Jim Jagielski
jim 96/07/29 15:53:52 Modified:src http_protocol.c Log: Get rid of compiler warning Revision ChangesPath 1.31 +1 -1 apache/src/http_protocol.c Index: http_protocol.c === RCS

cvs commit: apache/src README

1996-07-29 Thread Jim Jagielski
jim 96/07/29 16:26:46 Modified:src README Log: Since Alexie doesn't want these, we get rid of them Revision ChangesPath 1.11 +0 -6 apache/src/README Index: README === RCS file:

cvs commit: apache/src http_core.c

1996-07-27 Thread Jim Jagielski
jim 96/07/27 16:00:09 Modified:src http_core.c Log: Work around systems without RLIMIT family Revision ChangesPath 1.24 +2 -0 apache/src/http_core.c Index: http_core.c === RCS

cvs commit: apache/src Makefile.tmpl

1996-07-27 Thread Jim Jagielski
jim 96/07/27 16:00:50 Modified:src Makefile.tmpl Log: Propagate compiler flags to regex Revision ChangesPath 1.16 +1 -1 apache/src/Makefile.tmpl Index: Makefile.tmpl === RCS

cvs commit: apache/src conf.h http_main.c

1996-07-18 Thread Jim Jagielski
jim 96/07/18 11:44:47 Modified:src conf.h http_main.c Log: lingering close no work with A/UX and longjmp fluff Revision ChangesPath 1.23 +1 -0 apache/src/conf.h Index: conf.h ===

cvs commit: apache/src http_main.c mod_status.c scoreboard.h

1996-07-12 Thread Jim Jagielski
jim 96/07/12 18:47:41 Modified:src http_main.c mod_status.c scoreboard.h Log: add process-time and prevent rollover Revision ChangesPath 1.47 +14 -9 apache/src/http_main.c Index: http_main.c

  1   2   >