Re: cvs commit: apache/src mod_info.c

1996-05-28 Thread Brian Behlendorf
On Tue, 28 May 1996, Paul Richards wrote: In reply to Brian Behlendorf who said brian 96/05/27 13:34:51 Added: src mod_info.c Log: Submitted by: Brian Behlendorf Obtained from: Rasmus Lerdorf Umm, that's not quite how those lines are meant

cvs commit: apache/src mod_imap.c

1996-06-07 Thread Brian Behlendorf
brian 96/06/07 10:30:07 Modified:src mod_imap.c Log: Reviewed by: Mark Cox This patches several things: 1) brings back complete URL's in Location: headers 2) makes the default base into the URI for the mapfile rather than 3) pointinrect() now can take

cvs commit: apache/support htpasswd.c

1996-06-09 Thread Brian Behlendorf
brian 96/06/09 16:50:16 Modified:support htpasswd.c Log: Reviewed by: Brian Behlendorf ([EMAIL PROTECTED]) Submitted by: Mario Sergio Fujikawa Ferreira [EMAIL PROTECTED] Fixes a prototype to remove a warning message. Revision ChangesPath 1.2 +2 -2

cvs commit: apache/src CHANGES

1996-06-10 Thread Brian Behlendorf
brian 96/06/10 01:22:51 Modified:src CHANGES Log: Submitted by: Brian Behlendorf Updated the src CHANGES file, based on record in apache-cvs logs. Revision ChangesPath 1.28 +40 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src httpd.h

1996-06-10 Thread Brian Behlendorf
brian 96/06/10 01:25:33 Modified:src httpd.h Log: Just updating the server version for release. Revision ChangesPath 1.28 +1 -1 apache/src/httpd.h Index: httpd.h === RCS file:

cvs commit: apache/src httpd.h

1996-06-10 Thread Brian Behlendorf
brian 96/06/10 01:37:27 Modified:src httpd.h Log: Changed the server_version - this is the interim period until 1.1 final. (i.e., no more betas) Revision ChangesPath 1.29 +1 -1 apache/src/httpd.h Index: httpd.h

cvs commit: apache/conf srm.conf-dist

1996-06-12 Thread Brian Behlendorf
brian 96/06/12 19:04:45 Modified:conf srm.conf-dist Log: Submitted by: Brian Behlendorf Removed the Meta keywords, since the cern_meta_dir module is now not compiled in by default. Revision ChangesPath 1.7 +2 -2 apache/conf/srm.conf-dist

cvs commit: apache/src http_request.c

1996-06-12 Thread Brian Behlendorf
brian 96/06/12 20:09:24 Modified:src http_request.c Log: Reviewed by: Brian Behlendorf Submitted by: Andrew Wilson Fixed compilation warning with an unused variable without STATUS instrumentation. Revision ChangesPath 1.9 +2 -0 apache/src

cvs commit: apache/support Makefile htdigest.c change-passwd.readme inc2shtml.c unescape.c

1996-06-12 Thread Brian Behlendorf
brian 96/06/12 20:39:34 Modified:support Makefile htdigest.c Removed: support change-passwd.readme inc2shtml.c unescape.c Log: Reviewed by: Brian Behlendorf Submitted by: Mario Sergio, [EMAIL PROTECTED] + others made sure the Makefile included compilation lines

cvs commit: apache/src mod_log_config.c

1996-06-26 Thread Brian Behlendorf
brian 96/06/26 18:23:29 Modified:src mod_log_config.c Log: Removed a comment about being experimental. Revision ChangesPath 1.7 +3 -5 apache/src/mod_log_config.c Index: mod_log_config.c

cvs commit: apache/src Configuration.tmpl

1996-06-27 Thread Brian Behlendorf
brian 96/06/27 15:35:43 Modified:src Configuration.tmpl Log: Submitted by: Dirk-Willem van Gulik [EMAIL PROTECTED] Added suggestions as to extra CFLAG possibilities if one wishes to use the msql module. Revision ChangesPath 1.19 +6 -1

cvs commit: apache/src http_log.c

1996-06-30 Thread Brian Behlendorf
brian 96/06/30 14:48:04 Modified:src http_log.c Log: Reviewed by: Brian Behlendorf Submitted by: Howard Fear [EMAIL PROTECTED] Flushes the output, important in error recovery. Revision ChangesPath 1.5 +1 -0 apache/src/http_log.c Index

cvs commit: apache/src mod_auth_msql.c

