- Dec 14, 1997
-
-
Ben Laurie authored
PR: 1378 Submitted by: malcolm@mgdev.demon.co.uk Reviewed by: Ben Laurie git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79700 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
PR: 1511 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79699 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79698 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
PR: 1544 Submitted by: Dan Astoorian <djast@cs.toronto.edu> Reviewed by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79695 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
PR: 1534 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79693 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
directive. PR: 975 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79691 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79689 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
how to set the perms on the serverroot. But I don't think we document it anywhere. Nowhere that's easily found direct from the "how to install" page. Document it better, link to it. Remove the install_1_1 docs. Update a 1.2 reference to 1.3. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79687 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 12, 1997
-
-
dgaudet authored
value. I'm committing this because it was posted on nov 20, and I'm tired of it sitting in my tree uncommitted. Submitted by: Igor Tatarinov <tatarino@prairie.NoDak.edu> Reviewed by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79683 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 08, 1997
-
-
brian authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79679 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 07, 1997
-
-
Ken Coar authored
PR: 1512 Submitted by: Ronnie Brunner <brunner@netcetera.ch> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79678 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
PR: 1101 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79676 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79675 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
PR: 1523 Submitted by: Peter Tillemans <pti@net4all.be> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79674 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
Win32 functions. These functions do not bother setting errno - instead, you have to make a call to GetLastError() to get the error code, then call FormatMessage() to get the corresponding string. I already added code to do this in os/win32/service.c, but this was specific to reporting errors to standard error during apache -i or -u calls. The patch below updates aplog_error() to enable generic logging of Win32 errors to the same place as other errors. It adds a new flag, APLOG_WIN32ERROR which if given in the _second_ argument to aplog_error() causes the Win32 error code and error string to be logged. Here is an example call (this is from worker_main()): if (SetEvent(ev[i]) == 0) aplog_error(APLOG_MARK,APLOG_WIN32ERROR, server_conf, "SetEvent for child process in slot #%d", i); Reviewed by: Ben Laurie, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79673 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 04, 1997
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79672 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79671 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 02, 1997
-
-
Ken Coar authored
methods to them. Submitted by: Marc Slemko git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79668 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 01, 1997
-
-
Ken Coar authored
Configuration file; now it tells the user how to make it. Reviewed by: Jim Jagielski, Paul Sutton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79664 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
for 301 permanent redirect, not 302 temporary redirect. PR: 1485 Submitted by: Carl von Loesch <lynx@net.pages.de>, Lars Eilebrecht git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79663 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79661 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 30, 1997
-
-
dgaudet authored
mmap of size 0. PR: 1491 Reviewed by: Jim Jagielski, Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79660 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
it would go into an infinite make loop and consume all processes/resources. Reviewed by: Jim Jagielski, Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79659 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 29, 1997
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79658 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79657 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 27, 1997
-
-
Ken Coar authored
reasons *why* it might be invalid. PR: 1479, 1480, and lots of others Reviewed by: Dean Gaudet, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79656 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
buildmark.obj does not exist git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79655 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79654 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Reviewed bDean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79653 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79652 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 26, 1997
-
-
Alexei Kosut authored
Submitted by: Ben Hyde Reviewed by: Alexei Kosut git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79651 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 25, 1997
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79649 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79648 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
for ".." directory entries , depending on the fact whether the request contained a trailing slash or not. Also add a small "feature": the full directory path broken down into separate clickable path components which makes traversal of public ftp servers much easier. Future improvements in this area include: 0) add appropriate cache control headers to prevent caches from keeping sensitive documents (user:password@) 1) make clickable header optional ("ProxyOptions +ClickHeader" 2) return an external redirection if proxy_ftp detects a directory but the request did not contain a trailing slash (that would make the current BASE HREF= header field obsolete which in turn would allow the removal of the last occurrence of the "user:password@" prefix from the generated document). 3) return a 401 authenticate reply if the addressed ftp server requires a user name (other than "anonymous") or a password (other than "apache@"), unless the request contained a WWW-Authenticate: header already. 4) Optionally convert requests ftp://user:password@host/ on-the-fly into requests of the form ftp://host/ plus the appropriate WWW-Authenticate: header when forwarding to an upstream proxy, lessening the danger of publishing passwords thru use of log file analyzers. Reviewed by: Ken Coar, Roy T. Fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79647 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
Submitted by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79646 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79645 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79643 13f79535-47bb-0310-9956-ffa450edef68
-
Alexei Kosut authored
with an apache_main(), which is called by a main() function in os/win32/main_win32.c. Reviewed by: Ben Laurie git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79641 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 23, 1997
-
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79640 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 22, 1997
-
-
dgaudet authored
S14.23 in the error message so that maybe we can avoid more and more people complaining about us rejecting HTTP/1.1 requests without a Host: header. PR: 1454 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79639 13f79535-47bb-0310-9956-ffa450edef68
-