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: /export/home/cvs/apache/src/conf

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

1997-06-28 Thread Marc Slemko
marc97/06/28 18:14:17 Modified:htdocs/manual/mod core.html directives.html Log: Add docs for LockFile and fix a few typos. Revision ChangesPath 1.60 +21 -4 apache/htdocs/manual/mod/core.html Index: core.html ===

cvs commit: apache-site/contributors index.html

1997-06-28 Thread Marc Slemko
marc97/06/28 17:53:27 Modified:contributors index.html Log: Add myself to the contributors and clean the ugly mess up a little. Revision ChangesPath 1.11 +122 -35 apache-site/contributors/index.html Index: index.html

cvs commit: apache/src http_log.c

1997-06-28 Thread Marc Slemko
marc97/06/28 17:05:13 Modified:src http_log.c Log: We have ap_snprintf; use it. Revision ChangesPath 1.16 +6 -4 apache/src/http_log.c Index: http_log.c === RCS file: /export/home/

cvs commit: apache/src http_main.c

1997-06-28 Thread Marc Slemko
marc97/06/28 17:03:18 Modified:src http_main.c Log: Fix lockfile directive change; ap_snprintf always null terminates, unlike strncpy. Revision ChangesPath 1.166 +1 -2 apache/src/http_main.c Index: http_main.c ==

cvs commit: apache/src CHANGES

1997-06-28 Thread Marc Slemko
marc97/06/28 17:00:16 Modified:src CHANGES Log: Add ListenBacklog to CHANGES. Revision ChangesPath 1.306 +4 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apac

cvs commit: apache/src http_conf_globals.h http_config.c http_core.c http_main.c httpd.h

1997-06-28 Thread Marc Slemko
marc97/06/28 16:57:59 Modified:htdocs/manual/mod core.html directives.html src http_conf_globals.h http_config.c http_core.c http_main.c httpd.h Log: Add ListenBacklog directive to control the backlog passed to listen(). Also chang

cvs commit: apache/src/modules/proxy mod_proxy.c

1997-06-28 Thread Marc Slemko
marc97/06/28 16:39:55 Modified:src/modules/proxy mod_proxy.c Log: Fix return type of initializer. Revision ChangesPath 1.14 +2 -4 apache/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: apache/src conf.h

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 16:07:26 Modified:src conf.h Log: As discussed, enable flock serialized accept under freebsd, and a/ux. And I also enabled it under sunos4, I'm about to go double check that's correct for sunos4. Revision ChangesPath 1.105 +3 -0 apache

cvs commit: apache/src http_conf_globals.h http_config.c http_core.c http_main.c httpd.h

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 16:05:17 Modified:src http_conf_globals.h http_config.c http_core.c http_main.c httpd.h Log: Implement a LockFile directive to move the lockfile to a different location. Submitted by: Jim and Dean Revision ChangesPath 1

cvs commit: apache/src/modules/proxy proxy.mak proxy_cache.c

1997-06-28 Thread Ben Laurie
ben 97/06/28 15:39:30 Modified:src apache.mak buff.c conf.h http_log.c http_main.c httpd.h util.c src/modules/proxy proxy.mak proxy_cache.c Log: Make NT work again. Improve(?) assert. Point out some bogosity in the NT code. Revis

cvs commit: apache/src conf.h

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 15:20:08 Modified:src Tag: APACHE_1_2_X conf.h Log: Missed Jim's NO_SLACK for A/UX. Revision ChangesPath No revision No revision 1.99.2.2 +1 -0 apache/src/conf.h Index: conf.h ===

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

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 15:12:56 Modified:src http_config.c http_config.h http_main.c Log: The 1.2.1 slack changes included a reordering of the opening of logs and sockets. Merge this reordering back up into 1.3. Revision ChangesPath 1.51 +8 -3 apache/src/http

cvs commit: apache/src CHANGES

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 15:06:24 Modified:src Tag: APACHE_1_2_X CHANGES Log: PR#353: fix problem with symlink -> directory with .htaccess disallowing symlinks. This fix was inadvertantly committed to http_request.c a few days ago. Reviewed by: Brian Revision Change

cvs commit: apache/src CHANGES

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 15:04:36 Modified:src CHANGES Log: PR#353: fix problem with symlink -> directory with .htaccess disallowing symlinks. This fix was inadvertantly committed to http_request.c a few days ago. Reviewed by: Brian Revision ChangesPath 1.305

cvs commit: apache/src CHANGES mod_include.c

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 15:01:44 Modified:src Tag: APACHE_1_2_X CHANGES mod_include.c Log: PR#644: mod_include trampled on r->args when it shouldn't Revision ChangesPath No revision No revision 1.286.2.16 +3 -0 apac

cvs commit: apache/src CHANGES http_core.c

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 15:00:18 Modified:src Tag: APACHE_1_2_X CHANGES http_core.c Log: Whack people upside the head if they try to run apache as root. Revision ChangesPath No revision No revision 1.286.2.15 +4 -1

cvs commit: apache/src CHANGES mod_include.c

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 14:58:44 Modified:src CHANGES mod_include.c Log: PR#644: mod_include trampled on r->args when it shouldn't Reviewed by: Brian Revision ChangesPath 1.304 +3 -0 apache/src/CHANGES Index: CHANGES ==

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

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 14:51:46 Modified:htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html known_bugs.html Log: yet another update from HEAD Revision ChangesPath No revision No revision 1.63.2.5 +5 -1

cvs commit: apache/src http_config.h

