- Nov 12, 1997
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79579 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Hi, the attachment includes a reworked Apache manual with the new virtual host documentation. As Dean suggested I created a new directory named 'vhosts' and moved the updated vhosts-in-depth etc. documents into the new directory, renamed them and updated all other documents which refered to the old docs (at least I tried to find all documents...). Submitted by: Lars Eilebrecht <sfx@unix-ag.org> Reviewed by: Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79577 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Finished the indentation of mod_rewrite.c where some stuff was left over from Roy's initial work. Thanks to Roy for his work, too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79575 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
- the rewriting engine now is really very well documented, so all Apache developers should be able to understand it now ;_) Try it out: look at the new apply_rewrite_list and apply_rewrite_rule functions and try to understand it... - the rewriting engine no longer contains any redundant stuff for the proxy-throughput, redirection and per-dir cases. This makes it even more clear to understand and avoid future bugs like the following: - fixed the query string bug recently discovered by Mark: | RewriteRule ^foo /bar?query [R] | RewriteRule ^foo http://host/bar?query [R] where the second rule's query string was escaped. (fixed by avoiding this as an extra case ;_) - fixed the nasty redirection bug recently discovered in c.i.w.s.u | RewriteRule ^(.*[^/])(.*) ${vhost:$1|$1}$2 [R,L] where the expansion of ${vhost} to http://... was too late for the rewriting engine to accept it as a redirect. (fixed by new and more accurate evaluation order) - split out the fully-qualification of URLs into own named function fully_qualify_uri(r). This avoid redundancy, too. Also incorporate updated APACHE_SSL #ifdef'edchanges to mod_rewrite.c from Ben's latest 1.2.4+ssl_1.11 patch - make cmd_rewriterule static (this was left over from old days of the mod_rewrite_compat which never found its way into the core distribution) Submitted by: Ralf S. Engelschall Reviewed by: Roy T. Fielding, Jim Jagielski, Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79574 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79573 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
Submitted by: Frank Faubert <frank@sane.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79572 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
documentation, examples, explanations and caveats. They live in a new subdirectory htdocs/manual/vhost/. [Lars Eilebrecht <sfx@unix-ag.org>] Submitted by: Lars Eilebrecht <sfx@unix-ag.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79571 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 11, 1997
-
-
Martin Kraemer authored
I think the following files need to be removed manually (they've been moved to the new directory): htdocs/manual/host.html htdocs/manual/vhosts-in-depth.html htdocs/manual/virtual-host.html Submitted by: Lars Eilebrecht <sfx@unix-ag.org> Reviewed by:Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79570 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Hi, the attachment includes a reworked Apache manual with the new virtual host documentation. As Dean suggested I created a new directory named 'vhosts' and moved the updated vhosts-in-depth etc. documents into the new directory, renamed them and updated all other documents which refered to the old docs (at least I tried to find all documents...). Submitted by: Lars Eilebrecht <sfx@unix-ag.org> Reviewed by: Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79569 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
a resource which is available only at http://www.apache.org/, not in the user's tree. Reviewed by:Dean Gaudet, Jim Jagielski, Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79567 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
missing but needed by util.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79565 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
(in contrast to the existing switch "-v" with lower-case-v) shows (some of) the relevant compiler defines which influence Apache's behavior at run time. More diags may be added later, as may the optimization of several strings into one. Reviewed by:Dean Gaudet, Jim Jagielski, Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79564 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: 1397 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79563 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
directive is allowed in <Directory/Files/Location>, <Limit> or <VirtualHost> context and complains if it isn't. Reviewed by: Dean Gaudet, Jim Jagielski, Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79561 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
versions of Apache. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79560 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
without the patch, but gives correcter error message with it. Reviewed by: Dean Gaudet, Jim Jagielski, Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79559 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79558 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
PR: 1238 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79556 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Reviewed by: Roy Fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79554 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
indication that further problems will occur; it's a better indication than many external libraries give us when we actually run out of descriptors. So report it to the user once per restart. PR: 1181 Reviewed by: Jim Jagielski, Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79553 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 10, 1997
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79552 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Obtained from: http://www.zeus.co.uk/misc/zb.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79551 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79550 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
pages. It's freely distributable provided we leave the copyright intact at the top of the code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79549 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
that if the mutex is broken then it'll definately show up as an error. It's amazing how doing this yield flattens out differences between the various options. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79548 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
runs under linux). It includes the correct flock() code. It attempts to yield its slice up to other processes ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79547 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 09, 1997
-
-
Ken Coar authored
Also add the SuppressColumnSorting keyword to the new-features document. Reviewed by: Ben Laurie, Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79545 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
which will keep the column heading from beling links for sorting the display. PR: 1261 Reviewed by: Jim Jagielski, Martin Kraemer, Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79544 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 08, 1997
-
-
brian authored
Added references to the known_client_problems page. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79539 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Submitted by: Marius Groeger <mag@sysgo.de> Reviewed by: Dean Gaudet, Paul Sutton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79537 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
PR: 1294 Submitted by: David Chambers <davidc@flosun.salk.edu> Reviewed by: Dean Gaudet, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79536 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
ProxyPass directive and set handler to 'proxy-server', because find_types() resets r->handler if we have an other handler (server-info, server-parsed, etc.) that will be invoked on the URI from the request. PR: 870 Submitted by: Lars Eilebrecht Reviewed by: Dean Gaudet, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79535 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
the old-style syntax (i.e. "a.b.c." to match a class C) from working properly. [Dean Gaudet] PR: 1248, 1328, 1384 Reviewed by: Jim Jagielski, Lars Eilebrecht git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79534 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Obtained from: Reviewed by: Dean Gaudet, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79533 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: 1372 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79532 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79531 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
introduced a bug that prevented it from working correctly. PR: 1352 Obtained from: Submitted by: M.D.Parker <mdpc@netcom.com> Reviewed by: Marc Slemko, Dean Gaudet, Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79530 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
multiple Listen directives. PR: 872 Obtained from: Submitted by: Reviewed by: Paul Sutton, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79529 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 06, 1997
-
-
dgaudet authored
PR: 1311 Obtained from: FreeBSD-current Submitted by: "[KOI8-R] ������ ������" <ache@nagual.pp.ru> Reviewed by: Dean Gaudet, Jim Jagielski, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79528 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79527 13f79535-47bb-0310-9956-ffa450edef68
-