- Jun 13, 2002
-
-
Jeff Trawick authored
makefile created by apxs -g works on more systems it was broken on at least AIX and Tru64 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95646 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95645 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95644 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
(I hit the breakage with xlc on AIX) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95642 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
other one we know about. I firmly believe any known violation of the appropriate RFCs is a showstopper. So, I kindly ask for votes so I may know which way the group feels. (Showstopper == 'you will not vote positively for a release until fixed.') git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95641 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95640 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
identitfier" (and their translations). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95639 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> Reviewed by: Yoshiki Hayashi git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95638 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95637 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95636 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Fix typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95635 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Also, remove empty compatibility tag and use directive tag for directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95634 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
HEAD requests (even for CGI requests). Also do it because it fixes the cause of .37's demise. This also fixes a condition seen on FreeBSD-4.6 where HEAD requests on CGI scripts would hang because the OS would return EAGAIN in log_script_err (via apr_file_gets). Since we never read the script output, this caused FreeBSD to not let us read stderr. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95633 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95632 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95631 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95630 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95629 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95628 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95627 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
arg to NameVirtualHost is supposed to match the arg to VirtualHost, as this seems to come up several times a week on #apache git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95626 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95625 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95624 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 12, 2002
-
-
William A. Rowe Jr authored
Solve the 80/20 by initializing and storing server_rec->timeout and server_rec->keep_alive_timeout in apr_time_interval_t format (in apr units, whatever they be), as both values exist to pass into APR, and all APR timeouts are in apr_time_t. Reviewed by: Cliff Woolley git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95623 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95622 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95621 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Use lowercased macros git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95620 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95619 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
-T hasn't been supported for some great while. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95618 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Use the new wrapper git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95617 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Use the new APR_TIME_FROM_SEC() wrapper git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95616 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
An important observations before some x86'er attacks this idea. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95615 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 11, 2002
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95614 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95613 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
the root git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95612 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
PR: 9770 Submitted by: Allan Edwards, Greg Ames, Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95611 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95610 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95609 13f79535-47bb-0310-9956-ffa450edef68
-
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
-