- Oct 23, 2001
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91650 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91649 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
all of the non-portable W* macros from Apache. Submitted by: Jeff Trawick and Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91648 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91647 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
mod_status output. The generation will be bumped at server graceful restart, when the child process exits by hitting MaxRequestsPerChild or if the child process exits abnormally. [Bill Stoddard] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91646 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
was that we forgot to check whether ctx->bb was empty, so when we pulled the first bucket, it would be the sentinel, and we'd segfault trying to apr_bucket_read the sentinel. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91641 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 22, 2001
-
-
Joshua Slive authored
Reviewed by: Allan Liska git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91640 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91638 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
displays. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91637 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91636 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91634 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
doesn't exist git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91633 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
IdentityCheck retrieves the proper user id instead of failing and thus always returning "nobody." Submitted by: Dick Streefland <Dick.Streefland@xs4all.nl> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91632 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Remerge proxy configuration. Tally: of 9 votes; Majority for segregating mod_ssl Minority for segregating mod_proxy Also remove a lingering bit of ldap config from httpd-std.conf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91631 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix two typos in the last patch... compiles/tests clean... Greg, please run this against Apache.org until the first core and post the results. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91625 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Perhaps fix the segfault... my earlier patch didn't since we already memcpy'ed the base into the merged per-dir config. This certainly cleans up that function though, and I hope increases it's legibility. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91624 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 21, 2001
-
-
William A. Rowe Jr authored
Reading commit log messages can be very helpful for noting inconsistent comments... no code is hurt in this commit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91623 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The test of filename[0] == '/' is very evil ;) More patches required to; 1. use apr_filepath_merge rather than apr_pstrcat for creating proper and canonical paths. 2. untangle the proxy: fooness that no longer works in directory_walk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91622 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91619 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Grab this pointer, before it goes NULL git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91618 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
For Win32 cgi %1 arguments, use backslashes. For $1, use posix slashes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91617 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
On second thought, we like our dot, alot. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91616 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Round out const'ness git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91615 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
First Patch! [Well, my own typo.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91614 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Reimplement Win32 registry-based and shebang-extended scripting. Accepts arguments of $* and %* for 'positioned' cgi envvars, provided they stand alone (aren't part of another arg.) Accepts %1 $1 syntax, quoted or not, but makes no attempt at palacating older programs with short paths, just yet. About as stable and robust as my first rewrite of dir_walk, so watch out! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91613 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Thread saftey lock for mod_rewrite's cache... I'm sure others will have some 'better ideas' but this will work for now. Submitted by: Brian Pane <bpane@pacbell.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91612 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Simplified mod_env's directives to behave as most directives are expected, in that UnsetEnv will not unset a SetEnv and PassEnv directive following that UnsetEnv within the same container. Also provides a runtime startup warning if a PassEnv configured environment value is undefined. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91611 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 20, 2001
-
-
William A. Rowe Jr authored
Fix a nasty GP fault... stop testing buckets after they are passed!!! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91610 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Restrict by content type and encoding before we go and try to drag in some text to merge as headers and footers to autoindex pages. This will escape index.gif from a bold attempt to use IndexHeader index ;) Also pass in the args to the subrequest, for anyone trying to decode what the user is looking at. A great example of this coming up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91609 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Canonicalize all absolute <Directory > sections, not simply those that fail to end in a '/'. Slash test is afterwords, once we've canonicalized any '\' and other aliases to '/'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91608 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
We need to allocate storage space for the terminating NULL AND the extra / we may tack on to the string at some point. How in the hell the stars were aligned for this to corrupt newv via the strcat at line 580 is unknown. Resolves segfault seen on daedalus. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91607 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
ap_run_child_init is not an optional function ;) Consistify a variable name with the rest of httpd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91604 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
Win 9x as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91603 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 19, 2001
-
-
Aaron Bannert authored
the proc_mutex header for the sake of consistency. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91582 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91581 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
uses native APR types for thread mutexes, cross-process mutexes, and condition variables. Who's next? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91580 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
here to set permissions on SysV Semaphores. MPMs will be modified to call this new function as they are ported to the new APR lock API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91579 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
This was preventing the MaxRequestsPerChild config directive from working properly. Handle MaxRequestsPerChild a bit more sanely. When MaxRequestsPerChild is hit, the child signals an event that causes the main child thread to signal the parent to restart. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91578 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
More missing .h goodies git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91577 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91576 13f79535-47bb-0310-9956-ffa450edef68
-