1996-06-30 Thread Brian Behlendorf
brian 96/06/30 15:36:59 Modified:src mod_auth_msql.c Log: Submitted by: Dirk.vanGulik [EMAIL PROTECTED] Updated module from Dirk - more backwards-Vitek-compatibility issues addressed. Revision ChangesPath 1.9 +25 -19apache/src/mod_auth_msql.c

cvs commit: apache/conf access.conf-dist

1996-07-03 Thread Brian Behlendorf
brian 96/07/03 10:18:13 Modified:conf access.conf-dist Log: Changes to make access.conf more secure for the newbie fresh installation. Revision ChangesPath 1.3 +16 -28apache/conf/access.conf-dist Index: access.conf-dist

Re: cvs commit: apache/src mod_cookies.c

1996-07-08 Thread Brian Behlendorf
On Thu, 4 Jul 1996, Paul Richards wrote: Mark J. Cox writes: ! * add cookie support. ! * 31.3.95 JimC Allow the log to be sent to a pipe. Copies the relevant ! * code from mod_log_agent.c. ! * 24.5.96 MJC Improved documentation after receiving

cvs commit: apache/conf access.conf-dist

1996-07-25 Thread Brian Behlendorf
brian 96/07/25 12:37:17 Modified:conf access.conf-dist Log: Modified to contain a different default suggested mod_status mapping. Revision ChangesPath 1.5 +1 -1 apache/conf/access.conf-dist Index: access.conf-dist

cvs commit: apache/src http_request.c

1996-08-05 Thread Brian Behlendorf
brian 96/08/05 22:24:49 Modified:src http_request.c Log: Reviewed by: Brian Behlendorf Submitted by: Garey Smiley The following patch fixes OS/2 drive name support ia 1.1.1. Revision ChangesPath 1.14 +5 -0 apache/src/http_request.c Index

Re: cvs commit: apache/support logresolve.c Makefile

1996-08-07 Thread Brian Behlendorf
On 7 Aug 1996, Paul Richards wrote: Brian Behlendorf [EMAIL PROTECTED] writes: + #ifdef __EMX__ + /* Need this include before any others under OS/2 */ + #include sys/types.h + #endif + This should be done for all OS's. Most OS's get away with it because header files

cvs commit: apache/support logresolve.c

1996-08-07 Thread Brian Behlendorf
brian 96/08/07 19:32:03 Modified:support logresolve.c Log: Reviewed by: Brian Behlendorf Submitted by: Paul Richards Removed requirement for OS/2 specific #ifdef. Revision ChangesPath 1.4 +0 -6 apache/support/logresolve.c Index: logresolve.c

cvs commit: apache/src alloc.c alloc.h mod_cgi.c

1996-08-08 Thread Brian Behlendorf
brian 96/08/08 00:21:18 Modified:src alloc.c alloc.h mod_cgi.c Log: Reviewed by: Brian Behlendorf Submitted by: Garey Smiley Removal of more special-cased EMX (OS/2) code, since those sections now work fine with OS/2. Revision ChangesPath 1.10 +0

cvs commit: apache/src util.c

1996-09-25 Thread Brian Behlendorf
brian 96/09/25 21:16:10 Modified:src util.c Log: Reviewed by: Brian Submitted by: Tom Tromey Fixed response logic which was causing warnings on Irix 6.2, among others. No functionality change, else clause was just redundant. Revision ChangesPath 1.20

cvs commit: apache/src mod_fastcgi.c Configuration.tmpl

1996-09-27 Thread Brian Behlendorf
brian 96/09/27 15:11:17 Modified:src Configuration.tmpl Added: src mod_fastcgi.c Log: Submitted by: Mark Brown, [EMAIL PROTECTED] Added an entry to Configuration for mod_fastcgi.c. Revision ChangesPath 1.40 +8 -1

cvs commit: apache/conf access.conf-dist

1996-10-21 Thread Brian Behlendorf
brian 96/10/21 16:02:33 Modified:conf access.conf-dist Log: Reviewed by: Brian Behlendorf Redirected requests to a virthost which can be filtered or blackholed as desired, in case load gets too great. Suggested by Dean Gaudet. Revision ChangesPath 1.9

cvs commit: apache/src http_core.c http_request.c http_protocol.c

1996-10-22 Thread Brian Behlendorf
brian 96/10/22 11:45:40 Modified:src http_core.c http_request.c http_protocol.c Log: Removed various -Wall warnings, such as unused variables, and made the definition of no_set_limit only active when the conditions under which it would be called exist given various

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