1997-06-28 Thread Dean Gaudet
* handle it back-compatibly, or at least signal an error). */ ! #define MODULE_MAGIC_NUMBER 19970628 #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL /* Generic accessors for other modules to get at their own module-specific

cvs commit: apache/src CHANGES http_request.c httpd.h

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 14:46:59 Modified:src CHANGES http_request.c httpd.h Log: Add DONE response. Submitted by: Rob Hartill Reviewed by: Dean Gaudet Revision ChangesPath 1.303 +5 -1 apache/src/CHANGES Index: CHANGES ==

cvs commit: apache/src CHANGES mod_expires.c

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 14:45:10 Modified:src CHANGES mod_expires.c Log: Issue cache-control: max-age headers, and optimize the handler. Submitted by: Rob Hartill Reviewed by: Dean Gaudet Revision ChangesPath 1.302 +11 -7 apache/src/CHANGES Index: CHAN

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

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 14:05:33 Modified:htdocs/manual/misc FAQ.html known_bugs.html Log: Provide links to descriptors.html. Revision ChangesPath 1.76 +5 -1 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html

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

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 13:58:19 Modified:htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html fin_wait_2.html known_bugs.html Log: Update with latest from HEAD. Revision ChangesPath No revision No revision 1

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

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 13:55:45 Modified:htdocs/manual/misc FAQ.html fin_wait_2.html known_bugs.html Log: Update bind-8.1 docs in FAQ. Update known_bugs with 1.2.1 relevance. Remove some 192.168.x.x host references in known_bugs. Add note about sunos 4.x and KeepAlive off. Revi

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

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 13:31:10 Modified:htdocs/manual Tag: APACHE_1_2_X index.html Removed: htdocs/manual Tag: APACHE_1_2_X new_features_1_3.html Log: Remove 1.3isms from 1.2.1 branch. Revision ChangesPath No revision No re

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

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 13:24:29 Modified:src CHANGES alloc.c alloc.h Log: Add kill_only_once option for free_proc_chain to avoid the SIGKILL. Submitted by: Stanley Gambarin <[EMAIL PROTECTED]> Revision ChangesPath 1.301 +4 -0 apache/src/CHANGES Index: C

cvs commit: apache/src CHANGES http_core.c

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 13:10:14 Modified:src CHANGES http_core.c Log: -DBIG_SECURITY_HOLE now required to run apache as root. Revision ChangesPath 1.300 +4 -1 apache/src/CHANGES Index: CHANGES ===

cvs commit: apache/src CHANGES mod_auth.c

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 12:55:18 Modified:src CHANGES mod_auth.c Log: Deal with extra : delimited fields. Reviewed by: Dean, Brian Submitted by: Marc Revision ChangesPath 1.299 +2 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 12:53:03 Modified:src CHANGES Log: Update the 1.2.1 changes. Revision ChangesPath 1.298 +46 -43apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/s

cvs commit: apache/src CHANGES

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 12:51:27 Modified:src Tag: APACHE_1_2_X CHANGES Log: Update with last commit, and the reorg. Revision ChangesPath No revision No revision 1.286.2.14 +46 -43apache/src/CHANGES Index: CHANG

cvs commit: apache/src mod_include.c

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 12:50:16 Modified:src Tag: APACHE_1_2_X mod_include.c Log: PR#742: mod_include was not properly changing directory Reviewed by: Dean, Brian Submitted by: Marc Revision ChangesPath No revision No r

cvs commit: apache/src mod_include.c

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 12:49:39 Modified:src mod_include.c Log: PR#742: mod_include was not properly changing directory Reviewed by: Dean, Brian Submitted by: Marc Revision ChangesPath 1.36 +2 -0 apache/src/mod_include.c Index: mod_include.c =

cvs commit: apache-site in_the_news.html

1997-06-28 Thread Randy Terbush
randy 97/06/28 12:10:41 Modified:. in_the_news.html Log: Wired article on Apache. Revision ChangesPath 1.8 +4 -0 apache-site/in_the_news.html Index: in_the_news.html === RCS file

cvs commit: apache-site/dyn closer.cgi

1997-06-28 Thread Marc Slemko
marc97/06/28 10:11:00 Modified:dyn closer.cgi Log: Fix a broken URL; the change was missed when the directory structure was changed. Revision ChangesPath 1.4 +1 -1 apache-site/dyn/closer.cgi Index: closer.cgi =

cvs commit: apache-devsite project-plan-new.html

1997-06-28 Thread Rodent of Unusual Size
coar97/06/28 01:33:50 Removed: . project-plan-new.html Log: Nuking the separate file containing Brian's edits; the original can be recovered from CVS now.

cvs commit: apache-devsite project-plan.html

1997-06-28 Thread Rodent of Unusual Size
coar97/06/28 01:31:19 Modified:. project-plan.html Log: Now that this is in CVS, update project-plan.html from Brian's project-plan-new.html, which will next be deleted. Revision ChangesPath 1.2 +32 -37apache-devsite/project-plan.html

cvs commit: apache-devsite index.html

1997-06-28 Thread Rodent of Unusual Size
coar97/06/28 01:26:21 Modified:. index.html Log: ULs with `circle' bullets don't look very good; also fix a typo. Revision ChangesPath 1.3 +2 -2 apache-devsite/index.html Index: index.html ===

cvs commit: apache-devsite index.html

1997-06-28 Thread Rodent of Unusual Size
coar97/06/28 01:22:30 Modified:. index.html Log: Add some references missed in the first pass. Revision ChangesPath 1.2 +38 -1 apache-devsite/index.html Index: index.html ==