- Aug 18, 2001
-
-
Richard Bowen authored
the column width. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90341 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
Fixed a problem where the default cache TTL was set in milliseconds not microseconds causing the cache to time out almost immediately. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90340 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90339 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
module code to follow APR. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90338 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
cleaned up when the connection pool pool is cleaned up. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90336 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90333 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90332 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Fix a minor issue with Jeff Trawick's mod_include patch. Without this patch, the code will just allocate more bytes in get_combined_directive than are needed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90329 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90325 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90324 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90323 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90321 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Beat the dead horse git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90320 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
from the parent process. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90319 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90316 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90314 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 17, 2001
-
-
William A. Rowe Jr authored
Bring include and lib targets into line with Unix, and drop the segregated lib vs. libexec, since we have (carefully) avoided potential name clashes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90308 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
some previously unacknowledged Win32 stuff in 2.0.24) when we decide if mod_include is fixed for the time being we may move back the mod_include fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90306 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Heck, create them with .txt filenames on Win32 so the os knows how to open them ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90305 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
As we package the minimal binaries, package a minimal (but comprehensive) set of readme, license and news for the OpenSSL .dll's and openssl.exe. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90304 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
after parsing the first part of the tag. We could get errors like [error] [client 127.0.0.1] unknown directive "<!" in parsed doc filename git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90303 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
PARSE_DIRECTIVE state, so only reset directive_length when in that state git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90302 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add some pretty danged important files to the win32 install. It's a shame these are all mixed up with the other top-level stuff. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90301 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add Win32 observations, and shortcut some more questions to bugs/new-httpd. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90300 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Resolved, by the installer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90297 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix some <IfModule > badness on Win32 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90296 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
We're in find_end_sequence() walking over the directive and the rest of the tag but we stop parsing so we don't walk over too much storage (e.g., mmap) at once). When we resume later, ctx->directive_length has the value it had when we bailed out, so directive_length is wrong and we hit errors like: [Fri Aug 17 11:12:06 2001] [error] [client 127.0.0.1] unknown directiv e "include virt" in parsed doc /home/trawick/apacheinst/htdocs/manual/ mod/mod_include.html git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90295 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90292 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: John Barbee <barbee@veribox.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90290 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
better than spmt_os2 already (graceful restarts actually work). A summary of the process/thread structure is provided in the comments at the start of mpmt_os2.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90289 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
(No Error) didn't make much sense - fixes the error report for no default service installed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90288 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Since we expect many users to start experimenting with the next release, and the 'Apache' default server name definately conflicts with a stable 1.3.20 install, changed the AP_DEFAULT_SERVICE_NAME to "Apache2" (unless the user overrides in the compilation.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90287 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
httpd-2.0/docs/manual/ (Some, like the netware/tpf docs, may come back. But for now they are useless.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90286 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Don't retrieve the default service name if the -k run arg is given. -k run represents running 'in a console', and is the default if no -k option is given at all. Perhaps we want to assume -k start as the default (meaning a console user in the future would have to explicitly ask for -k run if they want to test as a console) now that services are far more stable. That can be debated as a seperate patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90285 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Ok, I didn't like the choices I made an hour or two ago. Here are (IMHO) the most appropriate log levels (feel free to debate.) OTOH, this patch fixes the problem with an apache -k start -n foo command simply exiting, when foo isn't installed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90284 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
as doing so makes a multi-process MPM crash & burn.... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90281 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
We must scream certain errors from the rooftop! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90279 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add the ImagePath entry for Win9x services [as later 1.3.x versions do]. This is required for any Apache management/monitoring app on Win9x. Submitted by: Mladen Turk [<mturk@mappingsoft.com>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90278 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The last of the ignore goodness for tonight git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90275 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Based on the VC6 switch - and pulling the win32 make files from cvs - some more ignores are in order. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90274 13f79535-47bb-0310-9956-ffa450edef68
-