1996-10-22 Thread Brian Behlendorf
brian 96/10/22 11:54:07 Modified:src http_core.h http_core.c http_main.c Log: Reviewed by: Mark J Cox, Chuck Murcko, Jim Jagielski Submitted by: Dean Gaudet This patch adds another type to get_remote_name -- REMOTE_NOLOOKUP. This skips the lookup and returns the

cvs commit: apache/src mod_fastcgi.c

1996-10-22 Thread Brian Behlendorf
brian 96/10/22 13:38:13 Modified:src mod_fastcgi.c Log: Reviewed by: Alexei Kosut Submitted by: Mark Brown [EMAIL PROTECTED] Here is a patch to make mod_fastcgi work properly with Apache 1.2dev (using get_client_block and its friends.) Revision Changes

cvs commit: apache/src http_protocol.c

1996-10-22 Thread Brian Behlendorf
brian 96/10/22 13:57:55 Modified:src http_protocol.c Log: Added a comment as to why the H1 text is 4 +. Revision ChangesPath 1.64 +2 -0 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src mod_cern_meta.c

1996-10-30 Thread Brian Behlendorf
brian 96/10/30 15:53:22 Modified:src mod_cern_meta.c Log: Reviewed by: Brian Behlendorf Submitted by: Andrew Wilson A patch against this mornings 1.2-dev which stops warnings in mod_cern_meta, which seems to have been left out of the recent round

cvs commit: apache/src mod_digest.c

1996-10-30 Thread Brian Behlendorf
brian 96/10/30 16:09:38 Modified:src mod_digest.c Log: Cleaned up -wall messages related to constification. Revision ChangesPath 1.9 +7 -5 apache/src/mod_digest.c Index: mod_digest.c

cvs commit: apache/src mod_usertrack.c

1996-10-30 Thread Brian Behlendorf
brian 96/10/30 16:13:25 Modified:src mod_usertrack.c Log: Cleaned up -Wall warnings related to constification of code Revision ChangesPath 1.2 +3 -3 apache/src/mod_usertrack.c Index: mod_usertrack.c

cvs commit: apache/src mod_rewrite.h mod_rewrite.c

1996-10-30 Thread Brian Behlendorf
brian 96/10/30 17:46:30 Modified:src mod_rewrite.h mod_rewrite.c Log: Cleaned up -Wall warnings due to constification. Revision ChangesPath 1.7 +8 -8 apache/src/mod_rewrite.h Index: mod_rewrite.h

cvs commit: apache/src http_protocol.c

1996-10-30 Thread Brian Behlendorf
brian 96/10/30 18:08:52 Modified:src http_protocol.c Log: yet another -Wall warning squished. Revision ChangesPath 1.67 +1 -1 apache/src/http_protocol.c Index: http_protocol.c ===

cvs commit: apache/src http_protocol.c

1996-10-31 Thread Brian Behlendorf
brian 96/10/31 09:36:23 Modified:src http_protocol.c Log: Reversing earlier patch - L not allowed for x on some platforms, and this isn't the right fix anyways. Revision ChangesPath 1.68 +1 -1 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_main.c

1996-10-31 Thread Brian Behlendorf
brian 96/10/31 09:51:37 Modified:src http_main.c Log: Reviewed by: Dirk vanGulik, Brian Behlendorf Submitted by: Sameer Parekh Introduced a sleep() if the fork() call fails, to prevent apache from running away with the CPU in case the process table fills up

cvs commit: apache/src mod_headers.c

1996-11-03 Thread Brian Behlendorf
brian 96/11/03 12:34:25 Modified:src mod_headers.c Log: Removed unused variable. Revision ChangesPath 1.2 +0 -1 apache/src/mod_headers.c Index: mod_headers.c === RCS file:

cvs commit: apache/src http_bprintf.c http_config.c http_log.c http_main.c http_request.c

1996-11-03 Thread Brian Behlendorf
brian 96/11/03 12:36:39 Modified:src http_bprintf.c http_config.c http_log.c http_main.c http_request.c Log: Removed $Id lines, per group consensus. Revision ChangesPath 1.7 +0 -2 apache/src/http_bprintf.c Index:

cvs commit: apache/src mod_ai_backcompat.c

1996-11-03 Thread Brian Behlendorf
brian 96/11/03 12:40:53 Removed: src mod_ai_backcompat.c Log: Removed module which never got much use outside of MIT.

cvs commit: apache/src mod_alias.c mod_asis.c mod_auth.c mod_auth_anon.c mod_auth_db.c mod_auth_dbm.c mod_auth_msql.c mod_cern_meta.c mod_digest.c mod_dir.c mod_dld.c mod_imap.c mod_include.c mod_info.c mod_log_agent.c mod_log_referer.c mod_negotiation.c mod_usertrack.c

