- Aug 01, 2001
-
-
Bradley Nicholes authored
format git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89861 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 30, 2001
-
-
Martin Kraemer authored
convert the "CONNECT host:port HTTP/1.0" request line to ASCII before contacting the next proxy, and was thus unusable for SSL proxying. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89786 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 29, 2001
-
-
Marc Slemko authored
from using specially crafted vhost names to write to any .log file on the system. PR: 7848 Obtained from: Submitted by: Daniel Matuschek <daniel.matuschek@swisscom.com> and Marc Slemko Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89771 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 25, 2001
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89707 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89706 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 16, 2001
-
-
Dirk-Willem van Gulik authored
is the associated CHANGES file update. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89556 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
will give ENOPROTO. So ENOENT can go. Also it is sometimes hard to find out what the kernel status is; this change in logging will give the user at least a chance to figure out what is happening. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89555 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 15, 2001
-
-
David Reid authored
to get it building correctly again. Submitted by: Peter Schultz <pete@beforever.com> Reviewed by: david Reid <dreid@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89552 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 13, 2001
-
-
Dirk-Willem van Gulik authored
we propably need to hunt around on FreeBSD; as some intermediate releases might have given a different Eno. But then again those where on the current track. So they are safe to ignore. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89549 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
to 8k, one call to send_parsed_content() chews up 24k of stack space. During a server-side include evaluation this function is called recusively, allocating 24k each time. Obviously it doesn't take long to blow a 64k stack which is the default for Apache for NetWare. Since MAX_STRING_LEN is used all throughout the Apache code, we should rethink using a default of 8k especially in recursive functions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89548 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
binaries around on FreeBSD - due to differences on the platform apache was compiled on and it was actually ran on. This adds AcceptFilter on/off to make live easier. Corresponding commit in doc's coming up. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89545 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 12, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89544 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 11, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89538 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 06, 2001
-
-
Ken Coar authored
Make sure that we *really* deny access to .ht* files.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89509 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 04, 2001
-
-
Martin Kraemer authored
Apparently they are not detected/handled gracefully by all directives. Also, change one occurrance (Group #-1) to use a quoted string (Group "#-1") Reviewed by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89497 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 22, 2001
-
-
Jeff Trawick authored
They are driven by changes to the TPF operating system: updates in shutdown processing to accommodate new code in TPF's Internet Daemon updates to allow non-blocking file descriptors on TPF now that our select() supports non-socket file descriptors changes to os.c to take advantage of TPF's newly enhanced version of fork and exec moving TPF-specific printf's for the -V option from http_main.c to os.c Submitted by: David McCreedy <McCreedy@us.ibm.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89404 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 12, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89350 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89349 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Fix perform_idle_server_maintenance() for Cygwin: use SIGKILL rather than SIGUSR1 because the latter has no effect. PR: PR#7837 and PR#7838 Submitted by: Stipe Tolj <tolj@wapme-systems.de> Reviewed by: Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89348 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 11, 2001
-
-
Bradley Nicholes authored
builds it as an external module called VHOST.NLM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89345 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89344 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89343 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89342 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
least one piped ErrorLog Submitted by: Justin Erenkrantz Reviewed by: Greg Ames git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89340 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Anyone for legible error messages? [This disaster was my creation, so I'm happy to criticize it.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89332 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 09, 2001
-
-
Victor J. Orlikowski authored
PR: #7461 Submitted by: patrik@netdive.com Reviewed by: Victor Orlikowski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89323 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 08, 2001
-
-
Bradley Nicholes authored
Using the recv() function instead of read(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89311 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 02, 2001
-
-
Bill Stoddard authored
socket descriptor on Windows always fails. Should be calling recv() instead of read() on Windows. Thanks to Bill Rowe (and bounds checker :-) for pointing this out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89259 13f79535-47bb-0310-9956-ffa450edef68
-
- May 30, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89241 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89240 13f79535-47bb-0310-9956-ffa450edef68
-
- May 28, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89234 13f79535-47bb-0310-9956-ffa450edef68
-
- May 25, 2001
-
-
Dirk-Willem van Gulik authored
for apache-2.0 where we also have an ascii [num] representation of IPv6's to take into account which currently only takes the non proxy situation into account. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89230 13f79535-47bb-0310-9956-ffa450edef68
-
- May 23, 2001
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89225 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
on NetWare is exited gracefully even on an abnormal shutdown. This fixes the Ouch! out of memory problem when trying to restart Apache for NetWare after an abnormal shutdown. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89224 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
environment. This protects against ill behaved modules that exit the web server rudely leaving ApacheC.nlm in an unknown state. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89223 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Thanks for the reminder, martin, so are netware and os/2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89222 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89220 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89219 13f79535-47bb-0310-9956-ffa450edef68
-
- May 22, 2001
-
-
Dirk-Willem van Gulik authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89208 13f79535-47bb-0310-9956-ffa450edef68
-
- May 21, 2001
-
-
William A. Rowe Jr authored
And on we go git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89192 13f79535-47bb-0310-9956-ffa450edef68
-