- Aug 16, 2001
-
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90188 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
add support for renegotiation during the Access hook this requires hooking into the read and write SSL BIOs in order to flush data to the client and read from the filter chain this also requires that the ssl filters become "aware" that renegotitation is in progress so that the BIOs are left alone for SSL_renegotiate/SSL_do_handshake in ssl_hook_Access to deal with PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90185 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90184 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
. clean up strings and remove them to the resource file (the simplest way to later localize a win32 app.) . fold the timers into the same child window message queue git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90183 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90182 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Add CookieDomain directive to allow setting of the Domain= cookie attribute; add CookieStyle to allow specification of cookie syntax: Netscape (default), Cookie or RFC2109, or Cookie2 or RFC2965. We have historically supported only the obsolete Netscape syntax. PR: several against 1.3 Obtained from: brought forward from 1.3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90180 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
PR: 8174 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90179 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 15, 2001
-
-
Victor J. Orlikowski authored
Submitted by: barbee@veribox.net git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90176 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
mispelings found near "its" or "it's" (helping our 4th grader with homework, couldn't help but grep) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90173 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90172 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
Submitted by: barbee@veribox.net git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90171 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90170 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Save a ton o' space by rle encoding the header bitmap. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90168 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
are compatible with make utilities which don't expand wildcards in a dependency list (e.g., OS/390 make, certain levels of GNU make). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90167 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Solve the segfault until the right patch is unearthed. [Greg Ames] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90166 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 14, 2001
-
-
William A. Rowe Jr authored
Fix a small bug that limited the description's width to the filename's width. Submitted by: Mladen Turk <mladen.turk@mail.inet.hr> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90162 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Outch to Win9x... can't be destroying locks asymetrically. Do we want this lock on NT as well? That's another question. Submitted by: Mladen Turk <mladen.turk@mail.inet.hr> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90161 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
> 1. Cleaned the ApacheMonitor code a little bit. > 2. Removed two icons apmall.ico and apsrvmon.ico > 3. Added option to recognize the Apache*.exe (e.g. Apache-1.3.20.exe) > 4. Removed AboutBox > 5. Changed refresh time to 2/20 sec. Submitted by: Mladen Turk <mladen.turk@mail.inet.hr> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90160 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: John Barbee <barbee@veribox.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90159 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
if != APR_SUCCESS the ssl connection has been shutdown (for example client cert was revoked) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90155 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
fix a bug in the worker MPM which effectively disabled the AcceptMutex directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90153 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
Cody did well to limit breakage to just this :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90152 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
makes calls to mod_dav. This links it against mod_dav's exports. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90151 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
a seg fault. In any case, it was butt ugly code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90150 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 13, 2001
-
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90149 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: John Sterling <sterling@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90145 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
- Beat everything down to less than 80 character lines. - Revise the comments for the DSO section to eliminate mention of ordering problems. - Add LoadModule lines for all extension modules, commented out. Note that it is very difficult in the current ./configure system to make the base modules DSOs, so I didn't include those. - Remove ServerType comments. - Add "deny from all" to the root directory container. The comments indicate that it should be there. - Delete a little (in my opinion) excess verbosity in the description of the .htacess download blocker. - Remove the CacheNegotiatedDocs directive. It was wrong, and is obscure enough that people should probably just look it up in the docs. - Make the example for Redirect a little more explicit - Change the examples and descriptions for READMENAME/HEADERNAME since, if multiviews are off, they haven't worked as described since 1.3.something. - Remove the phf trap example. This is very old and probably worthless. - Remove MetDir/MetSuffix. These are rarely used. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90142 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
be more consistent with similar names added recently; this also cleans up an #if/#ifdef discrepency git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90141 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
. the selection of ap_sock_disable() is certainly ugly, but that may need to be cleaned up in a different manner... . the directive functions couldn't be AP_DECLARE() if they are to be compatible with AP_INIT_TAKExxx(); this is an old restriction git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90138 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
building in Unix-specific code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90137 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90136 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
MPMs use the same functions for all common MPM directives. This should make it easier to catch all bugs in these directives once. Everybody should check their favorite MPM to ensure that it still compiles, and that these directives work. This is a big patch, and although it looks good, and things compiled for me, that is no garauntee that it will work on all platforms. :-) Submitted by: Cody Sherr <csherr@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90132 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
graceful restart, we leaked a socket descriptor. The listening sockets should not be set inheritable, at least not at this point. We only want some of the httpd children to inherit the socket. Namely, those that will be actually serving requests. Any other child process (piped logs), should not be inheriting the sockets. PR: 7891 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90131 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: Ian Holsman <ianh@cnet.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90128 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 12, 2001
-
-
Chuck Murcko authored
in serializing 4-8 client connections into a single origin server connection, as is the blocking behavior. Added instrumentation that we don't want compiled in normally to assist in debugging chunking problems. apr_get_brigade is apparently blocking during chunked body fetch, or proxy_http_handler is getting deadlocked with the dechunk filter. Show PID for prefork debugging. We'll figure out getting TIDs later. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90127 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
prefork setting and removes the default case where we would spawn three children, but kill two of them immediately because MaxSpareThreads was set to 10 (only one children can be supported with the old value). Please note that I don't have email access as eBuilt's servers are AWOL this weekend (none of us have the desire to go in a fix the servers for semi-obvious reasons). I'm trying to keep up on posts via apachelabs.org. So, if you want to change this, just go ahead and commit the changes... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90118 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90116 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 11, 2001
-
-
Ryan Bloom authored
Submitted by: Ian Holsman <ianh@cnet.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90098 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Continue response. [John Barbee <barbee@veribox.net>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90092 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90091 13f79535-47bb-0310-9956-ffa450edef68
-