cvs commit: apache-site/contributors index.html

1997-08-03 Thread Ralf S. Engelschall
rse 97/08/03 03:11:09 Modified:. announcelist.html bug_report.html in_the_news.html info.html related_projects.html contributors index.html Log: Added the specialized BODY tag from the other pages for white background. Now most

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

1997-08-03 Thread Ralf S. Engelschall
rse 97/08/03 03:17:11 Modified:htdocs/manual/mod mod_cgi.html Log: Added link to the CGI spec from NCSA. Revision ChangesPath 1.11 +3 -2 apache/htdocs/manual/mod/mod_cgi.html Index: mod_cgi.html

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

1997-08-03 Thread Marc Slemko
marc97/08/03 13:29:22 Modified:htdocs/manual/mod core.html directives.html src http_conf_globals.h http_config.c http_core.c http_main.c Log: Add a CoreDumpDirectory directive to allow users to specify where Apache should try to

cvs commit: apache/src httpd.h

1997-08-03 Thread Marc Slemko
marc97/08/03 13:30:58 Modified:src httpd.h Log: Wrap most of the defines in an ifndef to allow them to be redefined elsewhere (eg. EXTRA_CFLAGS) without having to edit httpd.h. This makes vendor distributions of Apache easier to maintain. Revision Changes

cvs commit: apache/src http_main.c

1997-08-03 Thread Marc Slemko
marc97/08/03 13:37:20 Modified:src http_main.c Log: Fix file based scoreboards; reopen_scoreboard had been moved to after the setuid(), where it didn't have permissions to open the scoreboard file. Reviewed by: Dean Gaudet Revision ChangesPath 1.195

cvs commit: apache/src http_core.c

1997-08-03 Thread Marc Slemko
marc97/08/03 14:00:09 Modified:src http_core.c Log: Fix location of inline in do_double_reverse function definition. Revision ChangesPath 1.105 +1 -1 apache/src/http_core.c Index: http_core.c

cvs commit: apache/src http_core.c

1997-08-03 Thread Roy Fielding
fielding97/08/03 19:36:04 Modified:src http_core.c Log: Fix warning due to haddr being used outside the conditional block in which it is given a value. The fix is more efficient anyway. Revision ChangesPath 1.106 +5 -7 apache/src/http_core.c Index:

cvs commit: apache/src http_protocol.c

1997-08-03 Thread Dean Gaudet
dgaudet 97/08/03 19:55:12 Modified:src http_protocol.c Log: Change set_last_modified to something that Roy and I are both happy with. Reviewed by: Roy Fielding Revision ChangesPath 1.149 +9 -3 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_request.c

1997-08-03 Thread Dean Gaudet
dgaudet 97/08/03 22:14:26 Modified:src http_request.c Log: make it a little more obvious that this_conf is only used inside the inner loop. Revision ChangesPath 1.68 +2 -1 apache/src/http_request.c Index: http_request.c

cvs commit: apache/src http_main.c

1997-08-03 Thread Roy Fielding
fielding97/08/03 22:42:47 Modified:src Tag: APACHE_1_2_X http_main.c Log: Really fix solaris -HUP problem with slack dup of sockets. Undo prior change and move ap_slack after all of the rest of the socket initialization, which apparently is needed for SO_REUSEADDR to