1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-06 16:49:32 +03:00
Commit Graph

3300 Commits

Author SHA1 Message Date
Stefan Fritsch
e64d66b803 Update docs and comment: the unique id is now 24 characters, not 19
Submitted by: Takashi Sato <takashi lans-tv com>, Stefan Fritsch
PR: 36269


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@981084 13f79535-47bb-0310-9956-ffa450edef68
2010-07-31 19:56:51 +00:00
Stefan Fritsch
178bb15d37 Update description of HTMLTable
PR: 49676


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@981041 13f79535-47bb-0310-9956-ffa450edef68
2010-07-31 12:10:52 +00:00
Rainer Jung
0fa11f3ff9 Adding sub second timestamps and request end time to mod_log_config.
Add special format tokens to %{...}t. The extended syntax allows the
form: "WHICH:WHAT".

WHICH is either:
- "begin": use the time when the request started
- "end": take "now" as the time
You can omit WHICH, default is "begin".
If you omit WHICH, the separating column is not allowed.

WHAT is either:
- "sec": timestamp in Unix seconds
- "msec": timestamp in Unix milliseconds
- "msec_frac": millisecond fraction of the Unix timestamp,
               3 digits, 0-padded
- "usec": timestamp in Unix microseconds
- "usec_frac": microsecond fraction of the Unix timestamp
               6 digits, 0-padded
- anything different from those tokens: use strftime()
You can omit WHAT, default is the formatted timestamp as
used by the Common Log Format.

The implementation uses a new request_config for mod_log_config
to pass the request end time around between different calls to
log formatters, but the end time is only generated if needed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@979120 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25 21:08:15 +00:00
Lucien Gentis
74c494fbf2 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@979030 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25 12:07:58 +00:00
Nick Kew
ae121d4499 Update documentation for AddOutputFilterByType move
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966890 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22 22:50:12 +00:00
Rainer Jung
822088c8c5 Replace "back-slash" with "backslash" in docs.
I kept "back slash" when explicitely used in
comparison with "forward slash".


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965792 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20 10:48:02 +00:00
Lucien Gentis
28bc73a794 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965096 13f79535-47bb-0310-9956-ffa450edef68
2010-07-17 15:47:19 +00:00
Jeff Trawick
a484fd7007 generated docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@962961 13f79535-47bb-0310-9956-ffa450edef68
2010-07-11 00:43:35 +00:00
Nick Kew
539e6fadd7 Add a note about problem noted in PR 48652
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@960431 13f79535-47bb-0310-9956-ffa450edef68
2010-07-05 03:38:01 +00:00
Rainer Jung
60e8f3a913 Allow to set environment variables using mod_rewrite without
explicitely giving a value.

Most modules only check presence of a variable, not the
value, so it makes sense to make the VAL argument in
the mod_rewrite ENV flag optional.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@960233 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03 16:21:58 +00:00
Nick Kew
9ec99270a9 Add cacheing to authn_dbd docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@958747 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28 21:23:19 +00:00
Nick Kew
5b6d760e89 Link to mod_authn_socache in relevant module docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@958729 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28 20:57:18 +00:00
Nick Kew
2127db8916 Bah. Fix usage example in r958720
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@958723 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28 20:51:25 +00:00
Nick Kew
bc0c66683e Add usage example in docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@958720 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28 20:49:53 +00:00
Nick Kew
f1da46def6 Make a start on documenting mod_authn_socache
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@957958 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25 14:12:16 +00:00
Stefan Fritsch
391797e770 Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956407 13f79535-47bb-0310-9956-ffa450edef68
2010-06-20 20:26:02 +00:00
Jeff Trawick
f3ddf96d9b update doc for connection pools
* reduce duplication between initial intro and parameter table
* explain that pools are per-process, and limits are not
  coordinated server-wide
