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

58 Commits

Author SHA1 Message Date
dgaudet
e6d59dda2a Maybe help users a bit, I doubt it. Consider PR#480, PR#599.
Reviewed by:
Submitted by:
Obtained from:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78338 13f79535-47bb-0310-9956-ffa450edef68
1997-06-22 23:58:38 +00:00
Marc Slemko
400e0c856d SendBufferSize is not valid in a VirtualHost, so make Apache say so.
Note that allowing this to be set on a per socket (ie. per Listen
directive) basis could be useful for some, but isn't currently
implemented.  Also note that the code as written may fail to work
correctly on some systems that don't copy the socket settings fully
on an accept().

Reviewed by:	Randy Terbush, Dean Gaudet
Submitted by:
Obtained from:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78281 13f79535-47bb-0310-9956-ffa450edef68
1997-06-10 00:28:33 +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
dgaudet
9e448f8155 Add documentation about :port in virtualhost. Note the necessity of
using _default_:* if the user wants to match all ips on all ports.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78098 13f79535-47bb-0310-9956-ffa450edef68
1997-05-04 20:11:53 +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
dgaudet
aac2efd8d4 Clean up Linux configuration by detecting 2.x linux and enabling HAVE_SHMGET,
and HAVE_SYS_RESOURCE_H.  Don't touch Linux 1.x systems for fear of various
compatibility problems.  Ditch that silly hack LINUX_TWEAK that I wish
I hadn't introduced.

Reviewed by:	Paul S., Roy


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78037 13f79535-47bb-0310-9956-ffa450edef68
1997-04-27 07:52:14 +00:00
dgaudet
39bbd4cf97 Clarify the function of Port to avoid problems like PR#459 and PR#485.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78018 13f79535-47bb-0310-9956-ffa450edef68
1997-04-25 20:49:04 +00:00
dgaudet
8e51f4bc23 Make a note of PR#467, the serialized accept problem.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77996 13f79535-47bb-0310-9956-ffa450edef68
1997-04-24 11:06:17 +00:00
dgaudet
5979faf37d document how to avoid scoreboardfile
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77986 13f79535-47bb-0310-9956-ffa450edef68
1997-04-23 01:12:43 +00:00
Marc Slemko
6e9e7fa776 Clarify that the User and Group directives in VirtualHosts only apply
to CGIs.

