1
0
mirror of https://github.com/apache/httpd.git synced 2025-05-19 02:21:09 +03:00

40 Commits

Author SHA1 Message Date
Tony Finch
e367e05778 Insert missing worg.
Submitted by:   Chris Pepper <pepper@mail.reppep.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86675 13f79535-47bb-0310-9956-ffa450edef68
2000-10-19 23:33:40 +00:00
Tony Finch
4418c82940 name-based vhosts should come before ip-based vhosts.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86674 13f79535-47bb-0310-9956-ffa450edef68
2000-10-19 19:25:47 +00:00
Tony Finch
8df1ca06a5 Belatedly update the documentation to include the NameVirtualHost *
stuff. This isn't quite a sync with the 1.3 docco because we don't
want to mention 1.3 in the 2.0 docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86673 13f79535-47bb-0310-9956-ffa450edef68
2000-10-19 19:24:51 +00:00
Tony Finch
34eb2ff75e Belatedly update the documentation to include the NameVirtualHost *
stuff. This isn't quite a sync with the 1.3 docco because we don't
want to mention 1.3 in the 2.0 docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86671 13f79535-47bb-0310-9956-ffa450edef68
2000-10-19 19:15:14 +00:00
Joshua Slive
9b97d6d9e2 PR: 6451
Clarification / grammar fix.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86247 13f79535-47bb-0310-9956-ffa450edef68
2000-09-18 01:55:48 +00:00
Joshua Slive
2e269fe229 PR: 5596
Clean up confusion over which directives can go in <VirtualHost>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86235 13f79535-47bb-0310-9956-ffa450edef68
2000-09-15 19:33:53 +00:00
Rich Bowen
97318f9e20 allow->Allow, deny->Deny, order->Order and require->Require.
All directives are now consistently capitalized.
PR:
Obtained from:
Submitted by:	Rich Bowen <rbowen@rcbowen.com>
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86205 13f79535-47bb-0310-9956-ffa450edef68
2000-09-12 15:16:59 +00:00
Joshua Slive
ed488c48e5 PR: 6470,6450,6218,6216,6478
Submitted by:	pepper@reppep.com
Reviewed by:	Joshua Slive
Grammar fixes from the bug database.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86189 13f79535-47bb-0310-9956-ffa450edef68
2000-09-09 18:19:55 +00:00
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
Ralf S. Engelschall
7022dfeca2 Make clear that there are more directives which
are actually not allowed in <VirtualHost> sections.

