fanf00/01/12 07:55:04
Modified:htdocs/manual/mod core.html
src CHANGES
src/include ap_mmn.h scoreboard.h
src/main http_main.c
src/modules/standard mod_status.c
Log:
Revert the scoreboard change because Jim doesn't l
fanf00/01/11 17:13:39
Modified:src/include ap_mmn.h scoreboard.h
src/main http_main.c
src/modules/standard mod_status.c
Log:
Revert to the 1.3.3 way of getting the server name from the scoreboard,
with a modification to make it respect the UseCanon
jim 99/02/02 14:09:49
Modified:src/modules/standard mod_status.c
Log:
Clear up some descriptions
Revision ChangesPath
1.106 +3 -3 apache-1.3/src/modules/standard/mod_status.c
Index: mod_status.c
=
jim 99/01/15 09:48:54
Modified:src CHANGES
src/modules/standard mod_status.c
Log:
Some mod_status changes... It's useful to know
both the value of ap_my_generation as well as the generation of each
httpd child process, so we print this out now. Also, '?not
dgaudet 98/12/04 11:12:18
Modified:src/include ap_mmn.h scoreboard.h
src/main http_main.c
src/modules/standard mod_status.c
Log:
- Jim's fix to the vhostrec problem wasn't sufficient for all cases...
implement the full generation-based solution I propo
jim 98/12/03 06:38:06
Modified:src/modules/standard mod_status.c
Log:
Reduce a race condition... We doubly protect against a bogus vhostrec
pointer. The first test sets the pointer correctly no matter what
the value of vhostrec. When it's time to print out, we check again.
jim 98/12/02 17:08:02
Modified:src/main http_main.c
src/modules/standard mod_status.c
Log:
During Graceful restarts, the value of vhostrec is bogus. To get around
this, we reset this pointer to NULL during these.
Revision ChangesPath
1.407 +44 -31
jim 98/10/28 05:02:40
Modified:.STATUS
src CHANGES
src/include scoreboard.h
src/main http_main.c
src/modules/standard mod_status.c
Log:
Submitted by: Harrie Hazewinkel <[EMAIL PROTECTED]>
Reviewed by: Ral
rse 98/10/03 08:24:51
Modified:src CHANGES
src/modules/standard mod_status.c
Log:
Fallback from sysconf-based to plain HZ-based `ticks per second'
calculation in mod_status for all systems which don't have POSIX
sysconf() (like UTS 2.1) and not only for th
martin 98/08/12 03:23:47
Modified:src/modules/standard mod_status.c
Log:
Add missing space
Revision ChangesPath
1.98 +1 -1 apache-1.3/src/modules/standard/mod_status.c
Index: mod_status.c
==
jim 98/08/11 17:13:34
Modified:src/modules/standard mod_status.c
Log:
Cosmetic changes... try to make better use
of space when printing out the PID key. Also, be consistant with use
of NO_TIMES
Revision ChangesPath
1.97 +15 -8 apache-1.3/src/modules/stand
jim 98/08/11 13:40:29
Modified:src/modules/standard mod_status.c
Log:
Minor renaming... Client seems clearer than
Host when refering to the remote side
Revision ChangesPath
1.96 +2 -2 apache-1.3/src/modules/standard/mod_status.c
Index: mod_status.c
jim 98/08/11 13:28:27
Modified:src CHANGES
src/main http_main.c
src/modules/standard mod_status.c
Log:
Following rude orders
Revision ChangesPath
1.1020+1 -1 apache-1.3/src/CHANGES
Index: CHANGES
=
jim 98/08/11 08:37:54
Modified:htdocs/manual/mod core.html directives.html mod_status.html
src/main http_core.c
src/modules/standard mod_status.c
Log:
Move the ExtendedStatus option to mod_status
Revision ChangesPath
1.130 +0 -35
jim 98/08/10 17:09:49
Modified:src CHANGES Configuration.tmpl
src/include http_conf_globals.h scoreboard.h
src/main http_config.c http_core.c http_main.c
http_request.c
src/modules/standard mod_status.c
Log:
jim 98/08/06 10:42:52
Modified:src CHANGES
src/modules/standard mod_status.c
Log:
Hmmm... we have access to the subprocesses pids,
let's use them. Now we can tell which process is in which state even
without full STATUS
Revision ChangesPath
1.1
dgaudet 98/06/15 09:46:14
Modified:src CHANGES
src/modules/standard mod_status.c
Log:
clean up a warning in mod_status for OS/2
Submitted by: Brian Havard
Revision ChangesPath
1.916 +2 -0 apache-1.3/src/CHANGES
Index: CHANGES
=
dgaudet 98/06/04 13:13:22
Modified:src CHANGES Configure
src/ap ap_snprintf.c
src/helpers GuessOS
src/include conf.h http_main.h
src/main http_log.c http_main.c
src/modules/standard mod_status.c
Log:
Fi
brian 98/05/05 20:24:21
Modified:src CHANGES
src/modules/standard mod_status.c
Log:
PR: 1551
Standardized the time format printed out by mod_status, which now means it
includes the time zone.
Revision ChangesPath
1.822 +3 -0 apache-1.
dgaudet 98/03/26 13:20:53
Modified:src CHANGES
src/include scoreboard.h
src/main http_core.c http_main.c
src/modules/standard mod_status.c
Log:
a few changes to scoreboard definitions to generate better code
Revision Changes
rse 98/03/16 08:44:28
Modified:src/modules/standard mod_status.c
Log:
Make sure the nested if is parsed correctly ("else"!)
and make gcc -Wall happy again.
Revision ChangesPath
1.81 +2 -2 apache-1.3/src/modules/standard/mod_status.c
Index: mod_status.
dgaudet 98/03/16 00:40:56
Modified:src/modules/standard mod_status.c
Log:
501 is reserved for when the server cannot support the request for any
resource. 500 is the right response here.
Revision ChangesPath
1.80 +1 -1 apache-1.3/src/modules/standard/mod_stat
marc98/03/15 00:01:50
Modified:src/modules/standard mod_status.c
Log:
I like using spaces between words.
Revision ChangesPath
1.79 +2 -2 apache-1.3/src/modules/standard/mod_status.c
Index: mod_status.c
=
ben 98/02/22 07:31:36
Modified:src/modules/standard mod_status.c
Log:
Fix typo.
Revision ChangesPath
1.76 +1 -1 apache-1.3/src/modules/standard/mod_status.c
Index: mod_status.c
===
RCS
jim 98/02/22 07:00:53
Modified:src CHANGES
src/modules/standard mod_status.c
Log:
Obtained from: Scott Anguish and Timothy Luoma
Reviewed by: Jim
NeXT porting changes for mod_status
Revision ChangesPath
1.655 +4 -0 apache-1.3/src/CHAN
jim 98/02/22 05:50:11
Modified:src CHANGES
src/modules/standard mod_status.c
Log:
backout the SERVER_* in mod_status
Revision ChangesPath
1.654 +0 -3 apache-1.3/src/CHANGES
Index: CHANGES
jim 98/02/21 07:32:59
Modified:src CHANGES
src/modules/standard mod_status.c
Log:
PR: 1448
Obtained from: M.D. Parker <[EMAIL PROTECTED]>
Submitted by: Jim
Reviewed by: Jim
Add SERVER_VERSION and SERVER_BUILT info to the mod_status Status report
27 matches
Mail list logo