* minor clarifications & readability tweaks


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956059 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 17:33:47 +00:00
Jim Jagielski
41a6878ac5 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955572 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 12:34:12 +00:00
Igor Galić
80c11dcf59 Fixing minor typo in sections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955184 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 10:27:52 +00:00
Daniel Earl Poirier
c7eb7bf494 spelling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952199 13f79535-47bb-0310-9956-ffa450edef68
2010-06-07 12:04:32 +00:00
Rainer Jung
f6cffe53ad Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952015 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 22:30:42 +00:00
Rainer Jung
fcf558c608 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952014 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 22:29:36 +00:00
Rich Bowen
17c33d8004 Rebuild recent contributions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951946 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 20:07:09 +00:00
Stefan Fritsch
1ce02b2c33 Fix typo.
Submitted by: Matt Selsky <selsky columbia edu>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951933 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 19:31:42 +00:00
Stefan Fritsch
5e9890cbb7 Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951906 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 17:21:45 +00:00
Stefan Fritsch
a5f4ee1845 Replace RewriteLog/RewriteLogLevel with trace log levels
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951903 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 17:09:43 +00:00
Stefan Fritsch
8f1e26cc21 Replace DumpIOLogLevel with trace log levels
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951902 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 17:08:57 +00:00
Stefan Fritsch
41057afadc Update LogLevel docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951901 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 17:08:09 +00:00
Eric Covener
512be6af6f update compatability from 2.3.7 to 2.3.6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951114 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 19:02:05 +00:00
Stefan Fritsch
bc0a04b83e fix xml validation and doc build issues
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951111 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 18:51:25 +00:00
Eric Covener
fdcca646fa catch up with xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950512 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 11:56:42 +00:00
Eric Covener
8ebb7ac450 add defaults for two nested groups directives
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950511 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 11:56:22 +00:00
Eric Covener
a8720fa901 mod_authnz_ldap: Search or Comparison during authorization phase
can use the credentials from the authentication phase
(AuthLDAPSearchAsUSer,AuthLDAPCompareAsUser).
PR 48340 

Submitted by: Domenico Rotiroti, Eric Covener
Reviewed by: Eric Covener



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950248 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01 21:19:06 +00:00
Eric Covener
1727457dd3 emphasize that trying to use the basic auth credentials directly
is a last resort.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949444 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29 22:49:17 +00:00
Eric Covener
d15983f1d1 mod_authnz_ldap: Allow the initial DN lookup to bind with a
transformation of the basic auth username.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949436 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29 20:19:10 +00:00
Eric Covener
27c654fc67 Allow mod_authnz_ldap to set environment variables when it only performs authorization.
AuthLDAPAuthorizePrefix can be used to force this to overlap with the prefix used
for authentication.

PR 45584


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949336 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29 02:32:22 +00:00
Daniel Earl Poirier
3a5ea35486 Fix typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@948397 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 11:28:26 +00:00
Lucien Gentis
e91ff38954 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947636 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24 13:28:01 +00:00
Joe Orton
c3d1f4ba0e - wording tweaks for PeerExtList()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947561 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24 08:33:02 +00:00
Eric Covener
f1df6e6e13 emphasize request/response in the timing description, easy to miss the significance
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946617 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20 13:10:50 +00:00
Eric Covener
28ebfde801 PR49308: Header directive doesn't see CGI-issued headers because they live in err_headers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946616 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20 13:08:06 +00:00
Joe Orton
7d06c2e16f - amalgamate the sections describing the env vars available
- update the docs for PeerExtList
- fix the markup of the SSLRequire example


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946243 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19 15:56:53 +00:00
Rich Bowen
831425bb30 I think this might look better as a DL than as a TABLE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945947 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 23:12:38 +00:00
Rich Bowen
2fcea9c8ea Rebuild various metadocs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945937 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 22:32:02 +00:00
Rich Bowen
c13c39ce06 Moves most of the rewritemap stuff out into its own document where we
can give it the exhaustive treatment it deserves without making the
reference doc unmanageable.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945921 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 22:02:33 +00:00
Rich Bowen
93004ca3f3 Updates module description in module index.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945104 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17 11:54:38 +00:00
Rich Bowen
18f924bd8d The "up to one" thing has bugged me for a while.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945103 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17 11:54:10 +00:00
Igor Galić
ecb9f26d77 Clarifying Redirect of GET/POST.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@944795 13f79535-47bb-0310-9956-ffa450edef68
2010-05-16 11:07:59 +00:00
Igor Galić
ec4ed7dcab Adding compatibility tag.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@944794 13f79535-47bb-0310-9956-ffa450edef68
2010-05-16 11:03:34 +00:00
Jeff Trawick
13d9429008 pointed out by a colleague:
Available in Apache 2.2.15 and later, not 2.3 and later
(2.2.x docs already has the right blurb)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@943875 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13 13:03:04 +00:00