cvs commit: apache/src http_config.c

1998-01-05 Thread marc
marc98/01/05 12:46:13 Modified:src Tag: APACHE_1_2_X http_config.c Log: SECURITY: If a htaccess file can not be read due to bad permissions, deny access to the directory with a HTTP_FORBIDDEN. The previous behavior was to ignore the htaccess file if it could not be

cvs commit: apache/src http_config.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 18:56:04 Modified:src http_config.c Log: Properly cast the -func parm of command_rec before calling it. This is to improve portability. Revision ChangesPath 1.66 +30 -12apache/src/http_config.c Index: http_config.c

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

1997-07-22 Thread Alexei Kosut
akosut 97/07/22 16:52:01 Modified:src http_config.c http_main.c Log: Work around compilers (like MSVC++) that don't do what we want with __FILE__. Revision ChangesPath 1.63 +8 -0 apache/src/http_config.c Index: http_config.c

cvs commit: apache/src http_config.c

1997-07-22 Thread Alexei Kosut
akosut 97/07/22 17:00:05 Modified:src http_config.c Log: Oops... fix off-by-one error. Revision ChangesPath 1.64 +2 -2 apache/src/http_config.c Index: http_config.c === RCS file:

cvs commit: apache/src http_config.c

1997-07-08 Thread Alexei Kosut
akosut 97/07/08 11:02:08 Modified:src http_config.c Log: Fix add_module() so it works with modules dynamically loaded at runtime. Revision ChangesPath 1.57 +2 -5 apache/src/http_config.c Index: http_config.c

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

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

1997-06-21 Thread Dean Gaudet
dgaudet 97/06/21 15:27:13 Modified:src http_config.c http_main.c Log: That last fix didn't quite fix the USR1 problem. This one seems to. Eliminate all the listeners == NULL code by making sure there's always at least one listener, the default one. This gets rid of some

cvs commit: apache/src http_config.c

1997-03-10 Thread Dean Gaudet
dgaudet 97/03/10 01:19:40 Modified:src http_config.c Log: PR#160: invoke_handler() doesn't handle mime arguments in content-type Submitted: Petr Lampa Reviewed: Dean, Randy, Chuck, Jim Revision ChangesPath 1.43 +7 -1 apache/src/http_config.c

cvs commit: apache/src http_config.c http_config.h http_request.c mod_browser.c

1997-01-04 Thread Ben Laurie
ben 97/01/04 07:10:19 Modified:src http_config.c http_config.h http_request.c mod_browser.c Log: Experimental Header Parse API. Revision ChangesPath 1.40 +4 -0 apache/src/http_config.c Index: http_config.c

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

1996-12-04 Thread Roy Fielding
fielding96/12/04 16:33:29 Modified:src http_config.c http_main.c Log: Replaced non-portable use of 0x with portable INADDR_NONE like we did for the bug in util.c. Revision ChangesPath 1.36 +1 -1 apache/src/http_config.c Index: http_config.c

cvs commit: apache/src http_config.c

1996-11-12 Thread Roy Fielding
fielding96/11/12 10:06:45 Modified:src http_config.c Log: I remembered this line of code while in the shower this morning. I think I need a vacation. Revision ChangesPath 1.34 +1 -1 apache/src/http_config.c Index: http_config.c

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 http_config.c http_config.h http_core.c http_log.c http_log.h http_protocol.c http_protocol.h http_request.c http_request.h httpd.h mod_access.c mod_actions.c mod_alias.c mod_auth.c mod_browser.c mod_cgi.c mod_dir.c mod_env.c mod_include.c mod_log_config.c mod_mime.c mod_negotiation.c mod_userdir.c util.c util_script.c

1996-10-20 Thread Ben Laurie
ben 96/10/20 11:03:46 Modified:src http_config.c http_config.h http_core.c http_log.c http_log.h http_protocol.c http_protocol.h http_request.c http_request.h httpd.h mod_access.c mod_actions.c

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

1996-10-09 Thread Mark J Cox
mjc 96/10/09 08:23:12 Modified:src http_config.c http_config.h CHANGES Log: Added additional TAKExx options for directives, to allow directives to have a variable number of arguments between one and three. Revision ChangesPath 1.26 +50 -2

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

1996-08-19 Thread Alexei Kosut
akosut 96/08/19 11:33:03 Modified:src http_config.c http_core.c http_main.c http_protocol.c httpd.h Log: Allow for multiple IP addresses per virtual host. Submitted by: Dean Gaudet Reviewed by: Alexei Kosut, Mark J Cox Revision Changes

cvs commit: apache/src http_config.c

1996-07-27 Thread Randy Terbush
randy 96/07/27 09:59:44 Modified:src http_config.c Log: Initialize server_rec-error_log to STDERR_FILENO so we can safely use the system log routines before the configured error logs are open. Revision ChangesPath 1.16 +1 -0 apache/src/http_config.c

cvs commit: apache/src http_config.c

1996-07-27 Thread Ben Laurie
ben 96/07/27 10:18:26 Modified:src http_config.c Log: Use stderr instead of creating a new FILE *, mainly to avoid bugs on some OSes, but also because it is cleaner. Revision ChangesPath 1.17 +1 -1 apache/src/http_config.c Index: http_config.c

cvs commit: apache/src http_config.c

1996-06-28 Thread Alexei Kosut
akosut 96/06/28 12:28:02 Modified:src http_config.c Log: Make KeepAlive and KeepAliveTimeout in virtualhosts use the values from the main server, unless specifically overrided. Reviewed by: Rob Hartill, Ben Laurie Revision ChangesPath 1.12 +8 -2

cvs commit: apache/src http_config.c

1996-03-13 Thread Mark Cox
mjc 96/03/13 00:52:09 Modified:src http_config.c Log: Fix problem in new invoke_handler. If for a request there was no defined handler and there was no defined content type the server would SIGSEGV Revision ChangesPath 1.6 +3 -0