dgaudet
376ad0e880
Always log months in english format for %t in mod_log_config.
...
PR: 4366, 679
Submitted by: Petr Lampa <lampa@fee.vutbr.cz >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83211 13f79535-47bb-0310-9956-ffa450edef68
1999-05-16 23:39:42 +00:00
dgaudet
fc80ead684
Commit %V and \n changes to mod_log_config.
...
Submitted by: Tony Finch <dot@dotat.at >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82860 13f79535-47bb-0310-9956-ffa450edef68
1999-03-04 19:28:37 +00:00
pcs
da661d2f90
Fix minor HTML errors
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82842 13f79535-47bb-0310-9956-ffa450edef68
1999-02-22 16:41:06 +00:00
Ken Coar
e61e5ad3e0
Remove the ReferIgnore directive from mod_log_config (Dean's veto).
...
Get rid of the array for the 'env=' clause, since it only takes
a single variable name; use a char * instead. Check for conditional
envars by seeing if the condition string is non-NULL rather than
using a separate Boolean cell.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82826 13f79535-47bb-0310-9956-ffa450edef68
1999-02-20 00:13:29 +00:00
Ken Coar
67c4a600f1
Add conditional logging based upon environment variable existence.
...
Also add RefererIgnore functionality from mod_log_referer to
mod_log_config; mod_log_referer and mod_log_agent are now
deprecated. The list of envariables to check is set up as
an array even though the current implementation (TAKE23)
only handles one; just in case we ever want to do something
strange like, 'env=foo,bar,!bag'.
PR: 519, 548, 1351, 1811(?), 3449
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82819 13f79535-47bb-0310-9956-ffa450edef68
1999-02-17 23:28:11 +00:00
Ken Coar
caec9aac63
The semi-regular HTML cleanup of the documentation. There are
...
some HTML errors (incorrect anchor nesting, primarily) coming in
another commit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82064 13f79535-47bb-0310-9956-ffa450edef68
1998-09-17 12:33:12 +00:00
Ken Coar
38d73313a9
Some of my semi-regular HTML cleanup (tag ordering, B/I
...
replacement) and long-line (>80) shortening. No thirty..
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81320 13f79535-47bb-0310-9956-ffa450edef68
1998-05-20 14:13:00 +00:00
dgaudet
8e95d00cdd
Explain %p and %v a little more.
...
PR: 1908
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80372 13f79535-47bb-0310-9956-ffa450edef68
1998-03-03 08:38:26 +00:00
dgaudet
568485f102
more accurate %p docs
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80369 13f79535-47bb-0310-9956-ffa450edef68
1998-03-03 08:25:05 +00:00
Ralf S. Engelschall
d13ed6142b
Add %a to mod_log_config for inserting the remote IP-address. This is the
...
adapted patch against 1.3 of Todd Eigenschink <eigenstr@mixi.net >'s original
patch for 1.2.5. For 1.2.5 we don't want it because its a feature. I also
added corresponding entries to the CHANGES and mod_log_config.html file.
Submitted by: Todd Eigenschink <eigenstr@mixi.net >
Reviewed by: Ralf S. Engelschall
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80340 13f79535-47bb-0310-9956-ffa450edef68
1998-02-28 08:12:48 +00:00
Ken Coar
80c32a1d5f
Another pass at the normalisation of the HTML tags. Some
...
corrections coming up.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80130 13f79535-47bb-0310-9956-ffa450edef68
1998-02-05 20:05:18 +00:00
Ken Coar
8d03a2f944
As threatened. The directive attributes in the module documentation
...
are now links back to a description of what the attributes mean.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80041 13f79535-47bb-0310-9956-ffa450edef68
1998-01-28 19:11:58 +00:00
Ken Coar
07050bb5be
A truly mighty mod normalising HTML tags to uppercase, and
...
'i' and 'b' to 'EM' and 'STRONG' respectively. Been threatening
to do this for months.. no-one need try to maintain this when
writing/modifiying the docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80021 13f79535-47bb-0310-9956-ffa450edef68
1998-01-26 16:54:35 +00:00
dgaudet
7ff54fd830
More tweaks related to serverroot/logs/etc.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79688 13f79535-47bb-0310-9956-ffa450edef68
1997-12-14 00:57:46 +00:00
Ken Coar
9fd43ec82e
Changes to mod_log_config to allow naming of format strings.
...
Format nicknames are defined with "LogFormat fmt nickname", and can
be used with "LogFormat nickname" and "CustomLog logtarget nickname".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79202 13f79535-47bb-0310-9956-ffa450edef68
1997-09-12 14:50:47 +00:00
Ken Coar
8a147876e2
Online docs appearance rework, pass 1 phase 3: module descriptions.
...
This is the end of this pass for the online manual.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78228 13f79535-47bb-0310-9956-ffa450edef68
1997-06-04 16:14:24 +00:00
dgaudet
2a471c9aca
PR#507:
...
TransferLog has no default.
%{FOOBAR}e wasn't documented.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78103 13f79535-47bb-0310-9956-ffa450edef68
1997-05-04 20:47:46 +00:00
Marc Slemko
12e17e74b5
Big spelling and HTML cleanup of docs. Thanks go to weblint and ispell
...
and their authors.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78081 13f79535-47bb-0310-9956-ffa450edef68
1997-05-01 05:27:03 +00:00
pcs
11fcb3157f
Fix ELF format
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77774 13f79535-47bb-0310-9956-ffa450edef68
1997-03-28 15:16:15 +00:00
dgaudet
ac92822f51
Add NCSA extended/combined log format example suggested by David Richards
...
<dr@ripco.com >.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77770 13f79535-47bb-0310-9956-ffa450edef68
1997-03-27 20:09:02 +00:00
Marc Slemko
c9a623643a
Add backreference to format for common log module to make it easier
...
to find.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77639 13f79535-47bb-0310-9956-ffa450edef68
1997-02-19 17:46:41 +00:00
Marc Slemko
054dc1631e
Fix spelling of 'authorative' to 'authoritative' and typo in
...
mod_log_config.
Submitted by: Hubert Lin <hubert@mesun.me.ncu.edu.tw >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77612 13f79535-47bb-0310-9956-ffa450edef68
1997-02-15 22:27:58 +00:00
brian
ec84f131f9
Reviewed by: Marc Slemko
...
Submitted by: Dean Gaudet
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77546 13f79535-47bb-0310-9956-ffa450edef68
1997-02-03 01:09:11 +00:00
brian
19fc9c8cd5
Reviewed by: Rob Hartill, Brian Behlendorf
...
Submitted by: David J MacKenzie <djm@va.pubnix.com >
Clarification.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77462 13f79535-47bb-0310-9956-ffa450edef68
1997-01-20 09:18:59 +00:00
brian
c09109559c
Reviewed by: Chuck Murcko, Brian Behlendorf
...
Submitted by: Marc Slemko
Added documentation about security concerns with logging in Apache 1.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77404 13f79535-47bb-0310-9956-ffa450edef68
1997-01-10 08:24:03 +00:00
brian
e71612fd94
Reviewed by: Brian Behlendorf
...
Submitted by: James Cloos
The doc file was not in sync with the comment in the src file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77299 13f79535-47bb-0310-9956-ffa450edef68
1996-12-22 04:05:16 +00:00
Alexei Kosut
7ff808f641
Fix some typos. Make some clarifications in mod_usertrack.html (and
...
put the directives in alphabetical order).
Submitted by by: WWW server manager <webadm@info.cam.ac.uk >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77220 13f79535-47bb-0310-9956-ffa450edef68
1996-12-09 02:04:56 +00:00
Randy Terbush
5c09d4b24b
Spelling corrections
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77156 13f79535-47bb-0310-9956-ffa450edef68
1996-12-02 18:14:12 +00:00
Alexei Kosut
c1a02e3595
Some cleanup (the directives go in ALPHABETICAL ORDER, please), plus
...
adding of some docs that Paul Sutton sent to the list on October
10th.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77082 13f79535-47bb-0310-9956-ffa450edef68
1996-11-28 07:42:17 +00:00
pcs
843186b9d7
Document the Common Log Format
...
Document the new % directives (p, P, T, {}n)
Explain how to use multiple log files w/vhosts
Expand CustomLog definition
Add compat. note about CookieLog
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77067 13f79535-47bb-0310-9956-ffa450edef68
1996-11-26 09:21:41 +00:00
Sameer Parekh
e8cfcaa3b1
Update mod_log_config to reflect standard status and new directive
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77053 13f79535-47bb-0310-9956-ffa450edef68
1996-11-26 06:02:02 +00:00
brian
3af317e82e
Added headers/footers for these files. Fixed some typos. Started removing
...
old latex stuff.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77016 13f79535-47bb-0310-9956-ffa450edef68
1996-11-21 10:30:54 +00:00
brian
b2ab672f99
Moving files to mod/
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@76995 13f79535-47bb-0310-9956-ffa450edef68
1996-11-21 08:12:53 +00:00