- Sep 14, 2002
-
-
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
-
Bill Stoddard authored
URLs if the origin server does not explicitly provide an Expires header on the response (RFC 2616 Section 13.9) Submitted by: Kris Verbeeck <krisv@be.ubizen.com> Reviewed by: Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96772 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96771 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96770 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 11, 2002
-
-
Andre Malo authored
images inside #toc and #topics don't appear in this style git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96769 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
the 100% style now imports the main CSS and adjusts particular style rules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96768 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
for all link types. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96766 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96765 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Fowared port from 1.3. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96764 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96763 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96762 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>, Yoshiki Hayashi git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96761 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96760 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96759 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96758 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96757 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96756 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 10, 2002
-
-
Bradley Nicholes authored
support git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96754 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Submitted by: Jean-Jacques Clar (jjclar@novell.com) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96753 13f79535-47bb-0310-9956-ffa450edef68
-