- Jun 11, 2002
-
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95608 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95606 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95605 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
Reported by: Paul J. Reder Submitted by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95604 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
using the value of SSL_get_peer_certificate(ssl) to verify as it will have been removed from the chain before it was put in the cache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95603 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
Obtained from: Submitted by: Reviewed by: allow POST method over SSL when per-directory client cert authentication is used with 'SSLOptions +OptRenegotiate' enabled and a client cert was found in the ssl session cache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95602 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
Obtained from: Submitted by: Reviewed by: 'SSLOptions +OptRengotiate' will use client cert in from the ssl session cache when there is no cert chain in the cache. prior to the fix this situation would result in a FORBIDDEN response and error message "Cannot find peer certificate chain" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95601 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Jeon Jeonghu <mahajjh@myscan.org> Reviewed by: Choi Kyusic <kyusic@scan.or.kr> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95600 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Jeon Jeongho <mahajjh@myscan.org> Reviewed by: Choi Kyusic <kyusic@scan.or.kr> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95599 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 10, 2002
-
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95598 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
and defined to silence compile errors on a system where apr_atomic_t is a structure. "pos" is read & written with atomic operators, so make it an apr_atomic_t. "priority" is almost always updated without using atomic operators, so I assume it doesn't need to be atomic. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95597 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
I can't reproduce this one any more. Probably the "make extraclean" took care of it. Sorry for the confusion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95596 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
one was already sent. mod_ext_filter performs some one-time processing when it sees EOS. When it saw EOS more than once and a subsequent attempt to close a file failed, it issued the log message described in PR 9644. PR: 9644 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95595 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95594 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
include the correct source git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95593 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95592 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
file. PR: 9729 Submitted by: Matthew Brecknell <mbrecknell@orchestream.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95591 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
specifies how the CGI NLM should be launched. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95590 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95589 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 09, 2002
-
-
Brian Pane authored
apr_time_t has a resolution of 1 microsecond. For some reason, the cache hit rate wasn't very high. :-) With this change, the cache key is now the time in seconds, not usec. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95588 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Well the wrappers work out well... nice to be able to put off committing these API changes until the evening ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95587 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 08, 2002
-
-
Joshua Slive authored
- Change the title of the right hand column to "Users' Guide" - Move "Other Topics" to the left hand column. - Move some items back and forth between the reference section and the guide section. This is all rather arbitrary. - Alphabetize the users' guide section - Force left alignment for the silly browsers that carry div alignment into tables git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95585 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95584 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95583 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
(No functional changes) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95582 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95581 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95580 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 07, 2002
-
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95577 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
from all other modules that do not use it to determine the response for the request. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95576 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
If nobody is proposing another name on list (that doesn't elicit "ewww gross" comments), this is not a showstopper. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95575 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Descriptions are good git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95574 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
showstoppers -- PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95573 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
(compiling cleanly is a good start) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95572 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95571 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95569 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
startup message regarding AcceptMutex (what we are using and what the default is) "fully" match what is present in 1.3. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95568 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
to return an error rather than exiting directly git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95567 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95566 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
I thought I committed this in previous commit but apparently I left this one out in command line... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95565 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95564 13f79535-47bb-0310-9956-ffa450edef68
-