- Feb 14, 2003
-
-
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
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98644 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98643 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98640 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Tabs. Runovers. Style violations ... oh my! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98638 13f79535-47bb-0310-9956-ffa450edef68
-
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
-
-
Bradley Nicholes authored
so that the table searches will function properly git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98635 13f79535-47bb-0310-9956-ffa450edef68
-
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
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98628 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
environment variable string is passed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98625 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
PR: 7822 Submitted by: Andreas Hasenack <andreas@netbank.com.br>, Ranier Vilela Fonseca <ranier@cultura.com.br> Reviewed by: Fabio Mengue <fabio@ccuec.unicamp.br>, Co-workers of Lars ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98624 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
-
-
Bradley Nicholes authored
all CGIs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98615 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
if the CGI should be started in its own address space. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98613 13f79535-47bb-0310-9956-ffa450edef68
-
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
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98608 13f79535-47bb-0310-9956-ffa450edef68
-
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
-
William A. Rowe Jr authored
Thanks Andre... for pointing out my fat fingers. Drop the module binaries into the correct location. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98606 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
-
Jeff Trawick authored
(the only one of several such places in Apache which didn't get fixed to work with separate APR... no fun when v4 sockets won't talk to Apache anymore) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98595 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix a bizarro entry (probably a remnant from when I had a totally bogus project name with spaces - which I discovered will not work.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98593 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix some out of sequence project entries, and add the correct dependencies for the apr-iconv ccs/ces modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98592 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix various inconsistencies between the saved IDE structure and the current .dsp files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98590 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 06, 2003
-
-
William A. Rowe Jr authored
Sort targets (no effective change) - this reduces the cvs diff when modifing the project file from the IDE. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98587 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98585 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 05, 2003
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98581 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 04, 2003
-
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98580 13f79535-47bb-0310-9956-ffa450edef68
-
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 03, 2003
-
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98575 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
update license to 2003. Happy New Year! ;-)) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98573 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 02, 2003
-
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98566 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98563 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@98558 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
warnings with recent gcc compile break with native compiler for AIX git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98557 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98556 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 30, 2003
-
-
Cliff Woolley authored
Submitted by: Madhu git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98551 13f79535-47bb-0310-9956-ffa450edef68
-