- Sep 15, 2002
-
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96820 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96819 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96818 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 14, 2002
-
-
Justin Erenkrantz authored
(I intend to add this back in if/when mod_authn_file can support the {algo} password semantics, but we can't do a release with this code in place.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96817 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Return mismatches... this solution simply won't work, as Ian reminded me. Needs more work/time I don't have this afternoon, reverting to r 1.91 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96816 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
Obtained from: Post on slashdot - http://apache.slashdot.org/comments.pl?sid=39420&tid=148&mode=thread&pid=4210241#4210350 Submitted by: ThatDamnMurphyGuy (chris.laco at threetech.com), via slashdot git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96815 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
At least follow the proper failure path for failure to open the log file or logging process. Doesn't fix the lack of preflight testing. Reviewed by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96814 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96813 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96811 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Move another non-exists test into the non-existing tests block, and clean up the comments a bit more. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96810 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Forgot a file from the build overhaul for aaa ... need all those new modules mapped into memory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96809 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96808 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
Submitted by: Hiroaki Kawai <hawk@bcl.t.u-tokyo.ac.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96807 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96806 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96805 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96804 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
because this was causing 200s to be sent on responses that were really 304s Submitted by: Kris Verbeeck <Kris.Verbeeck@ubizen.com> Reviewed by: Brian Pane git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96803 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
1. Eliminate perror(), it's not portable. 2. Restructure bit tests, ! is a logical, not a bitwise negation. 3. Clean up just a bit of other ! syntax fooness and excess parens. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96802 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96799 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 13, 2002
-
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96798 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
the n to the authn_file/authn_dbm backends. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96797 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- mention the Allowoverride FileInfo in RewriteOptions' synopsis - mention also, that pcre is used now (RewriteCond, RewriteRule) and set a link to perldoc.com (`perldoc perlre`) - add compatibility note for the cookie-flag (RewriteRule) - add RewriteMap dbm type choice compatibility note git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96796 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A quick-n-dirty hack. Expose the auth_provider api from mod_auth_basic alone, on Win32 only. Requires mod_auth_basic be loaded prior to using mod_auth_digest or any other mod_authn/z modules. Win32 builds again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96794 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
httpd.conf file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96793 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
order to comply with the new auth module architecture git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96792 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96791 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96790 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
auth module architecture git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96789 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96788 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Axe unused variable 'res' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96787 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96786 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Welcome to the new schema. Multiply defined symbols blow. Don't expect things to compile right now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96785 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
transform update: directives.html.en git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96784 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
proposed by: Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96783 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Obtained from: Sander Striker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96782 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96781 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 12, 2002
-
-
Andre Malo authored
(hope to) clarify, when parameters have to be quoted for the AddAlt* directives (please correct my English if neccessary :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96778 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96777 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
Include statement (eg.. include /foo/bar/*.conf). and remove the noise on stderr during config dir processing. Submitted by: Joe Orton <jorton@redhat.com> Reviewed by: Ian Holsman, Brian Pane git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96776 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
mod_cache: cache_storage.c. Add the hostname and any request args to the key generated for caching. This provides a unique key for each virtual host and for each request with unique args. [Paul J. Reder, args code provided by Kris Verbeeck] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96773 13f79535-47bb-0310-9956-ffa450edef68
-