- Feb 14, 2003
-
-
Ian Holsman authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98649 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
with the Script directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98646 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 13, 2003
-
-
Andre Malo authored
Our docs say about AuthDigestDomain: This directive should always be specified and contain at least the (set of) root URI(s) for this space. Omitting to do so will cause the client to send the Authorization header for every request sent to this server. guessing the parameter is somewhat bogus. guess_domain() also resulted sometimes in relative URIs, non-URI strings or empty strings, which caused a lot of problems. According to the docs, the domain parameter will be omitted now, if not specified. This is exactly, what one would expect. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98636 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 12, 2003
-
-
Jeff Trawick authored
be started on Unix because of such problems as bad permissions, bad shebang line, etc. Some minor points: If mod_ext_filter debug is enabled, we go ahead and burn cycles in the parent to try to discover when we won't be able to exec the script. The mod_cgid handler wasn't communicating the right log level to the daemon; that was required to get the child errfn to spit out the right message, and it may fix an existing problem. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98630 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
PR: 5913, 9977 Submitted by: Jonathan W Miner <Jonathan.W.Miner@lmco.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98618 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 11, 2003
-
-
Andre Malo authored
PR: 16937 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98610 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 10, 2003
-
-
Jeff Trawick authored
Use new APR apr_proc_create() features to prevent Apache from starting on Unix* in most cases where a piped log program can be started, and add log messages for the other situations. *Other platforms already failed Apache initialization if a piped log program couldn't be started. PR: 15761 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98607 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98604 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
was violated. This message appears in the error log and allows for easier debugging. PR: 10773 Proposed again by: Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98603 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 07, 2003
-
-
William A. Rowe Jr authored
Backported based on Allen and my research (really, not many that could review, and his original post was quite well received.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98598 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
and .dbg files (older debuggers and Dr. Watson-type utilities on WinNT or Win9x don't support the newer .pdb flavor.) [Allen Edwards, William Rowe] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98596 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 04, 2003
-
-
Jeff Trawick authored
1) logging a message 2) trying to restart PR: 15761 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98576 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 01, 2003
-
-
Jeff Trawick authored
metafile searched for does not exist. PR: 12353 Submitted by: Owen Rees <owen_rees@hp.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98561 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 31, 2003
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98556 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 30, 2003
-
-
Justin Erenkrantz authored
and --with-apr-util flags. Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Justin Erenkrantz (with minor stylistic nit) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98546 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98545 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 29, 2003
-
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98541 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
apr-util, the fix is already incorporated into httpd-2.0. I'll move the CHANGES entry over to there. If it makes you guys feel any better, I'm absolutely certain that the fix is correct, and I'm the one who wrote the bug in the first place. ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98539 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
an incompatible pointer type to mmap_bucket_destroy(void*). PR: 16533 Submitted by: Gerard Eviston <geviston@bigpond.net.au> Reviewed by: Cliff Woolley git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98538 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
entity comparison function. (i.e. it will optionally strip the W/ prefix.) PR: 14921 (kinda, but not really) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98536 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
the console screen git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98535 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
now just skip over it rather than aborting. PR: 16452 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98524 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 28, 2003
-
-
William A. Rowe Jr authored
Note the change to default apr behavior for the moment. With much luck and a little feedback on dev@apr, perhaps this can be working by the .45 release. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98523 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
auth_type. Related PR: 9076 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98516 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98514 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
which allows to influence the negotiation process on request basis to prefer a certain language, e.g.: SetEnvIf Request_URI ^/manual/foo/ prefer-language=foo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98512 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 27, 2003
-
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98510 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 25, 2003
-
-
Andre Malo authored
(sorry, forgot to put it into the changes before) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98497 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 24, 2003
-
-
Jeff Trawick authored
back to 2.0.45-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98486 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 23, 2003
-
-
Jeff Trawick authored
This resolves problems on AIX when building a DSO with apxs+gcc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98469 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
on startup. mod_file_cache keeps a hash table in the cmd->pool and puts an entry in that hash table for each of its files and mmaps, all of which are opened into cmd->pool. But it registered a cleanup on cmd->pool that would walk the hash table and close each file and delete each mmap, even though by the time that happened those things would have been done already anyway by the files' and mmaps' own cleanups on cmd->pool. So it was deleting mmaps that were already cleaned up and closing files that were already cleaned up in all cases. This has never been valid... amazed it ever worked. But apparently the true bogosity wasn't revealed until the new mmap cleanup code went into APR. PR: 16313 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98463 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 21, 2003
-
-
Graham Leggett authored
PR: 8677 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98426 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: 8677 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98424 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: 14235 Obtained from: Submitted by: Sergey A. Lipnevich <sergeyli@pisem.net> Reviewed by: Graham Leggett git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98420 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
already exist. PR: 12757 Obtained from: Submitted by: Scooter Morris <scooter@gene.com> Reviewed by: Graham Leggett git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98416 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
section, since the code was subsequently merged into the stable branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98408 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 20, 2003
-
-
Jeff Trawick authored
the stable 2.0 branch get other 2.0.45 change entries back down in the 2.0.44 section since they were included in 2.0.44 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98400 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 18, 2003
-
-
Andre Malo authored
note mod_ident. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98322 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 17, 2003
-
-
Jeff Trawick authored
PR: 13609 Submitted by: Joseph Senulis <Joseph.Senulis@dnr.state.wi.us>, Jeff Trawick] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98309 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98308 13f79535-47bb-0310-9956-ffa450edef68
-