martin 00/01/31 14:24:29
Modified:src/main http_log.c
Log:
Enforce a sensible umask value, even when a stupid default was in effect.
(Noticed by Frank Miller, Patch by Martin Kraemer)
Submitted by: Frank Miller <[EMAIL PROTECTED]>
Reviewed by: Martin Kraemer
Revision
bjh 99/05/30 01:55:30
Modified:src/main http_log.c
Log:
Fix piped logs under OS/2
Revision ChangesPath
1.78 +8 -4 apache-1.3/src/main/http_log.c
Index: http_log.c
===
RCS file: /home/cv
dgaudet 99/03/11 08:52:39
Modified:src/main http_log.c
Log:
remove the extra "httpd: " logged for each error message
Reviewed by: Marc Slemko, Ralf S. Engelschall
Revision ChangesPath
1.76 +1 -2 apache-1.3/src/main/http_log.c
Index: http_log.c
=
marc98/10/22 17:34:21
Modified:src/main http_log.c
Log:
apache --> Apache in log message.
Revision ChangesPath
1.73 +1 -1 apache-1.3/src/main/http_log.c
Index: http_log.c
===
RCS file:
rse 98/10/03 07:28:56
Modified:src/main http_log.c
Log:
The second part of the patch from Youichirou Koga <[EMAIL PROTECTED]>
(PR#3095). These are now only coding style fixups, because the bugfix parts
I've already extracted and committed separately.
Revision Changes
rse 98/10/03 07:07:09
Modified:src CHANGES
src/main http_log.c
Log:
Fix stderr redirection under syslog-based error logging situation.
PS: This is actually an extracted sub-patch of a large patch which contains
lots of style changes, too. The style
coar98/09/25 05:27:06
Modified:.STATUS
src/main http_log.c http_protocol.c
Log:
Put back the default server status pages, with no inclusion of
error-notes, except for HTTP_INTERNAL_SERVER_ERROR, LENGTH_REQUIRED,
and HTTP_BAD_REQUEST.
dgaudet 98/09/22 08:43:43
Modified:src/main http_log.c
Log:
ap_table_set() causes an ap_pstrdup() of both arguments, one of the
arguments is a constant and it's a waste to pstrdup it. Furthermore using
a static local buffer means there is a static limit to the message length.
rse 98/09/21 10:29:46
Modified:src/main http_log.c
Log:
I knew it: It's always best to think about a patch one hour more. After I
again and again read the patch (because I wanted to make sure we don't break
anything just before release), I find out: _both_ ap_snprintf and ap
coar98/09/17 21:29:08
Modified:.STATUS
src CHANGES
src/main http_log.c
Log:
In ap_log_rerror(), set the "error-notes" special entry in
r->notes to the error message, unless it's already set to something
else. This
martin 98/09/14 17:15:20
Modified:src CHANGES
src/main http_log.c http_main.c
Log:
When the server shuts down cleanly, it also removes the httpd.pid PID file.
This avoids the problem that apachectl cannot decide whether a "kill -0 pid"
failed because of permi
rse 98/09/09 23:58:19
Modified:src CHANGES
src/main http_log.c
Log:
Fix the ap_log_error_old(), ap_log_unixerr() and ap_log_printf() functions:
First all three functions no longer fail on strings containing "%" chars and
second ap_log_printf() no longer do
dgaudet 98/08/10 09:17:55
Modified:src/main http_log.c
Log:
be a little more uniform, use [client %s] similar to other log fields
Revision ChangesPath
1.64 +1 -1 apache-1.3/src/main/http_log.c
Index: http_log.c
brian 98/05/28 17:09:22
Modified:src/main http_log.c
Log:
This was causing warnings in some compilation environments, and is the
correct set of arguments for the function, even though pinfo never ends
up getting used. See error_log_child for a similar situation.
Revision
martin 98/05/04 09:28:47
Modified:src CHANGES
src/main http_log.c
Log:
BS2000 Debug Logging logs relative paths now, as in unix
Revision ChangesPath
1.816 +4 -0 apache-1.3/src/CHANGES
Index: CHANGES
jim 98/05/03 10:17:01
Modified:.STATUS
src CHANGES
src/include httpd.h
src/main http_log.c http_main.c
Log:
Submitted by: Jim Jagielski
Reviewed by: Dean Gaudet, Ralf Engelschall
If a child exits with a status of APEX
martin 98/04/27 15:38:05
Modified:src CHANGES
src/main http_log.c
Log:
Suppress "error(0)" messages for ap_log_error() when the APLOG_NOERRNO
is unset (as it is in situations like timeouts) where it is unclear
whether errno is set or not. It is questionable w
rse 98/04/18 03:54:56
Modified:.STATUS
src CHANGES
src/main http_log.c
Log:
Fix error logging for the startup case where ap_log_error() still uses stderr
as the target. Now the default log level is honored here, too. This
especially
dgaudet 98/04/11 11:51:35
Modified:src/main http_log.c
Log:
overzealous renaming
Revision ChangesPath
1.52 +5 -5 apache-1.3/src/main/http_log.c
Index: http_log.c
===
RCS file: /export/home/
19 matches
Mail list logo