Ken Coar
d547cd550f
Update mod_dir documentation to include IconHeight and IconWidth
...
keywords for the IndexOptions directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78358 13f79535-47bb-0310-9956-ffa450edef68
1997-06-24 16:36:56 +00:00
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
pcs
86e69ebe13
Update the summary part of mod_mime documentation to:
...
- not state that extensions must be given in a particular order
- mention assigning of handlers and use of info in content-negotiation
- mention effect of 'unknown' extensions
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78263 13f79535-47bb-0310-9956-ffa450edef68
1997-06-07 12:53:01 +00:00
pcs
ed69756237
Document AddHandler can be used with multiple extensions (like
...
the other Add* directives). Remove <...> around AddHandler, ForceType
and SetHandler syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78261 13f79535-47bb-0310-9956-ffa450edef68
1997-06-07 12:27:50 +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
Ken Coar
c44922017a
Another typo (missed this one on the first go-round).
...
Submitted by: Martin Kraemer
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78212 13f79535-47bb-0310-9956-ffa450edef68
1997-06-02 21:05:32 +00:00
Ken Coar
494fe559b2
Correcting various manual documentation errors and omissions.
...
Submitted by: Martin Kraemer
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78210 13f79535-47bb-0310-9956-ffa450edef68
1997-06-02 20:19:57 +00:00
Ken Coar
b2e9132e3c
Enhanced documentation of variable substitution, and moved out
...
the `flow control' section to its own. (PR#545)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78186 13f79535-47bb-0310-9956-ffa450edef68
1997-05-29 12:00:07 +00:00
Ken Coar
e688e16c6d
Added documentation about use of {} in variable substitution.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78156 13f79535-47bb-0310-9956-ffa450edef68
1997-05-18 18:55:04 +00:00
Marc Slemko
5e3f7a281c
Note that mod_status only works in standalone mode, not inetd.
...
Addresses PR#566.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78133 13f79535-47bb-0310-9956-ffa450edef68
1997-05-10 05:43:25 +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
dgaudet
1315e7cc11
More clarification for PR#521.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78119 13f79535-47bb-0310-9956-ffa450edef68
1997-05-07 19:24:36 +00:00
Marc Slemko
0748b1431f
Clarify that the ScriptLog is opened by the child processes so
...
permissions need to be set appropriately. Perhaps wouldn't hurt
to put an error in the error_log if it can't be opened.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78111 13f79535-47bb-0310-9956-ffa450edef68
1997-05-05 01:48:54 +00:00
dgaudet
2a471c9aca
PR#507:
...
TransferLog has no default.
%{FOOBAR}e wasn't documented.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78103 13f79535-47bb-0310-9956-ffa450edef68
1997-05-04 20:47:46 +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
90b33005b0
Still more cleanups. Thanks to linklint for this round.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78083 13f79535-47bb-0310-9956-ffa450edef68
1997-05-01 05:59:56 +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
94f43a07f6
Avoid user confusion.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78077 13f79535-47bb-0310-9956-ffa450edef68
1997-05-01 01:03:30 +00:00
dgaudet
dd4da6a377
html-o
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78075 13f79535-47bb-0310-9956-ffa450edef68
1997-05-01 00:44:48 +00:00
dgaudet
9c9ce0ebcf
PR#496: clear up the docs a little bit
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78054 13f79535-47bb-0310-9956-ffa450edef68
1997-04-28 20:16:48 +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
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
dgaudet
8b57fa8bbd
Document from env=, and the initial states for the deny,allow and allow,deny
...
orders.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77998 13f79535-47bb-0310-9956-ffa450edef68
1997-04-24 11:25:11 +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
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
pcs
67ff0df205
Forgot to mention XBitHack as a method of enabling SSI. Update
...
docs for this directive to state it only applies to text/html files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77937 13f79535-47bb-0310-9956-ffa450edef68
1997-04-18 22:19:58 +00:00
pcs
a6862a49c8
Provide information on enabling SSI files. Document how to enable
...
SSI using a handler name, and relegate the magic mime types to back-compat.
status.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77935 13f79535-47bb-0310-9956-ffa450edef68
1997-04-18 22:13:50 +00:00
pcs
ebe9c51dff
Fix typos
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77933 13f79535-47bb-0310-9956-ffa450edef68
1997-04-18 22:01:14 +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
518759133c
Fix description of DirectoryIndex to explain that a directory index will
...
only be returned if Options +Indexes is set.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77917 13f79535-47bb-0310-9956-ffa450edef68
1997-04-16 12:40:31 +00:00
pcs
6860be5a29
Document UnsetEnv. Fix documented syntax of SetEnv.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77915 13f79535-47bb-0310-9956-ffa450edef68
1997-04-16 12:21:09 +00:00
pcs
b1c709dc3d
Add ScoreBoardFile, add <..> to IfModule
...
Submitted By: Martin.Kraemer@mch.sni.de
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77913 13f79535-47bb-0310-9956-ffa450edef68
1997-04-16 09:50:17 +00:00
pcs
1945d0b7ea
Add missing link targets [Martin.Kraemer@mch.sni.de].
...
Module is not compiled in by default.
Update directive descriptions to use standard manual page format.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77911 13f79535-47bb-0310-9956-ffa450edef68
1997-04-16 09:13:05 +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
dgaudet
0781cb871c
typo fix
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77894 13f79535-47bb-0310-9956-ffa450edef68
1997-04-15 08:00:19 +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
dgaudet
315fe41e38
replace absurl with rel url
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77863 13f79535-47bb-0310-9956-ffa450edef68
1997-04-12 04:23:38 +00:00
Ken Coar
b1f303c347
Add a cross-link to the directives list from the modules list.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77855 13f79535-47bb-0310-9956-ffa450edef68
1997-04-11 22:37:00 +00:00
Ken Coar
e11fd1f0c0
Update documentation to include stuff for mod_example.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77852 13f79535-47bb-0310-9956-ffa450edef68
1997-04-11 22:23:26 +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
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
pcs
11fcb3157f
Fix ELF format
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77774 13f79535-47bb-0310-9956-ffa450edef68
1997-03-28 15:16:15 +00:00