- May 21, 2002
-
-
Jeff Trawick authored
PR: 9233 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95200 13f79535-47bb-0310-9956-ffa450edef68
-
Lars Eilebrecht authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95199 13f79535-47bb-0310-9956-ffa450edef68
-
Lars Eilebrecht authored
- rename index.html.tw to index.html.zh - remove index.html.ltz.utf8 - rename index.html.lu.utf8 to index.html.lb.utf8 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95198 13f79535-47bb-0310-9956-ffa450edef68
-
- May 20, 2002
-
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95196 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
word for it. PR: 9065 Submitted By: Sergi <chavalpk@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95195 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
to get built as a DSO, which it can't be. This forces it to be static only. PR: 9244 Submitted by: Cliff Woolley, and simultaneously by Robin Johnson <robbat2@orbis-terrarum.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95194 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95193 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
2. Change the incredibly misleading comment for .htaccess. 3. Shorten the comment for IndexOptions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95192 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
The most we could say about preformance is "it's usually better to leave this on, but sometimes it's better to turn it off", which is not really helpful to anyone. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95191 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95190 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95189 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
sem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95188 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Clean up isapi_load, removing the request_rec arg [which we never need], and using the given server and request rather than deref'ing r->server [which segfaulted ISAPILoadModule in the 1.73 rev.] Reported by: Sebastian Hantsch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95187 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A few noops (at the moment.) Prepare for stuffing the directive into the conf tree, without reinvoking the directive, even when EXEC_ON_READ. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95186 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
TransmitFile() else we may return APR_SUCCESS to a call that really failed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95185 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
veto was not rescinded. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95183 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
PR: 9222 Obtained from: kaz@asada.sytes.net (ASADA Kazuhisa) Submitted by: Reviewed by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95182 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
content with "Content-Encoding" header, content is encoded. But mod_deflate does not check it. It cause to encode content twice. This problem is reproducable by getting encoded content via mod_proxy. Patch Contributed by kaz@asada.sytes.net (ASADA Kazuhisa) Bug #9222 Thanks Kazuhisa git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95181 13f79535-47bb-0310-9956-ffa450edef68
-
- May 18, 2002
-
-
William A. Rowe Jr authored
As the prior commit message indicated, pass the accept thread a listen rec as opposed to simply the listen socket. However, the prior commit (which I crossed up with this patch) really closed a segfault where we attempted to log messages to ap_server_conf, after the server conf was destroyed, and prior to setting the new value in the next go-around of post_config. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95173 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Begin passing about apr types instead of odd local conventions. It seems there may be other uses for tracking information within an ap_listen_rec, outside of the socket. One of my hassles (that FirstBill found another way around) was tracking the current accept socket when the only common data was the listen socket. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95172 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Resolve the EXEC_ON_READ bit for ServerRoot and other modules that test the directive context. Should eliminate the segfault. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95171 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Although it appears reasonable to immediately gather the Error log and level from the config; these are per-vhost entities that can't be processed as we preload the config tree. There is more work to do, as Cliff Woolley guesses, before we can make this change. In the meantime, -e and -E should provide the admin sufficient options to work around problematic configs. So I'm reverting those changes, for now. ServerRoot is global only, and it MUST be read immediately, so that part of the last patch stays. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95170 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
an error. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95169 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95168 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95167 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95166 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95165 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
APR_XtOffset -> APR_OFFSET APR_XtOffsetOf -> APR_OFFSETOF git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95164 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
a big way. No more misaligned if's without {} blocks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95162 13f79535-47bb-0310-9956-ffa450edef68
-
- May 17, 2002
-
-
William A. Rowe Jr authored
Ahhh, this really aught to include windows first, then the custom defined symbols. Better yet - throw in the copyright. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95161 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
We need to grab ServerRoot, LogLevel, and ErrorLog right off the bat as we are reading the config. This closes a bug where ServerRoot /foo + LoadModule relative/mod_foo.so won't load mod_foo.so. Reported by: Ron Leung <rleung@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95160 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
add mpm_common and mod_cache to index-bytype.html (which, by the way, is clearly the abused stepsister of index.xml/index.html... we should find some automated way to generate the index-bytype as we have with the regular index). PR: 9187 Reported by: Max Dittrich <amax@cs.tu-berlin.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95159 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
for example: <VirtualHost *:>, for which the core only spits out a warning: Name or service not known: Cannot resolve host name *: --- ignoring! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95158 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
work the other way. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95156 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
the content of manual.xsl, which was just removed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95155 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
stylesheet must be used for different languages. The language-dependent stylesheets simply include the appropriate language settings and then include common.xsl to get the real stylesheet. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95154 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95153 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
at the same time a few days ago the configure syntax for specifying a layout was fixed in binbuild.sh, but the layout was broken... it turns out that we don't need the layout with Apache 1.3, a separate layout for binary builds was necessary in order to install under any prefix specified by the user with Apache 2.0, that works without any special tricks so the BinaryDistribution layout is no longer necessary git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95152 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95151 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95150 13f79535-47bb-0310-9956-ffa450edef68
-