- Dec 07, 2001
-
-
Brian Pane authored
"<!--#", check for "virtual" first. That's the more likely case (assuming that people follow the recommendation in the mod_include documentation that "virtual" be used in preference to "file"), so by checking for "virtual" first we can short-circuit out of the conditional after one strcmp instead of two. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92358 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 06, 2001
-
-
Brian Pane authored
ap_meets_conditions() until after the point where we short-circuit out of the function on subrequests git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92354 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92353 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
handler name with the equivalent (but less heavyweight) strchr call git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92352 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 05, 2001
-
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92350 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92349 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92348 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
I like short config files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92347 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
changes: 1. Remove the directives in the document root <directory> section that are there to handle the index.html.var and put them in their normal place in the config file. I see no reason to duplicate the directives and explanations. 2. Change from the funky FilesMatch/SetOutputFilter to AddOutputFilter for the SSI configuration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92346 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
when anybody's DSOs should be built (e.g., via apxs) so that on a few platforms with special issues third-party modules can be loaded as long as mod_so is built into httpd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92343 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92342 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
PR: 8939 Submitted by: Vladimir Terziev <vlady@rila.bg> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92341 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Ryan.King@databuilt.com git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92340 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
a printf to always have a match between the format string and argument git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92339 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
the compile with a nicer message (hopefully this is only temporary?) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92338 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92329 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92328 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
user to hard-code the list of import files. (This should help on OS/390 and BeOS as well.) Trivial change: just stick the value of SH_LDFLAGS on the libtool --mode=link line. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92327 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92324 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 04, 2001
-
-
Jeff Trawick authored
and whether or not APR_HAS_SENDFILE is defined git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92322 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92306 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92305 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 03, 2001
-
-
William A. Rowe Jr authored
Resolved segfault in mod_isapi when configuring with ISAPICacheFile. PR: 8563, 8919 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92301 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92300 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
directories that are not well known to the loader. How it works: * libtool figures out the name of this system's library path environment variable (i.e. LD_LIBRARY_PATH, LIBPATH, DYLD_LIBRARY_PATH) at apr configure time (existing code) * save this variable name in SHLIBPATH_VAR in APRVARS * substitute this name when apachectl is created * uncomment the lines containing this variable during binbuild * install_bindist.sh updates the path to lib/ when the binary is installed (existing code) not done yet, but a good idea: * create a file or directory containing all environment variable settings for apachectl. Others env vars need to be tweaked, at least on AIX and OS/390, so keeping them separate should reduce headaches long term. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92299 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
gone out the door when this change was made. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92297 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92296 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92295 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92294 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
One compile error down, several to go. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92293 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
characters of the path that aren't '.' rather than copying those bytes onto themselves git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92292 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 02, 2001
-
-
Brian Pane authored
the previous commit] Added a version of ap_getline() that allocs a buffer from the request's pool, rather than copying into a caller-supplied buffer. (This lets us eliminate one copy operation on the request headers.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92291 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
the request's pool, rather than copying into a caller-supplied buffer. (This lets us eliminate one copy operation on the request headers.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92290 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92289 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
ap_escape_html() to eliminate a redundant scan through the string. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92288 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
SSI tags to lowercase when they're already lowercase (in my experience, this special case happens often enough to be worth optimizing) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92286 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
where the string being decoded doesn't have any ampersands in it (e.g., because it's the value for an 'include virtual=...') git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92284 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
strings passed to apr_hash_get/apr_hash_set (this matches the convention used throughout the rest of the httpd, and it saves a small amount of processing) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92283 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92282 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92281 13f79535-47bb-0310-9956-ffa450edef68
-