- Jun 01, 2001
-
-
Bill Stoddard authored
header values. Configure thusly: Header add MyHeader "%t %D yadda" %t is the time the request was received relative to CUT since the epoch measured in microseconds. %D is the time delta from the time the request was received to the time the headers are sent on the wire. To facilitate parsing the header response, %D results in the string D=xxx and %t results in the string t=xxx. Thus the config directive above will result in this header being included in the response: MyHeader: t=991424704447256 D=3775428 yadda git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89255 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89254 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
contains the correct basic filters when an error occurs. This fixes a problem where headers are not being sent on error. PR: Obtained from: Submitted by: John Sterling Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89253 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
insert_filter phase so that other filters are not bypassed by default. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89252 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89251 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
like this: Header echo regex If a header received on a request matches regex, it is copied to the response headers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89250 13f79535-47bb-0310-9956-ffa450edef68
-
- May 31, 2001
-
-
Jeff Trawick authored
output I don't have 100% confidence in my guess as to why some of the state labels are in bold and some aren't (e.g., "<b>Write</b>" vs. "Graceful". Hopefully any rhyme or reason to it is maintained with my change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89249 13f79535-47bb-0310-9956-ffa450edef68
-
- May 30, 2001
-
-
Jeff Trawick authored
workers when counting the number of requests being processed we won't count such workers as idle either, since they aren't available to process new requests git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89248 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89247 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89246 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89245 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89244 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89243 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89242 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
PR: Obtained from: Submitted by: john sterling Reviewed by: dougm git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89239 13f79535-47bb-0310-9956-ffa450edef68
-
- May 28, 2001
-
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89237 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89236 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89235 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89233 13f79535-47bb-0310-9956-ffa450edef68
-
- May 27, 2001
-
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89232 13f79535-47bb-0310-9956-ffa450edef68
-
- May 25, 2001
-
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89231 13f79535-47bb-0310-9956-ffa450edef68
-
- May 23, 2001
-
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89221 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89218 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
This prevented the inclusion of apr_compat.h. PR: 7773 Submitted by: Oleg Broytmann <phd@phd.pp.ru> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89217 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
One drawback to .dsps, nobody watches the command line build head anymore :-) Fix for relocation of uri_delims git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89216 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Unnecessary with apxs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89215 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Need to have apxs for building such things git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89214 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
(Yet Another Proxy Janitor Botched-Up Job). Need to be looking for APR_SUCCESS here, not HTTP_OK. Obtained from: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89213 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Blew it... forgot to transpose dsp versions git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89212 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Get win32 libhttpd building without uri_delims, now added to apr-util git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89211 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
Thanks to Ian Holsman for the catch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89210 13f79535-47bb-0310-9956-ffa450edef68
-
- May 22, 2001
-
-
Roy T. Fielding authored
the move of util_uri to apr-util. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89207 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
When it is not defined, this does not make a difference. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89206 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Checkpoint my mod_example work. It does not work correctly yet, and certainly should not be used until it does, but at least it compiles (with a couple of warnings). I am adding examples of all the missing hooks to it; this is definitely a work in progress right now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89205 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89204 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89203 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
Obtained from: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89202 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89200 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89199 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
prefix to all of the uri functions (yuck), changing some includes, and using APR error codes instead of HTTP-specific error codes. Other notes to test this patch: - You need to delete the util_uri.h file - exports picks up on this. - I'd like to remove the apr_uri.h from httpd.h, but that might increase the complexity of this patch even further. Once this patch is accepted (in some form), then I can focus on removing apr_uri.h from httpd.h entirely. I need baby steps (heh) right now. - I imagine that this might break a bunch of stuff in Win32 or other OS builds with foreign dependency files. Any help here is appreciated. This is a start... -- justin Submitted by: Justin Erenkrantz Reviewed by: Roy Fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89198 13f79535-47bb-0310-9956-ffa450edef68
-