1
0
mirror of https://github.com/apache/httpd.git synced 2025-05-17 15:21:13 +03:00

54 Commits

Author SHA1 Message Date
Joshua Slive
3404634c64 Place a note in some of the files that contain obsolete information.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87505 13f79535-47bb-0310-9956-ffa450edef68
2000-12-21 22:36:03 +00:00
Joshua Slive
e3489b6948 Normalize syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87273 13f79535-47bb-0310-9956-ffa450edef68
2000-12-09 19:50:04 +00:00
Joshua Slive
02faee3869 Style changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86343 13f79535-47bb-0310-9956-ffa450edef68
2000-09-27 18:36:46 +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
Ralf S. Engelschall
49d91480c3 Make ProxyBlock description more accurate.
Submitted by: John Smolin <smolin@alum.mit.edu>
PR: 4112


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83405 13f79535-47bb-0310-9956-ffa450edef68
1999-06-29 13:54:29 +00:00
Ken Coar
46c8efd27c Fix a typo.
Submitted by:	Robin Langford <Robin_Langford@US.IBM.Com>
Reviewed by:	Ken Coar


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82648 13f79535-47bb-0310-9956-ffa450edef68
1999-01-12 20:02:00 +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
db98ceb158 Fix documentation of ProxyPass/ProxyPassReverse according to the
trailing slash problem.

