- Nov 13, 1997
-
-
Marc Slemko authored
to create it. This makes it possible to modify the NT makefile (not done in this commit) to make it work properly. PR: Obtained from: Submitted by: Reviewed by: Ken Coar, Dean Gaudet, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79600 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79599 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79598 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79597 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
PR: 1044 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79596 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
prototype only the things we require in util.c. Submitted by: bhyde@gensym.com (Ben Hyde) Reviewed by:Dean Gaudet, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79595 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Allow overriding the default USE_FCNTL_SERIALIZED_ACCEPT by defining USE_SYSVSEM_SERIALIZED_ACCEPT (on SVR4) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79594 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Reviewed by: Dean Gaudet, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79593 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 12, 1997
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79592 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Submitted by: Ben Hyde Reviewed by: Dean Gaudet, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79591 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
after child_exit. This fixes a bug with reliable piped logs. Reviewed by: Jim Jagielski, Roy Fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79590 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
circumstances, as it already handled the HeaderName file that way. PR: 1373 Reviewed by: Dean Gaudet, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79589 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
multiple daemons. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79588 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79586 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
read the file. Submitted by: Ben Hyde <bhyde@gensym.com> Reviewed by: Dean Gaudet, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79584 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Add new -V switch; add paragraph about new ServerRoot=/usr/local/apache; git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79583 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79581 13f79535-47bb-0310-9956-ffa450edef68
-
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
-