- Apr 13, 2002
-
-
William A. Rowe Jr authored
process_cgi is more descriptive than replace_cmd. It also affects query_string args. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94638 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The fix requires a bump git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94637 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
If we have a registry command or a shebang line invocation, correct the invocation type to APR_PROGRAM_PATH so we will both search the path, and accept undecorated names, e.g. "perl" should be acceptable for "perl.exe". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94636 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Wasted at least 20 minutes reparsing this code till I determined it's correct. But make the sucker legible so noone else repeats the experience. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94635 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
In order for Win32 to accept the shebang line of #!perl so we 1) search the PATH and 2) resolve perl.exe for perl, we must add the progtype so we can override APR_PROGRAM with APR_PROGRAM_PATH. This is the API change only for the cgi build command line option function. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94634 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Correct const'ness of argv in all support apps, and use the new apr_app_initialize over apr_initialize for win32, and other platforms that may wish to tweak 'apr-ized' application support (e.g. Netware?) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94633 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
Submitted by: Thom May <thom@planetarytramp.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94631 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94630 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94629 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 12, 2002
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94628 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
cleaned up. Need to move the call to after apr_pool_clear() so that it doesn't get cleanup too soon and never reallocated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94627 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
part of it was vetoed. Anybody know the sh-ism to compare timestamps on files? That's what we really need here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94626 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
the accept mutex. Depending on the OS and mutex mechanism this could result in a hang. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94625 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
to see if it works that way though) * touch generated files to make sure we don't require the user to have the tools to rebuild them (eg, flex and yacc) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94624 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
.y and .l files. These must be kept newer than those at all times to avoid introducing a dependency on flex and yacc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94623 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Submitted by: Stas Bekman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94620 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Flip the order. If the user specifies ScriptInterpreterSource, either Registry or RegistryStrict, test the registry in preference over a shebang line. This is how 1.3 behaved, and allows scripts with invalid shebang lines (straight from another box, for example) to run without modification. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94618 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94617 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94616 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
like server/mpm/experimental/* git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94615 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
like server/mpm/experimental/* git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94614 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94612 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94611 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94608 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
With the standard apache layout, this changes nothing (since runtimedir == logfiledir), but for other layouts, this makes a lot more sense. PR: 7841 Submitted by: Andreas Hasenack <andreas@netbank.com.br> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94606 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 11, 2002
-
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94605 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94602 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 10, 2002
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94594 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
the mutex. This would leave all of the other threads deadlocked. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94593 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
All that is really necessary is that the accept look yield the rest of its time slice when this condition is hit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94592 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94591 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
follows Apaches socket abstraction design principles). Made similar change to Win9x code to keep that OS working. Reuse the ptrans pool across transactions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94590 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94589 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Time for sleep git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94588 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 09, 2002
-
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94584 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
uses of apr_lock.h [deprecated]. Tested that I could serve simple SSL (v3) pages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94583 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Eliminate cyclic dependency that broke 2.0.35 command line build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94582 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
at the same time quiet a gcc warning (it assumed that thread_limit could be zero, which would leave ps_record uninitialized when referenced after the end of the thread loop) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94579 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94578 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94575 13f79535-47bb-0310-9956-ffa450edef68
-