- Apr 09, 2001
-
-
Ryan Bloom authored
is: --with-module=module_type:/path/to/module module_type is the directory under modules/ that the module should be copied to. Currently, this only adds static modules git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88772 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 06, 2001
-
-
Paul J. Reder authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88742 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 04, 2001
-
-
Ryan Bloom authored
and re-roll. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88712 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
aren't at a point that they have their own release strategy, so this means a new tag for Apache. :-( git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88711 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88707 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88705 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 03, 2001
-
-
Marc Slemko authored
make the config.layout file work properly. - change default layout to be "Apache", as defined in config.layout, instead of duplicating (some of) that layout in configure itself. - change default installation path to /usr/local/apache2 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88692 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
I've really got to get into the habit of adding these.... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88679 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88673 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Here they are, real working examples [well, perhaps working.] [Ben Laurie, Will Rowe] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88667 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 02, 2001
-
-
Jeff Trawick authored
"<Directory>" followed by "</Directory" and "<Directory>" followed by "</Directoryz>" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88649 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
location for the config.layout file, and it makes us a bit more portable. PR: 7482 Submitted by: jun-ichiro hagino <itojun@iijlab.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88647 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
ab from 1.3 into 2.0. SSL work not completed; I need to move some of the autoconf detection of mod_wtls to a more central place first. Any suggestions appreciated :-) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88628 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 29, 2001
-
-
Jeff Trawick authored
each request was not cleaned up. This removes the nastiest symptom of some excess pipes being created (i.e., we don't run out of file descriptors), though something additional is needed to keep from creating the pipes to begin with. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88611 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 27, 2001
-
-
Bill Stoddard authored
very beginning of the request processing before location_walk, translate_name, etc. This hook is useful for URI keyed content caches like Mike Abbott's Quick Shortcut Cache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88596 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 26, 2001
-
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88582 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 25, 2001
-
-
Ryan Bloom authored
controversial change, because this is kind of HTTP specific. However many protocols should be able to take advantage of this kind of information. I expect that headers will need one more layer of indirection for multi-protocol work, but this is a small step in the right direction. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88580 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: Ed Korthof git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88578 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
when the mod_cgid module is used. PR: 7408 Submitted by: Taketo Kabe <kabe@sra-tohoku.co.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88575 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88574 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88572 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 24, 2001
-
-
Roy T. Fielding authored
aclocal.m4, generated_lists, build.mk, build2.mk, and a host of other libtool muck that is now under srclib/apr/build. More to follow. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88570 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 22, 2001
-
-
Bill Stoddard authored
to handle. This is specific to NT/2000. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88566 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
where the child main thread was looping in make_child() forking errant processes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88564 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Previously, a client connecting over IPv4 would not be matched properly when the server had an IPv6 listening socket. PR: 7407 Submitted by: Taketo Kabe <kiabe@sra-tohoku.co.jp> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88561 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 21, 2001
-
-
David Reid authored
changes made last night actually work :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88556 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 20, 2001
-
-
Jeff Trawick authored
on error exit from ap_getline(). Some other code got upset because the wrong data was in the brigade. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88552 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 19, 2001
-
-
Jeff Trawick authored
Add a debug assertion to verify that c->remain is zero when a new request starts. ap_http_filter() does the wrong thing otherwise. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88540 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
inadvertently closed. This logic was in the uncompress child in 1.3 but was in the parent in 2.0. uncompress_child() was renamed to create_uncompress_child() to reflect a change in use since 1.3. A note was added about missing 1.3 logic for doing something with the stderr of the uncompress process. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88538 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 18, 2001
-
-
Ryan Bloom authored
a request while it is being created. This hook is called for all request_rec's, main request, sub request, and internal redirect. When this hook is called, the the r->main, r->prev, r->next pointers have been set, so modules can determine what kind of request this is. Currently, this is only used by the core module, but protocol modules are going to need to have the ability to affect the request while it is being read. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88532 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 16, 2001
-
-
Ryan Bloom authored
script no longer creates its own helper scripts, it just uses APR's. Submitted by: jean-frederic clere <jfrederic.clere@fujitsu-siemens.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88530 13f79535-47bb-0310-9956-ffa450edef68
-
Chuck Murcko authored
Submitted by: Graham Leggett Reviewed by: Chuck Murcko git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88528 13f79535-47bb-0310-9956-ffa450edef68
-
Chuck Murcko authored
It sorts out the problem when a password protected reverse proxy URL sends a Proxy-Authenticate to a browser instead of a WWW-Authenticate. This patch covers the changes to the httpd-2.0 tree. Submitted by: Graham Leggett Reviewed by: Chuck Murcko git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88527 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
the common case because sscanf is a performance hog. From Mike Abbot's Accelerating Apache patch number 6. Submitted by: Mike Abbot <mja@trudge.engr.sgi.com> Reviewed by: Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88523 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 15, 2001
-
-
Jeff Trawick authored
listening sockets were used, allow/deny-from-IPv4-address rules were not evaluated properly (PR #7407). Also, add the ability to specify IPv6 address strings with optional prefix length on Allow and Deny. Note: A bit more of PR #7407 remains dealing with a problem with double-reverse lookups when an IPv6 listening socket is used. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88522 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 13, 2001
-
-
Ken Coar authored
Enhance customisability of rotatelogs: strftime(3) formatting of filename and offset from UTC. Reviewed by: Greg Stein, David Reid, OtherBill git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88511 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 12, 2001
-
-
Bill Stoddard authored
DuplicateHandle on an IOCompletionPort (a practice which MS "discourages"). The new model does not rely on associating the completion port with the listening sockets, thus the completion port can be completely managed within the child process. A dedicated thread accepts connections off the network, then calls PostQueuedCompletionStatus() to wake up worker threads blocked on the completion port. [Bill Stoddard] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88498 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 11, 2001
-
-
Ken Coar authored
Bring forward the suexec umask setting option from 1.3, and also fix some configure.in bits that would define macros that needed to be numbers as strings instead. Obtained from: Apache HTTP Server 1.3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88493 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88491 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 09, 2001
-
-
Ken Coar authored
Bring forward the -V option for suexec from 1.3.20-dev. It looks like the umask() option needs to be brought forward, as well. Is this still 2.0.14-dev? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88483 13f79535-47bb-0310-9956-ffa450edef68
-