Closes PR#341.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77982 13f79535-47bb-0310-9956-ffa450edef68
1997-04-22 15:53:08 +00:00
pcs
83fbd5be4a Satisfy not allowed in server config contexts (PR#422)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77951 13f79535-47bb-0310-9956-ffa450edef68
1997-04-21 20:36:31 +00:00
pcs
d982446ed0 Explain Satisfy directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77931 13f79535-47bb-0310-9956-ffa450edef68
1997-04-18 21:55:11 +00:00
pcs
1d4eebb13a Put ClearModuleList in correct place.
Submitted By: Martin.Kraemer@mch.sni.de


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77909 13f79535-47bb-0310-9956-ffa450edef68
1997-04-16 09:09:34 +00:00
Ken Coar
9eb29ce45c Correct typo.
Reviewed by:	Ken Coar
Submitted by:	Ralf Engelschall


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77899 13f79535-47bb-0310-9956-ffa450edef68
1997-04-15 15:56:46 +00:00
Marc Slemko
620d637aca Update the ErrorDocument information to clarify a few things,
especially the handling of 401 responses.  The example that was in
the docs before would never work!  No wonder people have trouble
with it...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77838 13f79535-47bb-0310-9956-ffa450edef68
1997-04-10 22:53:18 +00:00
dgaudet
b1b4198033 pr#190: document expense of identitycheck
Reviewed by:
Submitted by:
Obtained from:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77767 13f79535-47bb-0310-9956-ffa450edef68
1997-03-25 20:35:35 +00:00
dgaudet
a4f009f72d Add documentation for DNS issues (reliability and security), and try
to explain the virtual host matching process.

Try to continue gracefully by disabling the vhost if a DNS lookup
fails while parsing the configuration file.

Reviewed by:	Roy, Jim
Submitted by:
Obtained from:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77744 13f79535-47bb-0310-9956-ffa450edef68
1997-03-20 23:30:46 +00:00
dgaudet
eb20d81ce7 Document ScoreBoardfile. Note that PidFile is subject to security concerns
as well.
Reviewed by:
Submitted by:
Obtained from:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77729 13f79535-47bb-0310-9956-ffa450edef68
1997-03-17 08:16:07 +00:00
dgaudet
bc63d9c3c0 Typo.
Reviewed by:	Ken Coar
Submitted by:
Obtained from:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77727 13f79535-47bb-0310-9956-ffa450edef68
1997-03-16 23:35:34 +00:00
dgaudet
dc7486d62d Add security notes about protecting /, and avoiding "UserDir ./".
Submitted by:	Ken Coar
Obtained from:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77725 13f79535-47bb-0310-9956-ffa450edef68
1997-03-16 23:34:02 +00:00
Roy T. Fielding
d1d37fb357 spelling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77678 13f79535-47bb-0310-9956-ffa450edef68
1997-02-23 00:42:33 +00:00
Ben Laurie
b152920075 Teeny weeny typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77676 13f79535-47bb-0310-9956-ffa450edef68
1997-02-22 17:27:38 +00:00
Marc Slemko
41a09ff63d Fix documentation; HostNameLookups and IdentityCheck can not be used
in htaccess files and RFC931 is now RFC1413.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77623 13f79535-47bb-0310-9956-ffa450edef68
1997-02-17 10:29:29 +00:00
Marc Slemko
9322941b7e Reduce default timeout to 300 seconds all around. Not reduced further
because there are still likely some odd snippets of code that don't
properly reset the timer.

Reviewed by: Dean Gaudet, Jim Jagielski, Randy Terbush


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77615 13f79535-47bb-0310-9956-ffa450edef68
1997-02-16 22:48:23 +00:00
brian
3a03f3782b These two directives don't work in .htaccess currently.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77557 13f79535-47bb-0310-9956-ffa450edef68
1997-02-03 02:50:54 +00:00
brian
d7c1caaa39 Reviewed by: Brian Behlendorf
Submitted by:	Dean Gaudet

The docs show some examples using <Limit GET POST> ... </Limit> where the
<Limit>s are not strictly required.  Since it is less secure to specify
them than it is to leave them out I think the examples should be modified.
If they're to be left in, then some of them need &lt; ... &gt;.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77548 13f79535-47bb-0310-9956-ffa450edef68
1997-02-03 01:18:17 +00:00
Roy T. Fielding
cf930bdabe Fixed typos, broken links.
Submitted by: Ken "the rodent of unusual size" <coar@decus.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77542 13f79535-47bb-0310-9956-ffa450edef68
1997-01-31 00:55:13 +00:00
Randy Terbush
88d99b4f5f Missing number pointed out by Mark Slemko.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77506 13f79535-47bb-0310-9956-ffa450edef68
1997-01-26 02:02:09 +00:00
Alexei Kosut
b29d8772c9 Update documentation for new KeepAlive syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77503 13f79535-47bb-0310-9956-ffa450edef68
1997-01-26 01:31:14 +00:00
brian
ac087e585e Reviewed by: Brian Behlendorf
Submitted by:	John Line <webadm@info.cam.ac.uk>

typo.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77410 13f79535-47bb-0310-9956-ffa450edef68
1997-01-10 11:22:45 +00:00
brian
c09109559c Reviewed by: Chuck Murcko, Brian Behlendorf
Submitted by:	Marc Slemko

Added documentation about security concerns with logging in Apache 1.2.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77404 13f79535-47bb-0310-9956-ffa450edef68
1997-01-10 08:24:03 +00:00
Chuck Murcko
2c9096d9af Add docs for HostNameLookups.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77375 13f79535-47bb-0310-9956-ffa450edef68
1997-01-01 07:10:24 +00:00
brian
d9c6342fff another typo/fixup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77310 13f79535-47bb-0310-9956-ffa450edef68
1996-12-23 01:41:49 +00:00
brian
93eb06e4cf Small typos are the best kind!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77308 13f79535-47bb-0310-9956-ffa450edef68
1996-12-23 01:40:02 +00:00
brian
a0f153975c Reviewed by: Brian Behlendorf
Submitted by:	John Line, WWW server manager <webadm@info.cam.ac.uk>

Fixed oversight in documentation of error_document.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77306 13f79535-47bb-0310-9956-ffa450edef68
1996-12-22 05:38:04 +00:00
brian
371a2982cd Reviewed by: Brian Behlendorf
Submitted by:	Martin Kraemer

Typographical fixes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77303 13f79535-47bb-0310-9956-ffa450edef68
1996-12-22 04:56:00 +00:00
brian
9f12889cb0 Clarify meaning of Timeout.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77301 13f79535-47bb-0310-9956-ffa450edef68
1996-12-22 04:39:56 +00:00
brian
1854018955 Reviewed by: Brian Behlendorf
Submitted by:	Martin Kraemer

More link surgery - I think this should be it.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77274 13f79535-47bb-0310-9956-ffa450edef68
1996-12-12 01:09:58 +00:00
brian
3e6a5f46d1 various link surgery
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77250 13f79535-47bb-0310-9956-ffa450edef68
1996-12-10 01:19:36 +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
brian
9a238b5e69 Updated last broken link in core.html, added a TODO file to help organize
future work.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77210 13f79535-47bb-0310-9956-ffa450edef68
1996-12-05 19:17:39 +00:00
brian
01e3f84dc4 Miscellanous link problems reported by users, fixed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77198 13f79535-47bb-0310-9956-ffa450edef68
1996-12-05 06:26:26 +00:00
brian
9807c7d7ea Another error fixed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77171 13f79535-47bb-0310-9956-ffa450edef68
1996-12-03 07:31:36 +00:00
brian
62c4bb2b13 Fixed two broken links.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77169 13f79535-47bb-0310-9956-ffa450edef68
1996-12-03 07:30:23 +00:00
Randy Terbush
5c09d4b24b Spelling corrections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77156 13f79535-47bb-0310-9956-ffa450edef68
1996-12-02 18:14:12 +00:00
Randy Terbush
488df6d12b Documentation for AddModule and ClearModuleList as supplied by Tom Tromey
in his original patch.
Submitted by:	Tom Tromey


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77151 13f79535-47bb-0310-9956-ffa450edef68
1996-12-02 16:53:31 +00:00
Randy Terbush
c27ef18372 More doc updates for core
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77134 13f79535-47bb-0310-9956-ffa450edef68
1996-12-02 00:05:54 +00:00
Randy Terbush
2e914c95e2 Correct links to suexec.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77122 13f79535-47bb-0310-9956-ffa450edef68
1996-12-01 17:07:35 +00:00
Randy Terbush
a9abf2dcf9 Added docs for RLimit directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77104 13f79535-47bb-0310-9956-ffa450edef68
1996-12-01 06:57:35 +00:00
pcs
0a31e3f807 Fix various typos. Put directives in alphabetic order. Put <hr>'s between
directives. Remove documentation about %s in ErrorDocument ". Update
default MaxClients to 256.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77094 13f79535-47bb-0310-9956-ffa450edef68
1996-11-30 17:06:40 +00:00