1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-06 16:49:32 +03:00
Commit Graph

3841 Commits

Author SHA1 Message Date
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
dgaudet
ac92822f51 Add NCSA extended/combined log format example suggested by David Richards
<dr@ripco.com>.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77770 13f79535-47bb-0310-9956-ffa450edef68
1997-03-27 20:09:02 +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
dgaudet
db4b3e4767 fix a thinko
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77713 13f79535-47bb-0310-9956-ffa450edef68
1997-03-10 07:46:56 +00:00
brian
0a1b665f94 Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77697 13f79535-47bb-0310-9956-ffa450edef68
1997-03-03 02:54:51 +00:00
Marc Slemko
6907d9053e Clarify that mod_info uses startup-config and not running-config
and note that mod_info and mod_status can be enabled from things
like .htaccess files.

Submitted by:	Ken Coar


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77688 13f79535-47bb-0310-9956-ffa450edef68
1997-02-27 02:56:32 +00:00