1996-11-03 Thread Brian Behlendorf
McCool Brian Behlendorf. * ! * Adapted to Shambhala by rst. * * Version 0.5 May 1996 * ! * Brutally raped by [EMAIL PROTECTED] to * * Adapted to allow anonymous logins, just like with Anon-FTP, when * one gives the magic user name 'anonymous' and ones email

cvs commit: apache/src http_config.c http_main.c http_request.c rfc1413.c util_script.c

1996-11-03 Thread Brian Behlendorf
brian 96/11/03 12:52:15 Modified:src http_config.c http_main.c http_request.c rfc1413.c util_script.c Log: Converted references to Shambhala (early apache prototype by rob thau) to Apache. Revision ChangesPath 1.30 +2 -2

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

1996-11-03 Thread Brian Behlendorf
brian 96/11/03 12:56:08 Modified:src CHANGES Configuration.tmpl INSTALL Makefile.tmpl README TODO Log: Removed Id lines, as per group consensus. Revision ChangesPath 1.71 +0 -2 apache/src/CHANGES Index: CHANGES

cvs commit: apache/support Makefile

1996-11-03 Thread Brian Behlendorf
brian 96/11/03 12:57:43 Modified:. CHANGES LICENSE README RULES.CVS support Makefile Log: Removed Id lines, as per group consensus. Revision ChangesPath 1.5 +0 -2 apache/CHANGES Index: CHANGES

cvs commit: apache/support htdigest.c

1996-11-03 Thread Brian Behlendorf
brian 96/11/03 13:10:14 Modified:support htdigest.c Log: Missing include file, as with htpasswd.c Revision ChangesPath 1.6 +1 -0 apache/support/htdigest.c Index: htdigest.c === RCS

cvs commit: apache/support rotatelogs.c

1996-11-03 Thread Brian Behlendorf
brian 96/11/03 13:13:01 Modified:support rotatelogs.c Log: More missing header files, printf warning fixed. Revision ChangesPath 1.5 +3 -1 apache/support/rotatelogs.c Index: rotatelogs.c

cvs commit: apache/src mod_pics_simple.c

1996-11-03 Thread Brian Behlendorf
brian 96/11/03 13:19:55 Removed: src mod_pics_simple.c Log: Removed, as its functionality is now provided by mod_header.

cvs commit: apache/src httpd.h

1996-11-03 Thread Brian Behlendorf
brian 96/11/03 17:19:18 Modified:src httpd.h Log: Tweaked up HARD_SERVER_LIMIT, based on comments from users and group discussions. Revision ChangesPath 1.59 +1 -1 apache/src/httpd.h Index: httpd.h

cvs commit: apache/src mod_status.c

1996-11-13 Thread Brian Behlendorf
brian 96/11/13 23:13:30 Modified:src mod_status.c Log: Reviewed by: Chuck Murcko Submitted by: Brian Behlendorf Slight tweak to compress scoreboard bars from 6 to 4. Revision ChangesPath 1.34 +1 -1 apache/src/mod_status.c Index

cvs commit: apache/support .cvsignore

1996-11-17 Thread Brian Behlendorf
brian 96/11/17 12:23:19 Modified:support .cvsignore Log: Two more binaries to ignore. Revision ChangesPath 1.3 +2 -0 apache/support/.cvsignore Index: .cvsignore === RCS file:

cvs commit: apache/src http_core.c

1996-11-17 Thread Brian Behlendorf
brian 96/11/17 12:31:53 Modified:src http_core.c Log: Added explanatory text for a majority of http_core.c directives, for mod_info and httpd -h output. Revision ChangesPath 1.46 +36 -37apache/src/http_core.c Index: http_core.c

cvs commit: apache/src mod_rewrite.h Makefile.tmpl

1996-11-17 Thread Brian Behlendorf
brian 96/11/17 12:53:18 Modified:src mod_rewrite.h Makefile.tmpl Log: Fixed regex/regexp descrepancy, which was causing compile failures with mod_rewrite. Revision ChangesPath 1.9 +1 -1 apache/src/mod_rewrite.h Index: mod_rewrite.h

cvs commit: apache/src mod_alias.c

1996-11-18 Thread Brian Behlendorf
brian 96/11/18 12:47:22 Modified:src mod_alias.c Log: Reviewed by: Mark Cox, Brian Behlendorf Submitted by: Paul Sutton Fixed errors with RedirectTemp and RedirectPermanent directives, as well as added the ability to redirect using any 3xx class of error