Submitted by: sehh <sehh@altered.com
PR: 5596


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84576 13f79535-47bb-0310-9956-ffa450edef68
2000-02-05 11:39:54 +00:00
Ralf S. Engelschall
1871f5b821 Fix hyperlink
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83869 13f79535-47bb-0310-9956-ffa450edef68
1999-09-04 14:19:25 +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
Lars Eilebrecht
a415f220d4 fix/enhancement
PR: 3745
Submitted by: Roger Pack <roger.pack@juno.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82804 13f79535-47bb-0310-9956-ffa450edef68
1999-02-14 14:26:49 +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
f462baa6e9 Oops, forgot to add it here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82657 13f79535-47bb-0310-9956-ffa450edef68
1999-01-15 00:59:12 +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
Lars Eilebrecht
27f9e91b84 Some updates/modifications (based on the patch from the PR).
PR: 3549
Submitted by: Joshua Slive <slive+apachebugs@finance.commerce.ubc.ca>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82506 13f79535-47bb-0310-9956-ffa450edef68
1998-12-18 23:49:44 +00:00
Ken Coar
dda1e03ed0 Some more consistency (cgi -> CGI) fixes, and shortened long lines.
(There are about 200 more >80 lines in the dos, but I haven't the
	time now to fix 'em.  Oh well.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82069 13f79535-47bb-0310-9956-ffa450edef68
1998-09-17 14:52:03 +00:00
Ken Coar
681f8e5fec More documentation consistency cleanup for 1.3.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82066 13f79535-47bb-0310-9956-ffa450edef68
1998-09-17 14:15:02 +00:00
Ken Coar
caec9aac63 The semi-regular HTML cleanup of the documentation. There are
some HTML errors (incorrect anchor nesting, primarily) coming in
	another commit.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82064 13f79535-47bb-0310-9956-ffa450edef68
1998-09-17 12:33:12 +00:00
Ralf S. Engelschall
bccc5c53cf Fix hyperlinks in vhost/ area.
Thanks to Jean-Philippe BAUDOUIN <baudouin@cyberaccess.fr> for hints.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81944 13f79535-47bb-0310-9956-ffa450edef68
1998-08-19 06:16:58 +00:00
Lars Eilebrecht
e5f26b6fbc fix some broken links
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81758 13f79535-47bb-0310-9956-ffa450edef68
1998-07-16 22:59:58 +00:00
brian
51dc91553c PR:
Fix link.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81504 13f79535-47bb-0310-9956-ffa450edef68
1998-06-08 16:28:37 +00:00
Ken Coar
1b19735a79 Part 2 of the semi-regular HTML normalisation. Now on to
apache-site...  No thirty.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81322 13f79535-47bb-0310-9956-ffa450edef68
1998-05-20 14:22:48 +00:00
brian
1ce2568976 PR:
Submitted by:	"Michael K. Sanders" <msanders@iNetz.COM>

Clarification.  CNAME to an IP address is incorrect.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81133 13f79535-47bb-0310-9956-ffa450edef68
1998-05-05 05:54:21 +00:00
Jim Jagielski
1f1e1ae066 Some clarification that only one NameVirtualHost
is used per IP:port pair


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81012 13f79535-47bb-0310-9956-ffa450edef68
1998-04-21 22:24:51 +00:00
dgaudet
fbe5361d1c This should help folks trying to understand vhosts. It adds the command
line option -S which dumps a description of how apache parsed the vhost
directives.  In particular it'd really help the folks who recently ran
into /etc/hosts mismatches with DNS.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80965 13f79535-47bb-0310-9956-ffa450edef68
1998-04-19 20:10:43 +00:00
dgaudet
5ee66a04f9 spell out the obviously not so obvious
fix slight semantic error


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80249 13f79535-47bb-0310-9956-ffa450edef68
1998-02-20 06:47:54 +00:00
Ken Coar
80c32a1d5f Another pass at the normalisation of the HTML tags. Some
corrections coming up.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80130 13f79535-47bb-0310-9956-ffa450edef68
1998-02-05 20:05:18 +00:00
Ken Coar
3ff603fdf5 Correct a link that assumed the old documentation tree layout.
Submitted by:	Brian K Smith <briank.smith@computer.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80128 13f79535-47bb-0310-9956-ffa450edef68
1998-02-05 17:41:55 +00:00
Ken Coar
07050bb5be A truly mighty mod normalising HTML tags to uppercase, and
'i' and 'b' to 'EM' and 'STRONG' respectively.  Been threatening
	to do this for months.. no-one need try to maintain this when
	writing/modifiying the docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80021 13f79535-47bb-0310-9956-ffa450edef68
1998-01-26 16:54:35 +00:00
Marc Slemko
dddf03b3cc Misc spelling fixes.
PR: 1600
Obtained from:
Submitted by:	 "Daniel S.Lewart" <d-lewart@uiuc.edu>
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79798 13f79535-47bb-0310-9956-ffa450edef68
1997-12-29 20:41:55 +00:00
Martin Kraemer
265536db86 In several htdocs/manual pages, the TransferLog directive is still
attributed to the mod_log_common module (which is no longer
supported as of apache_1.2).

The patch replaces these references with references to
mod_log_config. Note that I still left the mod_log_common.html file
(and a back compatibility reference to it) in the docs distribution.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79715 13f79535-47bb-0310-9956-ffa450edef68
1997-12-16 22:28:39 +00:00
dgaudet
00aed4225a Language tweaks. Expand on the common reason why you would want to run
multiple daemons.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79587 13f79535-47bb-0310-9956-ffa450edef68
1997-11-12 21:11:59 +00:00
dgaudet
f43c854459 addition
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79585 13f79535-47bb-0310-9956-ffa450edef68
1997-11-12 20:54:22 +00:00
Martin Kraemer
cdda304d34 Sorry, I added the wrong header/footer files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79580 13f79535-47bb-0310-9956-ffa450edef68
1997-11-12 13:54:26 +00:00
Martin Kraemer
28e82e025e Sorry, I added the wrong header/footer files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79578 13f79535-47bb-0310-9956-ffa450edef68
1997-11-12 13:53:15 +00:00
Martin Kraemer
7bd9637c86 Citing Lars:
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/trunk@79576 13f79535-47bb-0310-9956-ffa450edef68
1997-11-12 13:37:54 +00:00
Martin Kraemer
eff734582b Citing Lars:
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/trunk@79568 13f79535-47bb-0310-9956-ffa450edef68
1997-11-11 23:47:21 +00:00