Submitted by: Jon Drukman <jsd@gamespot.com>
Reviewed by: Ralf S. Engelschall
PR: 2933


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82023 13f79535-47bb-0310-9956-ffa450edef68
1998-09-10 07:30:51 +00:00
Martin Kraemer
71026141b7 Sameer posted the AllowCONNECT back in march. I adapted it to default
to ports 443 and 563 (for https:// and snews://) and wrote a description
for the mod_proxy.html document.

Submitted by:	Sameer Parekh <sameer@c2.net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82014 13f79535-47bb-0310-9956-ffa450edef68
1998-09-08 21:15:53 +00:00
Martin Kraemer
42e46d67b9 Add proxy Via: header management. Currently, Via: headers can be left
unchanged (compatibility), can be set to protocol and host only,
or to protocol, host and comment. Optionally, all Via: headers can
be suppressed if intranet privacy in companies is desired when going out
over a firewall apache.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81939 13f79535-47bb-0310-9956-ffa450edef68
1998-08-16 20:51:52 +00:00
Lars Eilebrecht
43af9f19e8 We don't want to make people think that '_' are allowed in hostnames.
PR: 2788


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81866 13f79535-47bb-0310-9956-ffa450edef68
1998-08-06 01:05:30 +00:00
Martin Kraemer
b77fe61c8d Fix HTML error, correct release version number
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81737 13f79535-47bb-0310-9956-ffa450edef68
1998-07-15 00:31:27 +00:00
Martin Kraemer
b3a2a7309e cache in the event that the client cancels the transfer, provided that
the configured percentage of the file has already been transfered.
It works for http transfers only.

The new httpd.conf directive is:
CacheForceCompletion <percentage>

PR: 2277
Submitted by: 	Glen Parker <glenebob@nwlink.com>
Reviewed by:	Martin Kraemer, Brian Behlendorf


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81685 13f79535-47bb-0310-9956-ffa450edef68
1998-07-09 19:45:40 +00:00
brian
d6707610db PR:
Submitted by:	bhyde@pobox.com
Reviewed by:	Brian

Tweak to add some x-references.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81555 13f79535-47bb-0310-9956-ffa450edef68
1998-06-16 02:11:31 +00:00
Martin Kraemer
66e90023d7 Add some more background info about mod_proxy's behaviour;
e.g., that CacheRoot effectively enables cacheing


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81508 13f79535-47bb-0310-9956-ffa450edef68
1998-06-08 19:05:15 +00:00
Martin Kraemer
c1b238fd54 Typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80608 13f79535-47bb-0310-9956-ffa450edef68
1998-03-20 11:11:04 +00:00
Ralf S. Engelschall
3d9c082573 Reanimation of an undocumented feature of mod_proxy:
ProxyReceiveBufferSize

Submitted by: Ralf S. Engelschall
PR#: 1348


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80598 13f79535-47bb-0310-9956-ffa450edef68
1998-03-20 07:56:49 +00:00
dgaudet
5f3c44c9da I thought we got rid of all the <Limit> ... </Limit> in our examples... is
there some reason this one is still around?  I'm ditching it anyhow unless
someone explains why it's necessary.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80383 13f79535-47bb-0310-9956-ffa450edef68
1998-03-04 08:53:52 +00:00
Ralf S. Engelschall
eb0f7d6b75 Add the ProxyPassReverse directive which allows Apache to be
used as a full-featured Reverse Proxy in front of a backend
webserver cluster.

Submitted by: Ralf S. Engelschall
Reviewed by: Martin Kraemer, Ralf S. Engelschall


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80296 13f79535-47bb-0310-9956-ffa450edef68
1998-02-23 08:04:09 +00:00
Ken Coar
6740cae1bc More HTML fixes (improper nesting of tags).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80134 13f79535-47bb-0310-9956-ffa450edef68
1998-02-05 22:34:05 +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
8d03a2f944 As threatened. The directive attributes in the module documentation
are now links back to a description of what the attributes mean.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80041 13f79535-47bb-0310-9956-ffa450edef68
1998-01-28 19:11:58 +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
Martin Kraemer
317792cc49 The mod_proxy module proxy_ftp.c has an undocumented 'feature':
when the URL is suffixed by ';type=a', then an ASCII transfer is enforced.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79712 13f79535-47bb-0310-9956-ffa450edef68
1997-12-16 22:07:33 +00:00
Ken Coar
5b102c7c80 Clean up some typos in the proxy documentation, and add a
dictionary for the directive attributes (status, override,
	et cetera) - part of the directive-documentation-normalisation
	effort, and something I've wanted for a long time.  Updated the
	mod_example page to use the links to the dictionary (as an example ;-).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79376 13f79535-47bb-0310-9956-ffa450edef68
1997-10-15 14:45:25 +00:00
brian
686c58a244 PR: 785
Submitted by:	Lars Eilebrecht <sfx@unix-ag.org>

mod_proxy directives can be put in virtual hosts too.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78714 13f79535-47bb-0310-9956-ffa450edef68
1997-07-21 04:41:57 +00:00
dgaudet
5c251c2c0b A doc update from Martin Kraemer.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78705 13f79535-47bb-0310-9956-ffa450edef68
1997-07-20 22:19:33 +00:00
dgaudet
a2f26797b3 NoProxy and ProxyDomain directives.
Submitted by:	Martin Kraemer <Martin.Kraemer@mch.sni.de>
Reviewed by:	Dean Gaudet


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78664 13f79535-47bb-0310-9956-ffa450edef68
1997-07-19 08:58:32 +00:00
Ken Coar
87226ebeb8 More HTML cleanups, retrofit of intentional <XA> tag to a no-op
<A NAME> (thanks, Marc).  Lots of trailing blanks removed throughout.
	Small addition to the new_features_1_3 page.  Plenty of
	cleanup still to come..


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78545 13f79535-47bb-0310-9956-ffa450edef68
1997-07-06 17:19:19 +00:00
dgaudet
0d38433b54 PR#372: EXTRA_LFLAGS was changed to EXTRA_LDFLAGS (and LFLAGS was changed
to LDFLAGS) to avoid complications with lex rules in make files.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78476 13f79535-47bb-0310-9956-ffa450edef68
1997-06-30 21:42:28 +00:00
Ken Coar
b209756b03 Removal of the Evil TAB Characters.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78364 13f79535-47bb-0310-9956-ffa450edef68
1997-06-24 18:39:39 +00:00
Ken Coar
8a147876e2 Online docs appearance rework, pass 1 phase 3: module descriptions.
This is the end of this pass for the online manual.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78228 13f79535-47bb-0310-9956-ffa450edef68
1997-06-04 16:14:24 +00:00
Chuck Murcko
4ec7800383 Redo 'controlling access to proxy' section, noting that Limit block is
required, that Files block is required for versions < 1.2b10, and using
all allowable methods in the Limit block.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78128 13f79535-47bb-0310-9956-ffa450edef68
1997-05-09 09:23:02 +00:00
Marc Slemko
12e17e74b5 Big spelling and HTML cleanup of docs. Thanks go to weblint and ispell
and their authors.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78081 13f79535-47bb-0310-9956-ffa450edef68
1997-05-01 05:27:03 +00:00
Chuck Murcko
269abd1cb9 Changed back to use of Directory blocks for access control.
Clarified location of proxy source in 1.2.
Added note that proxy is HTTP 1.0 compliant.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78012 13f79535-47bb-0310-9956-ffa450edef68
1997-04-25 01:29:57 +00:00
dgaudet
7ce02d49a2 Point things at the stopping/restarting document.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78007 13f79535-47bb-0310-9956-ffa450edef68
1997-04-25 00:07:02 +00:00
Chuck Murcko
0172d4b746 In view of lack of response to patching http_core.c to handle proxy: change
the access example to use <Files> block instead of <Directory>.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77944 13f79535-47bb-0310-9956-ffa450edef68
1997-04-21 03:12:06 +00:00
Chuck Murcko
5aafb9bf92 Added CacheDirLength and CacheDirLevels. Fixed link for
CacheLastModifedFactor.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77874 13f79535-47bb-0310-9956-ffa450edef68
1997-04-12 18:31:55 +00:00
Chuck Murcko
a7420c87fe Correct syntax error in Limit block. This still doesn't fix the problem,
though.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77801 13f79535-47bb-0310-9956-ffa450edef68
1997-04-07 01:35:52 +00:00
Chuck Murcko
58ee2c983f Fix typo in FAQ section on limiting access.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77798 13f79535-47bb-0310-9956-ffa450edef68
1997-04-06 02:42:02 +00:00
Chuck Murcko
8e8309b1de Fix typo; add section about SOCKS 4.2/Solaris problems.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77650 13f79535-47bb-0310-9956-ffa450edef68
1997-02-20 04:26:07 +00:00
Chuck Murcko
df7c9f885c Remove erroneous bit (formerly correct).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77401 13f79535-47bb-0310-9956-ffa450edef68
1997-01-09 07:29:12 +00:00
Chuck Murcko
8451d01baa Proxy module documentation update. Add ProxyBlock, expand NoCache and
config sections.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77385 13f79535-47bb-0310-9956-ffa450edef68
1997-01-05 09:02:09 +00:00
Chuck Murcko
d61de2b09b clanups for proxy location & protocols.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77345 13f79535-47bb-0310-9956-ffa450edef68
1996-12-24 21:31:17 +00:00
Chuck Murcko
91e4eaff97 Change emphasis to agree with other docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77339 13f79535-47bb-0310-9956-ffa450edef68
1996-12-24 20:57:04 +00:00
Chuck Murcko
76cd410cae Fix misspelled link to common config topics.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77332 13f79535-47bb-0310-9956-ffa450edef68
1996-12-24 19:55:57 +00:00
Chuck Murcko
d6ea1848ec Add additional doc for the NoCache directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77329 13f79535-47bb-0310-9956-ffa450edef68
1996-12-24 19:46:57 +00:00
Chuck Murcko
a640d9bd7f Update mod_proxy docs, add common topics section.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77325 13f79535-47bb-0310-9956-ffa450edef68
1996-12-24 19:40:10 +00:00
brian
a5ca41e81a Reviewed by: Brian Behlendorf
Obtained from:  Martin.Kraemer@mch.sni.de

Typos, clarifications, and overall improvements.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77227 13f79535-47bb-0310-9956-ffa450edef68
1996-12-09 04:09:19 +00:00