cvs commit: apache/src http_main.c CHANGES

1997-08-01 Thread Dean Gaudet
dgaudet 97/08/01 23:49:36 Modified:src http_main.c CHANGES Log: - exponential spawning and SIGUSR1 were interacting a bit badly with each other (while 1; kill -USR1 would quickly fill the scoreboard) - reduce the need to call signal() for SIGUSR1, SIGPIPE, and SIGALRM - p

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

1997-08-01 Thread Dean Gaudet
dgaudet 97/08/01 17:58:36 Modified:src CHANGES alloc.c alloc.h buff.c http_main.c http_protocol.c mod_expires.c mod_usertrack.c rfc1413.c src/modules/proxy proxy_connect.c proxy_ftp.c proxy_http.c Log: Added psock

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/htdocs/manual index.html

1997-08-01 Thread Brian Behlendorf
brian 97/08/01 10:06:34 Modified:htdocs/manual index.html Log: Avoid multiviews expansion for now. Revision ChangesPath 1.16 +1 -1 apache/htdocs/manual/index.html Index: index.html === R

cvs commit: apache/htdocs/manual/mod mod_headers.html mod_browser.html

1997-08-01 Thread Ralf S. Engelschall
rse 97/08/01 05:05:07 Modified:htdocs/manual/mod mod_headers.html mod_browser.html Log: Make headerlines consistent between modules. Revision ChangesPath 1.5 +1 -1 apache/htdocs/manual/mod/mod_headers.html Index: mod_headers.html ===

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

1997-08-01 Thread Ralf S. Engelschall
rse 97/08/01 05:00:19 Modified:htdocs/manual/mod mod_rewrite.html Log: Fixed HTML tag which was bad in recent commit. Revision ChangesPath 1.15 +1 -1 apache/htdocs/manual/mod/mod_rewrite.html Index: mod_rewrite.html ==

cvs commit: apache/src CHANGES Configure

1997-08-01 Thread Dean Gaudet
dgaudet 97/08/01 03:24:44 Modified:src CHANGES Configure Log: AIX >= 4.2 requires -lm due to changes in libc. PR: 667 Submitted by: jason venner <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet Revision ChangesPath 1.378 +3 -0 apache/src/CHA

cvs commit: apache/src CHANGES

1997-08-01 Thread Ralf S. Engelschall
rse 97/08/01 02:43:51 Modified:src CHANGES Log: Entry for added support of ``=""'' at RewriteCond. Revision ChangesPath 1.377 +4 -0 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src mod_rewrite.c

1997-08-01 Thread Ralf S. Engelschall
rse 97/08/01 02:36:44 Modified:htdocs/manual/mod mod_rewrite.html src mod_rewrite.c Log: Let the user use ``RewriteCond %{...} !=""'' instead of ``RewriteCond %{...} !^$'' which is ugly and has bad performance. Submitted by: Ralf S. Engelschall Re

cvs commit: apache ABOUT_APACHE

1997-08-01 Thread Ralf S. Engelschall
rse 97/08/01 02:20:58 Modified:. Tag: APACHE_1_2_X ABOUT_APACHE Log: Merged in from HEAD. Revision ChangesPath No revision No revision 1.1.2.1 +4 -4 apache/ABOUT_APACHE Index: ABOUT_APACHE

cvs commit: apache ABOUT_APACHE

1997-08-01 Thread Ralf S. Engelschall
rse 97/08/01 02:18:25 Modified:. ABOUT_APACHE Log: Moved my entry. Revision ChangesPath 1.4 +4 -3 apache/ABOUT_APACHE Index: ABOUT_APACHE === RCS file: /export/home/cvs/apache/

cvs commit: apache-site ABOUT_APACHE.html

1997-08-01 Thread Ralf S. Engelschall
rse 97/08/01 02:17:22 Modified:. ABOUT_APACHE.html Log: Moved my entry and fixed a HTML error with double . Revision ChangesPath 1.5 +8 -4 apache-site/ABOUT_APACHE.html Index: ABOUT_APACHE.html

cvs commit: apache/src CHANGES

1997-08-01 Thread Dean Gaudet
dgaudet 97/08/01 02:13:32 Modified:src CHANGES Log: updated CHANGES for PR#748 Revision ChangesPath 1.376 +3 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/

cvs commit: apache/src CHANGES mod_imap.c

1997-08-01 Thread Ralf S. Engelschall
rse 97/08/01 01:48:19 Modified:src Tag: APACHE_1_2_X CHANGES mod_imap.c Log: Fixed an infinite loop for references above the server root. PR: 748 Submitted by: Dean Gaudet Reviewed by: Brian Behlendorf Revision ChangesPath No revis

cvs commit: apache/src http_request.c

1997-08-01 Thread Dean Gaudet
dgaudet 97/08/01 01:01:22 Modified:src http_request.c Log: Fix a bug introduced by a bug fix during the 1.2 betas: if there are multiple s that match, all are applied... that's the bug that was fixed during 1.2bX. But it didn't reset this_conf to NULL, so as soon as one

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

1997-08-01 Thread Dean Gaudet
dgaudet 97/08/01 00:57:48 Modified:src/modules/proxy proxy_ftp.c Log: fix a bug in the sockopt stuff just committed Revision ChangesPath 1.29 +1 -1 apache/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c ==