Re: cvs commit: apache-1.3/src/support suexec.c

1998-07-07 Thread Rodent of Unusual Size
Yes, there was a PR on this, #2250. It has been closed, but the message was excessively cryptic and didn't help, so I was making it a little more meaningful. I was going to address Marc's concerns to-night. Please restore 1.40, and stop reverting other people's work without checking with them fi

Whoa! Sorry, sorry!!

1998-01-26 Thread Rodent of Unusual Size
My humblest and most abject apologies for that last commit message! I must have dropped a decimal point somewhere; it was at least ten times larger than I calculated. I would have broken it up considerably.. :-( #kenP-(}

cvs commit: apachen/src CHANGES

1997-09-19 Thread Rodent of Unusual Size
coar97/09/19 10:32:05 Modified:src CHANGES Log: Yark. I keep forgetting to update CHANGES.. *narf* Revision ChangesPath 1.444 +5 -0 apachen/src/CHANGES Index: CHANGES === RCS

cvs commit: apachen/src/modules/standard mod_include.c

1997-09-19 Thread Rodent of Unusual Size
coar97/09/19 10:25:14 Modified:src/modules/standard mod_include.c Log: Correct invalid assumption that REDIRECT covers all possible redirection HTTP status codes. Reviewed by: Roy Fielding Revision ChangesPath 1.54 +3 -1 apachen/src/modul

cvs commit: apachen/src/modules/standard mod_include.c

1997-09-19 Thread Rodent of Unusual Size
coar97/09/19 01:39:06 Modified:src/modules/standard mod_include.c Log: Change references to a "200" status to "HTTP_OK", and change the references to HTTP error codes (NOT_FOUND and FORBIDDEN) to use the HTTP_ prefixed ones. Revision ChangesPath

cvs commit: apachen/src/modules/standard mod_include.c

1997-09-19 Thread Rodent of Unusual Size
coar97/09/19 01:35:52 Modified:src/modules/standard mod_include.c Log: {Sigh} Indent does some strange things with one-statement ifs when the expression is complex and the statement isn't in {}. Make sure all the one-liners are braced, and wrap some long

cvs commit: apachen/htdocs/manual/misc FAQ.html

1997-09-18 Thread Rodent of Unusual Size
coar97/09/18 06:00:19 Modified:htdocs/manual/misc FAQ.html Log: Add a FAQ about Y2K compliance. Submitted by: Lars Eilebrecht <[EMAIL PROTECTED]> Revision ChangesPath 1.89 +51 -2 apachen/htdocs/manual/misc/FAQ.html Index: FAQ.html ==

cvs commit: apachen/src/modules/standard mod_log_config.c mod_negotiation.c mod_setenvif.c

1997-09-15 Thread Rodent of Unusual Size
coar97/09/15 10:19:58 Modified:src INDENT src/modules/standard mod_log_config.c mod_negotiation.c mod_setenvif.c Log: Oof! Some more indentationalisms. Revision ChangesPath 1.16 +3 -3 apachen/src/INDENT

cvs commit: apachen/src/modules/standard mod_info.c

1997-09-15 Thread Rodent of Unusual Size
coar97/09/15 04:57:06 Modified:src INDENT src/modules/example mod_example.c src/modules/standard mod_info.c Log: GNU indent run across a couple of modules. {Whew!} Revision ChangesPath 1.14 +3 -3 apachen/src/INDENT

cvs commit: apachen/src INDENT

1997-09-14 Thread Rodent of Unusual Size
coar97/09/14 10:01:55 Modified:src INDENT Log: Reserve the modules I'll indent in the first pass. Revision ChangesPath 1.10 +4 -4 apachen/src/INDENT Index: INDENT === RCS fil

cvs commit: apachen/src/main util_script.c

1997-09-13 Thread Rodent of Unusual Size
coar97/09/13 05:15:41 Modified:src/main util_script.c Log: Add in the final missing #include needed to clean up the set_last_modified() rework. Revision ChangesPath 1.72 +1 -0 apachen/src/main/util_script.c Index: util_script.c =

cvs commit: apachen/src/main http_core.c http_protocol.h

1997-09-12 Thread Rodent of Unusual Size
coar97/09/12 14:49:19 Modified:src/main http_core.c http_protocol.h Log: Fix up some missing includes (fallout from the set_last_modified() rework). Revision ChangesPath 1.122 +1 -0 apachen/src/main/http_core.c Index: http_core.c

cvs commit: apachen/src/main http_main.c

1997-09-12 Thread Rodent of Unusual Size
coar97/09/12 14:48:39 Modified:src/main http_main.c Log: It's not nice to line-break a quoted string in the middle.. Revision ChangesPath 1.221 +2 -2 apachen/src/main/http_main.c Index: http_main.c

cvs commit: apachen/src/main http_config.h

1997-09-12 Thread Rodent of Unusual Size
coar97/09/12 12:53:15 Modified:src CHANGES src/main http_config.h Log: Add a note to CHANGES about the set_last_modified() changes, and update the MODULE_MAGIC_NUMBER (thanks, Alexei!). Revision ChangesPath 1.435 +6 -0 apache

cvs commit: apachen/src/modules/standard mod_include.c

1997-09-12 Thread Rodent of Unusual Size
coar97/09/12 11:56:13 Modified:src/main http_core.c http_protocol.c http_protocol.h util_script.c src/modules/standard mod_include.c Log: Separate last-modified and etag processing into separate routines, and insert calls in ap

cvs commit: apachen/src/modules/standard mod_info.c

1997-09-12 Thread Rodent of Unusual Size
coar97/09/12 11:53:31 Modified:src/modules/standard mod_info.c Log: Add the missing request phases, add the configuration phases, change "commands" to "directives".. Revision ChangesPath 1.28 +130 -82 apachen/src/modules/standard/mod_info.c I

cvs commit: apachen/src/modules/standard mod_log_config.c

1997-09-12 Thread Rodent of Unusual Size
coar97/09/12 07:50:54 Modified:htdocs/manual/mod mod_log_config.html src CHANGES src/modules/standard mod_log_config.c Log: Changes to mod_log_config to allow naming of format strings. Format nicknames are defined with "LogFormat f

cvs commit: apachen/src/regex Makefile

1997-09-10 Thread Rodent of Unusual Size
coar97/09/10 13:05:41 Modified:src Configure src/main Makefile.tmpl src/modules/proxy Makefile src/os/unix Makefile.tmpl src/regex Makefile Log: Remove the "v" flag from the library generation - verbositi

cvs commit: apachen/htdocs/manual/mod mod_autoindex.html

1997-09-09 Thread Rodent of Unusual Size
coar97/09/09 08:19:49 Modified:htdocs/manual/mod mod_autoindex.html Log: Strongly note that the standalone FancyIndexing and IndexOptions directives override each other. PR: 1106 Revision ChangesPath 1.13 +23 -5 apachen/htdocs/man

cvs commit: apachen/src/modules/standard mod_rewrite.c

1997-09-09 Thread Rodent of Unusual Size
coar97/09/09 04:06:59 Modified:src CHANGES src/modules/standard mod_rewrite.c Log: Don't take *any* actions if the RewriteEngine is off.. PR: 991 Reviewed by: Ralf S. Engelschall Revision ChangesPath 1.430 +5 -1 apa

cvs commit: apachen/src/os/unix os.c

1997-09-03 Thread Rodent of Unusual Size
coar97/09/03 09:11:35 Modified:src/os/unix os.c Log: os/unix/os.c has to have *something* in it, or cc complains about it being empty and ld gritches about libos.a not having a directory (since ranlib didn't insert an empty one). [Digial UNIX 3.2, at

cvs commit: apachen/src CHANGES Configure

1997-09-03 Thread Rodent of Unusual Size
coar97/09/03 08:56:13 Modified:src CHANGES Configure Log: Fix a problem caused by a continuation mark being put on the last line of a multi-line statement. Also, force Paul to take credit for his excellent changes to the Configure process. Revisio

cvs commit: apache-devsite mmn.txt

1997-09-02 Thread Rodent of Unusual Size
coar97/09/02 09:27:09 Modified:.mmn.txt Log: Record the latest MMN change (MD5 renaming). Revision ChangesPath 1.5 +1 -0 apache-devsite/mmn.txt Index: mmn.txt === RCS fil

cvs commit: apachen/src/main http_config.h

1997-09-02 Thread Rodent of Unusual Size
coar97/09/02 09:19:18 Modified:src CHANGES src/main http_config.h Log: Yerg. Note MD5 renames in CHANGES, and bump the MODULE_MAGIC_NUMBER as a consequence. Revision ChangesPath 1.426 +4 -0 apachen/src/CHANGES Index: CH

cvs commit: apachen/src/support htdigest.c

1997-09-02 Thread Rodent of Unusual Size
coar97/09/02 09:12:18 Modified:src/main http_core.c md5.h md5c.c util_md5.c util_md5.h src/modules/proxy proxy_util.c src/modules/standard mod_digest.c src/support htdigest.c Log: `Personalise' Apache's use of MD5 names to avoid

cvs commit: apachen/src/modules/proxy proxy_util.c

1997-09-02 Thread Rodent of Unusual Size
coar97/09/02 03:39:36 Modified:src/modules/proxy proxy_util.c Log: Remove a bit of unused code (probably optmised away by reasonable compilers, but why needlessly confuse humans?). Submitted by: Martin Kraemer Reviewed by: Dean Gaudet, Ken Coar Revision

cvs commit: apachen/src PORTING

1997-09-01 Thread Rodent of Unusual Size
coar97/09/01 14:47:48 Modified:src PORTING Log: Fix some gramos and correct some email addresses that wouldn't work quite right (new-httpd is only sendable by subscribers). Revision ChangesPath 1.11 +16 -14apachen/src/PORTING Index: PO

cvs commit: apache-devsite mmn.txt

1997-09-01 Thread Rodent of Unusual Size
coar97/09/01 07:08:48 Modified:.mmn.txt Log: Document the last two changes to MODULE_MAGIC_NUMBER. Revision ChangesPath 1.4 +2 -0 apache-devsite/mmn.txt Index: mmn.txt ===

cvs commit: apachen/src/main http_protocol.c

1997-08-31 Thread Rodent of Unusual Size
coar97/08/31 19:46:49 Modified:src/main http_protocol.c Log: Replace use of FORBIDDEN with HTTP_FORBIDDEN. Revision ChangesPath 1.157 +1 -1 apachen/src/main/http_protocol.c Index: http_protocol.c ==

cvs commit: apachen/src/main http_core.c

1997-08-31 Thread Rodent of Unusual Size
coar97/08/31 18:47:02 Modified:src/main http_core.c Log: Add the post_read_request slot (missed when the other modules were done). Revision ChangesPath 1.117 +2 -1 apachen/src/main/http_core.c Index: http_core.c ==

cvs commit: apachen/src/modules/example mod_example.c

1997-08-31 Thread Rodent of Unusual Size
coar97/08/31 18:39:19 Modified:src/modules/example mod_example.c Log: Rename the different phase handler routines to "example_" using the names of the slots from the module structure (e.g., example_xlate -> example_translate_handler). Also some TAB

cvs commit: apachen/src/modules/example mod_example.c

1997-08-31 Thread Rodent of Unusual Size
coar97/08/31 18:25:22 Modified:src/modules/example mod_example.c Log: Apply many of the style-guide formats. Revision ChangesPath 1.16 +234 -307 apachen/src/modules/example/mod_example.c Index: mod_example.c =

cvs commit: apachen/src/modules/standard mod_info.c

1997-08-31 Thread Rodent of Unusual Size
coar97/08/31 06:30:53 Modified:src/modules/example mod_example.c src/modules/standard mod_info.c Log: Add the server build time to some other useful places. Revision ChangesPath 1.15 +6 -1 apachen/src/modules/example/mod_example.c I

cvs commit: apachen/htdocs/manual/mod mod_include.html

1997-08-28 Thread Rodent of Unusual Size
coar97/08/28 08:24:09 Modified:htdocs/manual new_features_1_3.html htdocs/manual/mod mod_include.html Log: The long-awaited doc update for the conditional SSI enhancements (including some HTML cleanup), and some additional items for the new-fo

cvs commit: apache-devsite binbuild.sh

1997-08-27 Thread Rodent of Unusual Size
coar97/08/27 07:17:38 Modified:.binbuild.sh Log: Fix missing tick in sed command. Submitted by: Lars Eilebrecht <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +2 -2 apache-devsite/binbuild.sh Index: binbuild.sh ==

cvs commit: apachen/htdocs/manual/mod directives.html mod_mime.html

1997-08-26 Thread Rodent of Unusual Size
coar97/08/26 09:49:53 Modified:htdocs/manual/mod directives.html mod_mime.html Log: Update the list of directives for BrowserMatch*'s new location, add the SetEnvIf* directives, and apply Lars' fix to mod_mime. Submitted by: Lars Eilebrecht <[EMAIL PROTECTED]>

cvs commit: apachen/htdocs/manual/mod mod_setenvif.html

1997-08-26 Thread Rodent of Unusual Size
coar97/08/26 09:43:13 Added: htdocs/manual/mod mod_setenvif.html Log: Ta-daah! The documentation for mod_setenvif, which defines the SetEnvIf* and BrowserMatch* directives. (And in time for 1.3b1, too) Revision ChangesPath 1.1 apache

cvs commit: apache-devsite voting.html

1997-08-26 Thread Rodent of Unusual Size
coar97/08/26 07:02:37 Modified:.voting.html Log: Do a little minor cleanup and add note about so-called "lazy voting". Revision ChangesPath 1.3 +99 -51apache-devsite/voting.html Index: voting.html

cvs commit: apachen/src/main httpd.h

1997-08-25 Thread Rodent of Unusual Size
coar97/08/25 10:10:20 Modified:src/main httpd.h Log: Yerg. Forgot to include httpd.h in my r->mtime commit. D'oh! Pointed out by: Randy Terbush <[EMAIL PROTECTED]> Revision ChangesPath 1.145 +1 -0 apachen/src/main/httpd.h Index: httpd.h ==

cvs commit: apachen/htdocs/manual/misc FAQ.html

1997-08-25 Thread Rodent of Unusual Size
coar97/08/25 09:13:18 Modified:htdocs/manual/misc FAQ.html Log: Update FAQ #35 (where's the dump?) to mention the new-for-1.3 CoreDumpDirectory directive. Submitted by: Lars Eilebrecht <[EMAIL PROTECTED]> Revision ChangesPath 1.87 +13 -8 ap

cvs commit: apachen/src/main http_request.c http_request.h http_config.h

1997-08-25 Thread Rodent of Unusual Size
coar97/08/25 09:02:31 Modified:src CHANGES src/main http_request.c http_request.h http_config.h Log: Add r->mtime field to reduce gratuitous date parsing, and update_mtime() function to advance it as needed. (This will be used by the ETa

cvs commit: apachen/src/modules/standard mod_setenvif.c

1997-08-25 Thread Rodent of Unusual Size
coar97/08/25 08:39:21 Modified:src/modules/standard mod_setenvif.c Log: Revert the UnSetIfZero directive that was added when mod_setenvif was made a standard module. It isn't broad enough in scope; it only affects those envariables set with the SetEnvIf* di

cvs commit: apache-devsite mmn.txt

1997-08-25 Thread Rodent of Unusual Size
coar97/08/25 08:21:29 Modified:.mmn.txt Log: Update Ye Historie of Ye Module Magick Number to reflect the last few changes. Revision ChangesPath 1.3 +3 -0 apache-devsite/mmn.txt Index: mmn.txt ===

cvs commit: apachen/src/main http_log.c

1997-08-25 Thread Rodent of Unusual Size
coar97/08/25 07:26:31 Modified:src/main http_log.c Log: #ifdef LOG_AUTHPRIV, since it isn't available on Digital UNIX 3.2. Revision ChangesPath 1.24 +2 -0 apachen/src/main/http_log.c Index: http_log.c

cvs commit: apachen/src/main http_main.c httpd.h

1997-08-23 Thread Rodent of Unusual Size
coar97/08/23 19:51:38 Modified:src CHANGES Makefile.tmpl src/main http_main.c httpd.h Log: Enhance the "server is ready" message in the error_log to include server link-time. Of course, that means we have to create a module at link-time

cvs commit: apachen/src/main http_main.c

1997-08-23 Thread Rodent of Unusual Size
coar97/08/23 09:55:34 Modified:src/main http_main.c Log: Add the current server version to the "server ready" message in the error log. Revision ChangesPath 1.205 +3 -1 apachen/src/main/http_main.c Index: http_main.c =

cvs commit: apache/src INSTALL

1997-08-21 Thread Rodent of Unusual Size
coar97/08/21 11:05:05 Modified:src Tag: APACHE_1_2_X INSTALL Log: Typo. Submitted by: Kevin Ying <[EMAIL PROTECTED]> Revision ChangesPath No revision No revision 1.14.2.1 +1 -1 apache/src/INSTA

cvs commit: apachen/src/modules/standard mod_access.c mod_actions.c 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_autoindex.c mod_cern_meta.c mod_cgi.c mod_digest.c mod_dir.c mod_dld.c mod_env.c mod_expires.c mod_headers.c mod_imap.c mod_include.c mod_info.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_mime.c mod_mime_magic.c mod_negotiation.c mod_rewrite.c mod_setenvif.c mod_status.c mod_userdir.c mod_usertrack.c

1997-08-18 Thread Rodent of Unusual Size
coar97/08/18 06:12:30 Modified:src/modules/example mod_example.c src/modules/proxy mod_proxy.c src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_auth_anon.c mod_auth_db.c

cvs commit: apachen/src CHANGES

1997-08-18 Thread Rodent of Unusual Size
coar97/08/18 05:35:25 Modified:src CHANGES Log: Record the change to proxy_util.c that enhances logging of which host failed to connect(). PR: 352 Reviewed by: Marc Slemko Revision ChangesPath 1.405 +4 -0 apachen/src/CHANG

cvs commit: apachen/src/modules/proxy proxy_util.c

1997-08-17 Thread Rodent of Unusual Size
coar97/08/17 17:12:24 Modified:src/modules/proxy proxy_util.c Log: Include the problem IP address and port in the error message when connect() fails. PR: 352 Reviewed by: Marc Slemko Revision ChangesPath 1.23 +7 -2 apachen/src

cvs commit: apache-site in_the_news.html

1997-08-15 Thread Rodent of Unusual Size
coar97/08/15 13:23:05 Modified:.in_the_news.html Log: Add Roy's IEEE article and Chris Tacy's NY CyberTimes column. Revision ChangesPath 1.11 +33 -0 apache-site/in_the_news.html Index: in_the_news.html

cvs commit: apachen/src Makefile.tmpl

1997-08-14 Thread Rodent of Unusual Size
coar97/08/14 05:18:29 Modified:src Makefile.tmpl Log: Make the httpd result dependent upon all the object modules that go into it so it gets relinked on changes ;->. Revision ChangesPath 1.56 +1 -1 apachen/src/Makefile.tmpl Index: Mak

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

1997-08-13 Thread Rodent of Unusual Size
coar97/08/13 18:24:51 Modified:htdocs/manual/mod core.html Log: Some typos and other cleanup from Martin the doc-walloper. (.htaccess changes reverted to generic htaccess after some discussion.) Submitted by: Martin Kraemer <[EMAIL PROTECTED]> Reviewe

cvs commit: apache-site bugdb.cgi

1997-08-13 Thread Rodent of Unusual Size
coar97/08/13 14:03:34 Modified:.bugdb.cgi Log: The check for the special keyword "any" was occluding field values that included "any" with sentinel characters Perl recognised as "word boundaries." So "mod_auth-any" wouldn't make it through.

cvs commit: apachen/src Configure

1997-08-11 Thread Rodent of Unusual Size
coar97/08/11 04:58:23 Modified:src Configure Log: Simple typo/grammatical corrections. Revision ChangesPath 1.131 +4 -4 apachen/src/Configure Index: Configure === RCS file: /e

cvs commit: apachen/src/os/unix .cvsignore

1997-08-10 Thread Rodent of Unusual Size
coar97/08/10 07:48:04 Added: src/core .cvsignore src/modules/standard .cvsignore src/os/unix .cvsignore Log: Add the .cvsignore files for the various subdirectories in the New and Improved source tree. Revision ChangesPath

cvs commit: apache-site .cvsignore

1997-08-07 Thread Rodent of Unusual Size
coar97/08/07 05:21:26 Modified:. .cvsignore Log: Update the .cvsignore with additional/changed files/directories CVS should pretend don't exist. Revision ChangesPath 1.4 +4 -2 apache-site/.cvsignore Index: .cvsignore ===

cvs commit: apache-site manual-index.cgi

1997-08-07 Thread Rodent of Unusual Size
coar97/08/07 05:17:37 Modified:. manual-index.cgi Log: Work around problem with mod_mime_magic by changing the name of the data file manual-index.cgi uses. Revision ChangesPath 1.8 +1 -1 apache-site/manual-index.cgi Index: manual-

cvs commit: apache-devsite styleguide.html

1997-08-01 Thread Rodent of Unusual Size
coar97/08/01 13:08:51 Modified:. styleguide.html Log: Update style guide with the majority results from the most recent issue vote. Revision ChangesPath 1.4 +100 -46 apache-devsite/styleguide.html Index: styleguide.html ===

cvs commit: apache/src mod_setenvif.c CHANGES Configuration.tmpl Makefile.tmpl

1997-07-31 Thread Rodent of Unusual Size
coar97/07/31 13:56:28 Modified:src CHANGES Configuration.tmpl Makefile.tmpl Added: src mod_setenvif.c Log: Replace mod_browser with the more general mod_setenvif, but carry the BrowserMatch* directives forward for compatibility. Obtained fro

cvs commit: apache-site/contributors index.html

1997-07-31 Thread Rodent of Unusual Size
coar97/07/31 12:44:52 Modified:contributors index.html Log: Update my contributions minorly. Revision ChangesPath 1.14 +7 -4 apache-site/contributors/index.html Index: index.html =

cvs commit: apache-site bugdb.cgi

1997-07-30 Thread Rodent of Unusual Size
coar97/07/30 12:27:42 Modified:. bugdb.cgi Log: Yggh. Marc spotted that the redirect wasn't supplying a full URL, so we have to compose one. Revision ChangesPath 1.12 +3 -1 apache-site/bugdb.cgi Index: bugdb.cgi

cvs commit: apache-site bugdb.cgi

1997-07-30 Thread Rodent of Unusual Size
coar97/07/30 12:15:15 Modified:. bugdb.cgi Log: Oops! Some bad assumptions were made about where the "quickfmt=" would appear in the GET arguments.. Revision ChangesPath 1.11 +3 -2 apache-site/bugdb.cgi Index: bugdb.cgi

cvs commit: apache-site bugdb.cgi

1997-07-30 Thread Rodent of Unusual Size
coar97/07/30 12:00:17 Modified:. bugdb.cgi Log: Add a "go directly to PR# N" option on the main menu (requested overtly by Dean, but I think several people have mentioned it). Revision ChangesPath 1.10 +56 -14apache-site/bugdb.cgi I

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

1997-07-30 Thread Rodent of Unusual Size
coar97/07/30 11:02:35 Modified:htdocs/manual/misc FAQ.html Log: Added item about the CGI/1.1 spec online locations, and some more text about the FreeBSD/FD_SETSIZE stuff. (Marc has more to add on that particular topic. but I'd already written this - so he

cvs commit: apache-site bugdb.cgi

1997-07-30 Thread Rodent of Unusual Size
coar97/07/30 10:55:37 Modified:. bugdb.cgi Log: Added a link to the full PR display as the rightmost column, just like the leftmost one, so you don't have to keep scrolling back and forth horizontally. Also added some HTML cleanup (closing s

cvs commit: apache/src mod_autoindex.c

1997-07-26 Thread Rodent of Unusual Size
coar97/07/26 05:44:15 Modified:src mod_autoindex.c Log: Remove some unused cells.. leftovers from development of the sorting columns. Submitted by: Marc Slemko Revision ChangesPath 1.43 +0 -3 apache/src/mod_autoindex.c Index: mo

cvs commit: apache/src CHANGES mod_autoindex.c

1997-07-25 Thread Rodent of Unusual Size
coar97/07/25 04:04:05 Modified:htdocs/manual new_features_1_3.html htdocs/manual/mod mod_autoindex.html src CHANGES mod_autoindex.c Log: Add ability to sort FancyIndexed directories by the different column values, ascending or d

cvs commit: apache-devsite index.html

1997-07-21 Thread Rodent of Unusual Size
coar97/07/19 09:01:33 Modified:. index.html Log: Added descriptions of the ancillary mailing lists (apache-cvs and apache-bugdb), and linked in Marc's cvsweb script. (The links to the mailing lists should make it easy to subscribe; the advan

cvs commit: apache-site/mirrors mirrors.list

1997-07-21 Thread Rodent of Unusual Size
coar97/07/21 14:07:26 Modified:mirrors mirrors.list Log: Add geographical/backbone information for Arctic.Org. Revision ChangesPath 1.22 +1 -1 apache-site/mirrors/mirrors.list Index: mirrors.list ===

cvs commit: apache-devsite index.html

1997-07-20 Thread Rodent of Unusual Size
coar97/07/20 06:56:29 Modified:. index.html Log: Oops, called the field "component" instead of "category." Revision ChangesPath 1.8 +3 -3 apache-devsite/index.html Index: index.html ==

cvs commit: apache-devsite index.html

1997-07-20 Thread Rodent of Unusual Size
coar97/07/20 06:51:05 Modified:. index.html Log: Added stuff about using <[EMAIL PROTECTED]> to add text to problem reports. Revision ChangesPath 1.7 +51 -0 apache-devsite/index.html Index: index.html

cvs commit: apache/src/modules/example mod_example.c

1997-07-20 Thread Rodent of Unusual Size
coar97/07/20 06:18:02 Modified:src CHANGES http_config.h src/modules/example mod_example.c Log: Changed declaration of child_init slot from int to void, and updated mod_example to include it. Also removed evil TABs from mod_example.c a

cvs commit: apache-site index.html

1997-07-19 Thread Rodent of Unusual Size
coar97/07/19 08:59:51 Modified:. index.html Log: Linked in the HTMLised ABOUT_APACHE page. The info/ directory probably needs to be cleaned up some now, as noted by Brian. Revision ChangesPath 1.28 +10 -1 apache-site/index.html Ind

cvs commit: apache-devsite mmn.txt

1997-07-17 Thread Rodent of Unusual Size
coar97/07/17 16:50:30 Modified:. mmn.txt Log: Update with the last few changes to the MODULE_MAGIC_NUMBER (as well as I can quickly deduce them). Revision ChangesPath 1.2 +5 -0 apache-devsite/mmn.txt Index: mmn.txt =

cvs commit: apache/src httpd.h

1997-07-17 Thread Rodent of Unusual Size
coar97/07/17 12:44:50 Modified:src httpd.h Log: Spelling correction in comment. Revision ChangesPath 1.128 +2 -2 apache/src/httpd.h Index: httpd.h === RCS file: /export/home/

cvs commit: apache/src CHANGES

1997-07-16 Thread Rodent of Unusual Size
coar97/07/16 16:14:24 Modified:src CHANGES Log: Oops; forgot to update CHANGES for the mod_include XSSI string relop extensions. PR: 41 Submitted by: Bruno Wolff III <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet, Ken Coar, Paul Sutton, Brian

cvs commit: apache/src mod_include.c

1997-07-16 Thread Rodent of Unusual Size
coar97/07/16 16:08:20 Modified:src mod_include.c Log: Added string relational operators (<, >, <=, >=). Also a significant amount of cleanup to bring this closer to the style guide. PR: 41 Submitted by: Bruno Wolff III <[EMAIL PROTECT

cvs commit: apache/src CHANGES Configure

1997-07-16 Thread Rodent of Unusual Size
coar97/07/16 05:25:36 Modified:src CHANGES Configure Log: Configure was treating the creation of src/Makefile so specifically that it wasn't propagating options like CC and OPTIM to other Makefiles (such as support/Makefile). Options are now pu

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

1997-07-15 Thread Rodent of Unusual Size
coar97/07/15 08:57:29 Modified:htdocs/manual/mod mod_autoindex.html Log: Add documentation for IndexOptions SuppressHTMLPreamble (and alphabetise the options list, too). Revision ChangesPath 1.11 +37 -24apache/htdocs/manual/mod/mod_autoindex.ht

cvs commit: apache/src CHANGES mod_autoindex.c

1997-07-15 Thread Rodent of Unusual Size
coar97/07/15 08:51:12 Modified:src CHANGES mod_autoindex.c Log: Add IndexOptions SuppressHTMLPreamble, which tells the module *not* to generate the , , and so IFF there's an header file in the directory. Submitted by: <[EMAIL PROTECTED]> (reworkin

cvs commit: apache-devsite .cvsignore

1997-07-15 Thread Rodent of Unusual Size
coar97/07/15 05:49:35 Modified:. .cvsignore Log: Add .message to the list of files ignored by CVS. It's here to be displayed by FTP. Revision ChangesPath 1.2 +1 -0 apache-devsite/.cvsignore Index: .cvsignore ===

cvs commit: apache-devsite devnotes.html index.html

1997-07-15 Thread Rodent of Unusual Size
coar97/07/15 04:14:28 Modified:. devnotes.html index.html Log: Correct a cut/paste error Brian spotted, add stuff about using the CVS snapshot, and link into the dev.apache.org front door. Revision ChangesPath 1.2 +43 -1 apache-devsite/

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

1997-07-14 Thread Rodent of Unusual Size
coar97/07/14 19:08:00 Modified:htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html Log: Undoing an erroneous adjustment of a link - the page was accessed through a bogus URL, and relativity failed to work there. (Hear that, Doctor Al?) Revision Changes

cvs commit: apache/support Makefile.tmpl

1997-07-14 Thread Rodent of Unusual Size
coar97/07/14 04:56:09 Modified:support Makefile.tmpl Log: Change occurrences of LFLAGS* to LDFLAGS* to match the recent changes in the main Configuration and Makefile area. LFLAGS is for Lex; LDFLAGS is for the loader. Revision ChangesPath 1.3

cvs commit: apache/src Configure Makefile.tmpl

1997-07-14 Thread Rodent of Unusual Size
coar97/07/14 03:20:03 Modified:src Configure Makefile.tmpl Log: Put quotes around $(CC) where it's passed to subordinate environments. on IRIX, mod_perl requires "-n32", and mucks with the CC macro. This isn't the optimal solution, but it doe

cvs commit: apache-devsite devnotes.html

1997-07-13 Thread Rodent of Unusual Size
coar97/07/13 13:43:33 Added: . devnotes.html Log: Rough draft/outline/collection of notes about the nitty-gritty details of working on Apache. Revision ChangesPath 1.1 apache-devsite/devnotes.html Index: devnotes.html ==

cvs commit: apache-site/contributors index.html

1997-07-11 Thread Rodent of Unusual Size
coar97/07/11 19:30:13 Modified:contributors index.html Log: Updating the prepository from changes made to the online files. Revision ChangesPath 1.12 +3 -2 apache-site/contributors/index.html Index: index.html =

cvs commit: apache-site bugdb.cgi

1997-07-11 Thread Rodent of Unusual Size
coar97/07/11 19:13:01 Modified:. bugdb.cgi Log: Add a bold warning that the submitter had *better* not be duplicating an existing FAQ or PR item, or the response he gets may be .. unsatisfying. (Particularly if the respondent is feeling snarky. ;)

cvs commit: apache-site ABOUT_APACHE.html

1997-07-10 Thread Rodent of Unusual Size
coar97/07/10 09:29:49 Modified:. ABOUT_APACHE.html Log: Insert a missing pointed out by Rasmus), and change some formatting so it looks reasonable in Lynx as well as a GUI. Revision ChangesPath 1.2 +171 -154 apache-site/ABOUT_APACHE.html

cvs commit: apache-site ABOUT_APACHE.html

1997-07-10 Thread Rodent of Unusual Size
coar97/07/10 04:36:43 Added: . ABOUT_APACHE.html Log: A somewhat sanitised version of the ABOUT_APACHE text file that's included in the distribution. Suitable to convey information w/o opening the Gates of Spam. Revision ChangesPath 1.

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

1997-07-09 Thread Rodent of Unusual Size
coar97/07/09 03:15:44 Modified:htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html Log: Bring the 1.2 FAQ (which is what appears on the Apache site) up-to-date with the latest changes. This one file, at least, needs to be kept in sync since it doesn't contain a

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

1997-07-08 Thread Rodent of Unusual Size
coar97/07/08 08:56:33 Modified:htdocs/manual/misc FAQ.html Log: Add a BrowserMatch for the AppletViewer user-agent that comes with JDK 1.0.2. Fixes PR: 837 Submitted by: Manoj Kasichainula <[EMAIL PROTECTED]> Revision ChangesPath 1.83 +4

cvs commit: apache/htdocs/manual new_features_1_3.html

1997-07-06 Thread Rodent of Unusual Size
coar97/07/06 10:26:01 Modified:htdocs/manual new_features_1_3.html Log: {argh!} Typo, typo, who's got the typo? Me, me!! {sigh} Revision ChangesPath 1.4 +2 -1 apache/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html ===

cvs commit: apache/htdocs/manual/mod core.html directives.html index.html mod_access.html mod_actions.html mod_alias.html mod_auth_anon.html mod_auth_dbm.html mod_cern_meta.html mod_dir.html mod_env.html mod_imap.html mod_include.html mod_negotiation.html mod_proxy.html mod_rewrite.html mod_status.html mod_userdir.html

1997-07-06 Thread Rodent of Unusual Size
coar97/07/06 10:19:26 Modified:htdocs/manual content-negotiation.html custom-error.html dns-caveats.html env.html host.html install.html invoking.html man-template.html multilogs.html new_features_1_0.html ne

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

1997-07-06 Thread Rodent of Unusual Size
coar97/07/06 07:54:50 Modified:htdocs/manual man-template.html new_features_1_1.html new_features_1_2.html new_features_1_3.html vhosts-in-depth.html htdocs/manual/misc API.html FAQ.html known_bugs.html

cvs commit: apache-site manual-index.cgi

1997-07-06 Thread Rodent of Unusual Size
coar97/07/06 06:54:26 Modified:. manual-index.cgi Log: Correct the BODY tag's colour attributes to be in RGB values rather than proper colour-names (which older browsers don't understand). Revision ChangesPath 1.7 +8 -1 apache-

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

1997-07-05 Thread Rodent of Unusual Size
coar97/07/05 08:49:40 Modified:htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html Log: {Sigh} Bringing over the latest HEAD changes. Revision ChangesPath No revision No revision 1.63.2.7 +22 -17apache/htdocs/

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

1997-07-05 Thread Rodent of Unusual Size
coar97/07/05 08:46:47 Modified:htdocs/manual/misc FAQ.html Log: Numerous HTML cleanups, some minor rewordings and fixes of typos. Revision ChangesPath 1.79 +141 -114 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html ===

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

1997-07-05 Thread Rodent of Unusual Size
coar97/07/05 08:37:38 Modified:htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html Log: Dragging over a bunch of changes to the HEAD version. The FAQ is pretty well version-armoured. Revision ChangesPath No revision No

  1   2   3   >