cvs commit: apache/src Configure

1996-11-19 Thread Brian Behlendorf
brian 96/11/19 21:12:59 Modified:src Configure Log: Revision ChangesPath 1.36 +2 -1 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apache/src/Configure,v

Re: cvs commit: apache/src Configure

1996-11-19 Thread Brian Behlendorf
Ack, my mistake - I meant to add the Submitted and Reviewed lines and the log as appropriate but that didn't happen. Can this be added after the fact? Brian On Tue, 19 Nov 1996, Brian Behlendorf wrote: brian 96/11/19 21:12:59 Modified:src Configure Log

cvs commit: apache/src Makefile.tmpl mod_rewrite.h

1996-11-20 Thread Brian Behlendorf
brian 96/11/20 11:55:09 Modified:src Makefile.tmpl mod_rewrite.h Log: Reviewed by: Brian Behlendorf Submitted by: Ralf S. Engelschall [EMAIL PROTECTED] Earlier fix to Makefile dependency problem was incorrect - this is the correct fix (just remove the dependency

cvs commit: apache/htdocs/manual/mod - New directory

1996-11-20 Thread Brian Behlendorf
brian 96/11/20 23:58:12 apache/htdocs/manual/mod - New directory

cvs commit: apache/htdocs/manual/mod core.html index.html

1996-11-21 Thread Brian Behlendorf
brian 96/11/21 00:16:34 Added: htdocs/manual/mod core.html index.html Removed: htdocs/manual core.html modules.html Log: Moved core.html and modules.html to appropriate places in mod/

cvs commit: apache/htdocs/manual/mod mod_auth_dbm.html mod_auth_db.html

1996-11-21 Thread Brian Behlendorf
brian 96/11/21 00:39:29 Modified:htdocs/manual/mod mod_auth_dbm.html mod_auth_db.html Log: Added gunk from old auth_dbm.html describing some implementation issues. This so we can nuke auth_dbm.html, which really doesn't have a home... also fixed some minor typos.

cvs commit: apache/htdocs/manual auth_dbm.html

1996-11-21 Thread Brian Behlendorf
brian 96/11/21 00:40:35 Removed: htdocs/manual auth_dbm.html Log: Removed - it was old, out of date, and duplicated directive documentation. Relevant data has been assimilated into mod_auth_dbm.html and mod_auth_db.html.

cvs commit: apache/htdocs/manual/info - New directory

1996-11-21 Thread Brian Behlendorf
brian 96/11/21 00:47:55 apache/htdocs/manual/info - New directory

cvs commit: apache/htdocs/manual/mod xssi.html

1996-11-21 Thread Brian Behlendorf
brian 96/11/21 00:55:20 Added: htdocs/manual/mod xssi.html Removed: htdocs/manual xssi.html Log: Moved xssi.html to mod, based on the presumption that mod_include.html and xssi.html will be merged into a new and improved mod_include.html before beta.

cvs commit: apache/htdocs/manual/misc API.html FAQ.html client_block_api.html compat_notes.html known_bugs.html nopgp.html perf-bsd44.html perf-dec.html perf.html security_tips.html vif.info.txt windoz_keepalive.html

1996-11-21 Thread Brian Behlendorf
brian 96/11/21 01:17:52 Added: htdocs/manual/misc API.html FAQ.html client_block_api.html compat_notes.html known_bugs.html nopgp.html perf-bsd44.html perf-dec.html perf.html security_tips.html vif.info.txt

cvs commit: apache/htdocs/manual/images - New directory

1996-11-21 Thread Brian Behlendorf
brian 96/11/21 01:19:51 apache/htdocs/manual/images - New directory

cvs commit: apache/htdocs/manual/images home.gif index.gif sub.gif

1996-11-21 Thread Brian Behlendorf
brian 96/11/21 01:23:58 Added: htdocs/manual/images home.gif index.gif sub.gif Log: Images for headers and footers.

cvs commit: apache/htdocs/manual/mod footer.html header.html

1996-11-21 Thread Brian Behlendorf
brian 96/11/21 01:32:58 Added: htdocs/manual footer.html header.html htdocs/manual/misc footer.html header.html htdocs/manual/mod footer.html header.html Log: Added SSI headers and footers to each level.

cvs commit: apache/htdocs/manual/misc vif-info.html API.html FAQ.html client_block_api.html compat_notes.html footer.html known_bugs.html nopgp.html perf-bsd44.html perf-dec.html perf.html security_tips.html windoz_keepalive.html vif.info.txt

1996-11-21 Thread Brian Behlendorf
brian 96/11/21 01:55:59 Modified:htdocs/manual/misc API.html FAQ.html client_block_api.html compat_notes.html footer.html known_bugs.html nopgp.html perf-bsd44.html perf-dec.html perf.html security_tips.html

cvs commit: apache/htdocs/manual/mod core.html footer.html index.html mod_access.html mod_actions.html mod_alias.html mod_asis.html mod_auth.html mod_auth_anon.html mod_auth_db.html mod_auth_dbm.html mod_auth_msql.html mod_cern_meta.html mod_cgi.html mod_cookies.html mod_digest.html mod_dir.html mod_dld.html mod_env.html mod_fastcgi.html mod_imap.html mod_include.html mod_info.html mod_log_agent.html mod_log_common.html mod_log_config.html mod_log_referer.html mod_mime.html mod_negotiation.html mod_proxy.html mod_status.html mod_userdir.html mod_usertrack.html

1996-11-21 Thread Brian Behlendorf
brian 96/11/21 02:31:13 Modified:htdocs/manual/mod core.html footer.html index.html mod_access.html mod_actions.html mod_alias.html mod_asis.html mod_auth.html mod_auth_anon.html mod_auth_db.html

cvs commit: apache/htdocs/manual/mod directives.html

1996-11-21 Thread Brian Behlendorf
brian 96/11/21 02:36:32 Added: htdocs/manual/mod directives.html Removed: htdocs/manual directives.html Log: Moved directives to modules subdir.

cvs commit: apache/htdocs/manual/mod index.html

1996-11-21 Thread Brian Behlendorf
brian 96/11/21 02:47:42 Modified:htdocs/manual bind.html content-negotiation.html custom-error.html footer.html handler.html host.html howto.html index.html install.html invoking.html keepalive.html

cvs commit: apache/htdocs/manual/mod xssi.html

1996-11-27 Thread Brian Behlendorf
brian 96/11/27 20:09:17 Removed: htdocs/manual/mod xssi.html Log: Text of xssi.html now merged into mod_include.html.

cvs commit: apache/htdocs/manual/misc known_bugs.html

1996-12-01 Thread Brian Behlendorf
brian 96/12/01 13:01:58 Modified:htdocs/manual/misc known_bugs.html Log: Added text regarding 1.2 known bugs. Revision ChangesPath 1.3 +25 -3 apache/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

cvs commit: apache/htdocs/manual/mod index.html directives.html

1996-12-03 Thread Brian Behlendorf
brian 96/12/03 08:51:06 Modified:htdocs/manual/mod index.html directives.html Log: Submitted by: Ralf Engelschall mod_rewrite additions. Revision ChangesPath 1.8 +2 -2 apache/htdocs/manual/mod/index.html Index: index.html

cvs commit: apache/htdocs/manual/mod mod_usertrack.html

1996-12-03 Thread Brian Behlendorf
brian 96/12/03 15:19:55 Modified:htdocs/manual/mod mod_usertrack.html Log: Fix errors in directive names, and add comment about default = off. Revision ChangesPath 1.5 +13 -14apache/htdocs/manual/mod/mod_usertrack.html Index: mod_usertrack.html

cvs commit: apache/htdocs/manual/misc vif-info.html

1996-12-04 Thread Brian Behlendorf
brian 96/12/04 21:48:22 Modified:htdocs/manual virtual-host.html htdocs/manual/misc vif-info.html Log: Fixed link to vif-info.html, and removed bizarre CVS-related lines from vif-info.html (strange how they got there in the first place!) Revision Changes

cvs commit: apache/htdocs/manual handler.html

1996-12-04 Thread Brian Behlendorf
brian 96/12/04 21:49:21 Modified:htdocs/manual handler.html Log: Revision ChangesPath 1.4 +1 -1 apache/htdocs/manual/handler.html Index: handler.html === RCS file:

cvs commit: apache/htdocs/manual handler.html

1996-12-05 Thread Brian Behlendorf
brian 96/12/05 08:53:35 Modified:htdocs/manual handler.html Log: Yet another small change. Revision ChangesPath 1.6 +1 -1 apache/htdocs/manual/handler.html Index: handler.html === RCS

cvs commit: apache/htdocs/manual/mod core.html

1996-12-05 Thread Brian Behlendorf
brian 96/12/05 11:17:41 Modified:htdocs/manual/mod core.html Added: htdocs/manual TODO Log: Updated last broken link in core.html, added a TODO file to help organize future work. Revision ChangesPath 1.18 +1 -1 apache/htdocs/manual/mod/core.html

cvs commit: apache/src/helpers GuessOS

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 19:08:36 Modified:src/helpers GuessOS Log: Removed reference to the new-httpd mailing list. Revision ChangesPath 1.9 +1 -1 apache/src/helpers/GuessOS Index: GuessOS ===

cvs commit: apache/htdocs/manual/mod mod_proxy.html

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 19:34:50 Modified:htdocs/manual/mod mod_proxy.html Log: Obtained from: based on comments from John Line ([EMAIL PROTECTED]) Clarification. Revision ChangesPath 1.4 +6 -2 apache/htdocs/manual/mod/mod_proxy.html Index: mod_proxy.html

cvs commit: apache/cgi-bin printenv test-cgi

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 19:51:59 Modified:cgi-bin printenv test-cgi Log: Reviewed by: Alexei Kosut, Rob Hartill, Brian Behlendorf Obtained from: M Shariful Anam [EMAIL PROTECTED] Added a set -f to prevent filename globbing. Removed Id lines. Revision ChangesPath 1.3

cvs commit: apache/src mod_negotiation.c

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 19:56:26 Modified:src mod_negotiation.c Log: Typo. Revision ChangesPath 1.26 +1 -1 apache/src/mod_negotiation.c Index: mod_negotiation.c === RCS file:

cvs commit: apache/htdocs/manual/mod core.html mod_include.html mod_proxy.html

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 20:09:22 Modified:htdocs/manual host.html htdocs/manual/mod core.html mod_include.html mod_proxy.html Log: Reviewed by: Brian Behlendorf Obtained from: [EMAIL PROTECTED] Typos, clarifications, and overall improvements. Revision

cvs commit: apache/htdocs/manual/misc howto.html

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 20:49:14 Modified:htdocs/manual/misc howto.html Log: Obtained from: Rob Hartill, with some stuff by Brian Behlendorf Rob modified the section on robot detection and I modified the section on redirecting an entire server to include a section on mod_rewrite

cvs commit: apache/src mod_include.c

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 20:54:24 Modified:src mod_include.c Log: Reviewed by: lotsa folks... Obtained from: Howard Fear, Alexei Kosut 1) The patch that I submitted a couple of days ago which recieved one +1 and fizzled. Fixes an ommision that caused include variables

