- Sep 17, 2002
-
-
Sander Striker authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96855 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
request. Otherwise, other modules may attempt to do "funny stuff" with the request (specifically: mod_dir will map /some/path/ into an index.html document if found). This reinstalls a fixups hook to set the r->handler value. Most of the checks in the dav_handler() function are now moved to the fixups hook. We just don't bother to set the handler unless all conditions are met. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96853 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 16, 2002
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96852 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96851 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96850 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
Added two examples for Base/non-Base modules (suggestion by Irmund Thum <i.t@ithum.de>) Removed accidential comment around the xml-stylesheet. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96849 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96848 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
egg problem when loading the auth modules vs the providers. (Can't load the auth module until the provider has registered. Can't register the provider until the auth module is loaded and APIs are available.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96846 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
Reviewed by: Irmund Thum <i.t@ithum.de> Erik Abele <erik@codefaktor.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96845 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Just like a mattress balances On a bottle of wine git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96844 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
PR: 12678 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96843 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
APR_HAS_MMAP == 0 in apr.hnw, so we can presume that this directive is a noop for today. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96842 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Consistify the configuration files for the .41 release. This brings all three flavors back into sync. With luck, I won't be doing this again, but I need some time to play with awk magic first. {The nested <IfModule> directives don't make this all that simple.} git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96841 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96840 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
added some todos & comments git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96839 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
Submitted by: Tim Gerundt <tim@gerundt.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96838 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
Submitted by: Thom May Reviewed by: Rich Bowen Hi, this chunk of the install page is no longer accurate; you can do ./configure --enable-layout=Debian --prefix=/blah and that works fine, with all options being respected. Cheers, -Thom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96837 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
check for a possible syntax error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96836 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96835 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96833 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96832 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96831 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 15, 2002
-
-
William A. Rowe Jr authored
Modify ap_open_logs (an internal function) to follow the hook open_logs argument schema so it can be directly invoked by the hook handler. Also clean up the open_logs processing to return an error rather than simply exit()ing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96829 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Revisit the code that Ian and I discussed on list. Actually pre-flight the access logs so that failure conditions are noted earlier, and return out of the code using the != OK convention from ap_hook_open_logs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96828 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
We log this failure (with an identical message) in the restart loop code, there's no reason not to note it in the preflight pass. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96827 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
- a bunch of idea for improving the xml/xslt; feel free to add or subtract. - remove all the head.html/foot.html from the list of files to convert to xml. We may need to keep those around for a while to support translations. We'll look at it later. - general cleanup. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96826 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
BUG#: 12660, Submitted by: Thomas Bader <thomasb+apache.org-bugs@trash.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96824 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96823 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
Submitted by: Tim Gerundt <tim@gerundt.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96822 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96821 13f79535-47bb-0310-9956-ffa450edef68
-
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
-