cvs commit: apachen/src/main http_config.c util.c

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:11:04 Modified:src CHANGES src/main http_config.c util.c Log: Clean up the -C/-c implementation. Submitted by: Martin Kraemer Reviewed by: Dean Gaudet, Doug MacEachern, Jim Jagielski Revision ChangesPath 1.577 +1 -1

cvs commit: apachen/src/main http_config.c

1997-12-16 Thread dgaudet
dgaudet 97/12/15 23:36:31 Modified:src/main http_config.c Log: Yet another 64-bit tweak like all the others... I'm too lazy to post it and wait for votes. Revision ChangesPath 1.89 +1 -1 apachen/src/main/http_config.c Index: http_config.c

cvs commit: apachen/src/main http_config.c

1997-12-14 Thread ben
ben 97/12/14 06:39:38 Modified:src CHANGES src/main http_config.c Log: Make set_file_slot() use os_is_path_absolute(). PR: 1511 Revision ChangesPath 1.527 +3 -0 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src/main http_config.c

1997-11-29 Thread dgaudet
dgaudet 97/11/28 21:51:53 Modified:src/main http_config.c Log: style tweaks Revision ChangesPath 1.87 +2 -2 apachen/src/main/http_config.c Index: http_config.c === RCS file:

cvs commit: apachen/src/main http_config.c

1997-11-27 Thread coar
coar97/11/27 08:10:46 Modified:src/main http_config.c Log: Enhance the unknown directive error message to indicate some reasons *why* it might be invalid. PR: 1479, 1480, and lots of others Reviewed by: Dean Gaudet, Martin Kraemer Revision

cvs commit: apachen/src/main http_config.c

1997-11-06 Thread coar
coar97/11/06 12:40:43 Modified:src/main http_config.c Log: Set errno to something reasonable when reporting an invalid directive. Reviewed by: Dean Gaudet, Jim Jagielski, Martin Kraemer Revision ChangesPath 1.85 +8 -4

cvs commit: apachen/src/main http_config.c

1997-10-20 Thread ben
ben 97/10/20 05:06:36 Modified:src/main http_config.c Log: Fix absolute path detection. Revision ChangesPath 1.82 +1 -7 apachen/src/main/http_config.c Index: http_config.c === RCS

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

1997-09-15 Thread Dean Gaudet
dgaudet 97/09/15 17:18:06 Modified:src INDENT src/main http_config.c http_config.h Log: indent Revision ChangesPath 1.18 +6 -8 apachen/src/INDENT Index: INDENT === RCS

cvs commit: apachen/src/main http_config.c

1997-09-12 Thread Alexei Kosut
akosut 97/09/12 15:55:17 Modified:src/main http_config.c Log: Have create_empty_config() create DYNAMIC_MODULE_LIMIT more vector space than it needs, in case you put LoadModule after a Directory or VirtualHost in a config file. Also have add_module() complain and exit if

cvs commit: apachen/src/main http_config.c http_core.c http_log.c http_protocol.c http_request.c rfc1413.c util_script.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 14:28:59 Modified:src/main http_config.c http_core.c http_log.c http_protocol.c http_request.c rfc1413.c util_script.c Log: Complete conversion of src/main/* to aplog_error(). On to the modules... Revision

cvs commit: apachen/src/main http_config.c http_core.c http_log.c http_log.h httpd.h

1997-08-26 Thread Randy Terbush
randy 97/08/26 22:45:41 Modified:src CHANGES src/main http_config.c http_core.c http_log.c http_log.h httpd.h Log: Backoff aplog_error() to be configureable on a per-server basis. Attempt to fix portability issues with syslog().

cvs commit: apachen/src/main http_config.c

1997-08-24 Thread Marc Slemko
marc97/08/24 19:26:58 Modified:src CHANGES src/main http_config.c Log: If a htaccess file is unreadable, deny access with a HTTP_FORBIDDEN error. The previous behavior of ignoring it if it could not be read is not good from a security viewpoint. The