cvs commit: apache/src/helpers GuessOS

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 21:00:50 Modified:src Configure conf.h src/helpers GuessOS Log: Reviewed by: Brian Behlendorf Submitted by: Alan Burlison [EMAIL PROTECTED] Enhancements to allow Unixware 2.1.1 to be recognized and compile. Revision Changes

cvs commit: apache/src INSTALL

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 21:21:29 Modified:src INSTALL Log: Reviewed by: Brian Behlendorf Submitted by: Rob Hartill Note added for clarity. Revision ChangesPath 1.12 +4 -0 apache/src/INSTALL Index: INSTALL

cvs commit: apache/src CHANGES

1996-12-08 Thread Brian Behlendorf
] + + *) Closed file-globbing hole in test-cgi script. [Brian Behlendorf] + *) Fixed problem in set_[user|group] that prevented CGI execution for non-virtualhosts when suEXEC was enabled. *** *** 22,31 --- 37,48 and portable isdigit() test. [Ben Laurie

cvs commit: apache/htdocs/manual new_features_1_2.html

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 22:01:15 Modified:htdocs/manual new_features_1_2.html Log: Added blurb about Satisfy directive. Revision ChangesPath 1.17 +5 -0 apache/htdocs/manual/new_features_1_2.html Index: new_features_1_2.html

cvs commit: apache/htdocs/manual/mod mod_alias.html

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 22:06:43 Modified:htdocs/manual/mod mod_alias.html Log: Submitted by: suggested by Martin Kraemer [EMAIL PROTECTED] Clarification Revision ChangesPath 1.7 +4 -1 apache/htdocs/manual/mod/mod_alias.html Index: mod_alias.html

cvs commit: apache/src Configure

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 22:39:50 Modified:src Configure Log: Submitted by: [EMAIL PROTECTED] Added CFLAGS for HPUX10 compiler. Bria Revision ChangesPath 1.51 +4 -0 apache/src/Configure Index: Configure

cvs commit: apache/src mod_status.c

1996-12-08 Thread Brian Behlendorf
brian 96/12/08 22:53:16 Modified:src mod_status.c Log: Reviewed by: Brian Behlendorf Submitted by: [EMAIL PROTECTED] Typo! None of us saw it coz we're all using -DSTATUS. Teehee. Revision ChangesPath 1.37 +1 -1 apache/src/mod_status.c

cvs commit: apache/src Configure conf.h CHANGES

1996-12-10 Thread Brian Behlendorf
brian 96/12/10 12:12:33 Modified:src Configure conf.h CHANGES Log: Reviewed by: Brian Behlendorf Submitted by: [EMAIL PROTECTED], Alvin Austin [EMAIL PROTECTED] Allow NeXT to compile cleanly. Revision ChangesPath 1.53 +1 -0 apache/src/Configure

cvs commit: apache/htdocs/manual/mod directives.html

1996-12-10 Thread Brian Behlendorf
brian 96/12/10 12:17:35 Modified:htdocs/manual/mod directives.html Log: oops, there was a mention of an obsoleted directive. Fixed. Revision ChangesPath 1.8 +1 -1 apache/htdocs/manual/mod/directives.html Index: directives.html

cvs commit: apache/src Configure

1996-12-10 Thread Brian Behlendorf
brian 96/12/10 12:38:20 Modified:src Configure Log: Submitted by: Erik Bertelsen [EMAIL PROTECTED] Ultrix needs HS's regex package. Revision ChangesPath 1.54 +1 -0 apache/src/Configure Index: Configure

cvs commit: apache/htdocs/manual/misc known_bugs.html

1996-12-10 Thread Brian Behlendorf
brian 96/12/10 12:39:47 Modified:htdocs/manual/misc known_bugs.html Log: Submitted by: [EMAIL PROTECTED] In your Known Bugs documentation page you asked confirmations or denies about compilation problems on AIX machines. I had no compilation problem on a AIX 4.1

cvs commit: apache/htdocs/manual index.html

1996-12-10 Thread Brian Behlendorf
brian 96/12/10 13:08:17 Modified:htdocs/manual index.html Log: Forgot to include the footer here. Revision ChangesPath 1.6 +1 -4 apache/htdocs/manual/index.html Index: index.html ===

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

1996-12-11 Thread Brian Behlendorf
brian 96/12/11 16:28:03 Modified:src http_protocol.h http_protocol.c Log: Reviewed by: Randy Terbush, Rob Hartill, Brian Behlendorf Submitted by: Doug MacEachern Added rwrite() function for mod_perl, among others. Revision ChangesPath 1.15 +1 -0

cvs commit: apache/src Configure

1996-12-11 Thread Brian Behlendorf
brian 96/12/11 16:30:38 Modified:src Configure Log: Submitted by: Colin Burgess [EMAIL PROTECTED] QNX needs Apache's regex libs. Revision ChangesPath 1.57 +2 -1 apache/src/Configure Index: Configure

cvs commit: apache/src mod_rewrite.c mod_rewrite.h

1996-12-11 Thread Brian Behlendorf
brian 96/12/11 16:36:12 Modified:src mod_rewrite.c mod_rewrite.h Log: Submitted by: [EMAIL PROTECTED] bring mod_rewrite up to 2.3.9: Patchlevel 8 (961211): o Incorporated the const changes of the Apache Group to 2.3.5 into this release. But

cvs commit: apache/htdocs/manual/mod core.html mod_cern_meta.html mod_imap.html

1996-12-11 Thread Brian Behlendorf
core.html mod_cern_meta.html mod_imap.html Log: Reviewed by: Brian Behlendorf Submitted by: Martin Kraemer More link surgery - I think this should be it. Revision ChangesPath 1.4 +1 -1 apache/htdocs/manual/content-negotiation.html

cvs commit: apache/src mod_negotiation.c

1996-12-21 Thread Brian Behlendorf
brian 96/12/21 19:47:16 Modified:src mod_negotiation.c Log: Reviewed by: Randy Terbush, Brian Behlendorf Submitted by: Paul Sutton Change name of #define to make it clear this complies with draft 02 of Koen's conneg proposal. Revision ChangesPath 1.28

cvs commit: apache/htdocs/manual/mod mod_log_config.html

1996-12-21 Thread Brian Behlendorf
brian 96/12/21 20:05:17 Modified:htdocs/manual/mod mod_log_config.html Log: Reviewed by: Brian Behlendorf Submitted by: James Cloos The doc file was not in sync with the comment in the src file. Revision ChangesPath 1.8 +14 -14apache/htdocs/manual

  1   2   3   >