1
0
mirror of https://github.com/apache/httpd.git synced 2025-09-01 02:02:06 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Tony Finch
14a2e29bdd Clarify the DOCUMENT_ROOT environment variable oddity.
Suggested by: Scott Goodman <scott@searchbc.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84904 13f79535-47bb-0310-9956-ffa450edef68
2000-04-04 13:27:02 +00:00
Martin Kraemer
98e316332e Use <!--#include virtual="footer.html" --> like for header include
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83632 13f79535-47bb-0310-9956-ffa450edef68
1999-08-10 14:23:16 +00:00
Jim Jagielski
a4929c7ee9 PR:
Submitted by:   Tony Finch <fanf@demon.net>
Reviewed by:    Dean, Randy, Jim, Lars, Martin
Obtained from:

Add the new mod_vhost_alias.c modules for better mass-hosting. This
has been used at Demon Internet with excellent results and basically
replaces the "old" method of using mod_rewrite. Big advantage is
that adding new vhosts can be done without restarting the server.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83357 13f79535-47bb-0310-9956-ffa450edef68
1999-06-22 00:51:25 +00:00
brian
4029b12a09 Tony Finch says:
>I just realised that this is wrong: the %v won't work on 1.3.4 because
>it always uses the canonical server name. It should be changed to
>%{SERVER_NAME}e.

So I've changed it accordingly.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82687 13f79535-47bb-0310-9956-ffa450edef68
1999-01-20 04:47:08 +00:00
brian
c1c51cd783 This is the document on how to use mod_rewrite to eliminate the need for
virtualhost settings in the config file.  Many thanks to Tony Finch <dot@dotat.at>
for contributing this!


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82655 13f79535-47bb-0310-9956-ffa450edef68
1999-01-15 00:57:10 +00:00