Jim Jagielski
cbefa02222
mod_status isn't included by default so ExtendedStatus
...
is Extension not Base directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81910 13f79535-47bb-0310-9956-ffa450edef68
1998-08-11 17:33:48 +00:00
Jim Jagielski
0c968cb5dd
Move the ExtendedStatus option to mod_status
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81907 13f79535-47bb-0310-9956-ffa450edef68
1998-08-11 15:37:50 +00:00
Jim Jagielski
e44cc22be0
And now the docs for ExtendedStatus
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81902 13f79535-47bb-0310-9956-ffa450edef68
1998-08-11 00:24:28 +00:00
Ken Coar
0ed57939cb
Allow CheckSpelling to be used anywhere, not just at the server
...
level.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81878 13f79535-47bb-0310-9956-ffa450edef68
1998-08-06 23:31:55 +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
Ralf S. Engelschall
006c7b9273
Fixed examples in mod_rewrite.html document.
...
PR: 2756
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81841 13f79535-47bb-0310-9956-ffa450edef68
1998-08-02 11:18:26 +00:00
Marc Slemko
70f15d6e86
Digest is mostly supported, for all the good it does.
...
PR: 2715
Obtained from:
Submitted by: Youichirou Koga <y-koga@jp.FreeBSD.org >
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81827 13f79535-47bb-0310-9956-ffa450edef68
1998-07-28 05:57:13 +00:00
Ralf S. Engelschall
ee442f2006
Update the mod_rewrite.html document to correctly reflect the situation of the
...
`proxy' (`[P]') feature.
PR: 2679
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81821 13f79535-47bb-0310-9956-ffa450edef68
1998-07-25 12:16:37 +00:00
Marc Slemko
dd01a613ad
Addresses specified for mod_log_anon are logged in the error log,
...
not the "httpd-log".
PR: 2610
Obtained from:
Submitted by: Ron Klatchko <ron@ckm.ucsf.edu >
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81739 13f79535-47bb-0310-9956-ffa450edef68
1998-07-15 03:04:24 +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
Ken Coar
bbd977cc7f
Add a missing 'Override' clause.
...
PR: 2582
Submitted by: Andrew Gillespie <apache@FutureQuest.net >
Reviewed by: Ken Coar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81701 13f79535-47bb-0310-9956-ffa450edef68
1998-07-10 13:33:09 +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
Marc Slemko
2f7bf9553e
Fix incorrect "first available in" statement for ifdefine.
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81661 13f79535-47bb-0310-9956-ffa450edef68
1998-07-06 17:42:11 +00:00
Ken Coar
f748f3c606
Clarify some sectional concerns.
...
Submitted by: Lars Eilebrecht <Lars.Eilebrecht@unix-ag.org >, Ken Coar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81644 13f79535-47bb-0310-9956-ffa450edef68
1998-07-03 20:12:34 +00:00
brian
7b2795afa3
PR:
...
Add analysis done by Christian Sane
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81633 13f79535-47bb-0310-9956-ffa450edef68
1998-07-01 06:52:32 +00:00
Ralf S. Engelschall
125da84fea
I couldn't resist to add this cookie.
...
Its just too funny and descriptive at the same time ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81590 13f79535-47bb-0310-9956-ffa450edef68
1998-06-22 09:48:38 +00:00
brian
7d2f2fd17b
PR:
...
Submitted by: Ralf Engelschall
Reviewed by: Brian Behlendorf
*) Add <IfDefine>..</IfDefine> sections to the core module (with same spirit
as <IfModule>..</IfModule> sections) which can be used to skip or process
contained commands dependend of ``-D PARAMETER'' options on the command
line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81563 13f79535-47bb-0310-9956-ffa450edef68
1998-06-16 03:37:15 +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
brian
591e864fb9
PR:
...
D'oh!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81502 13f79535-47bb-0310-9956-ffa450edef68
1998-06-08 16:25:36 +00:00
brian
d7a4e5bff9
PR:
...
HostnameLookups were *not* allowed in .htaccess files. They should
be, but for now it doesn't. This can't be as easy as changing
ACCESS_CONF|RSRC_CONF to OR_FILEINFO or something, is it?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81470 13f79535-47bb-0310-9956-ffa450edef68
1998-06-06 02:30:12 +00:00
Ken Coar
a427b65a19
Fix an HREF that contained a line-break.
...
Submitted by: Ben Hyde <bhyde@gensym.com >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81453 13f79535-47bb-0310-9956-ffa450edef68
1998-06-04 18:46:36 +00:00
Martin Kraemer
924bf2aa6f
Correct the description of REMOTE_HOST and REMOTE_IDENT
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81418 13f79535-47bb-0310-9956-ffa450edef68
1998-05-29 20:49:28 +00:00
Jim Jagielski
c2841d1b3f
Add the ServerTokens to the main directive list
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81403 13f79535-47bb-0310-9956-ffa450edef68
1998-05-29 02:55:17 +00:00
Ken Coar
abe21ffe85
Make the evolution of the BrowserMatch* directives more clear.
...
PR: 2147
Submitted by: Daniel Ryde <ryde@tripnet.se >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81386 13f79535-47bb-0310-9956-ffa450edef68
1998-05-28 14:06:54 +00:00
brian
65b7400981
PR: 2099
...
Don't commit suicide.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81336 13f79535-47bb-0310-9956-ffa450edef68
1998-05-21 04:07:17 +00:00
Ken Coar
577696926f
Correct the ServerTokens docs a little bit.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81328 13f79535-47bb-0310-9956-ffa450edef68
1998-05-20 18:40:35 +00:00
Ken Coar
38d73313a9
Some of my semi-regular HTML cleanup (tag ordering, B/I
...
replacement) and long-line (>80) shortening. No thirty..
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81320 13f79535-47bb-0310-9956-ffa450edef68
1998-05-20 14:13:00 +00:00
brian
f8ad3417f4
PR: 1773
...
IdentityCheck not allowed in .htaccess files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81312 13f79535-47bb-0310-9956-ffa450edef68
1998-05-20 05:03:31 +00:00
brian
262932bc5f
PR:
...
Fix broken link, add note about maxclients.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81296 13f79535-47bb-0310-9956-ffa450edef68
1998-05-18 22:01:08 +00:00
Ralf S. Engelschall
bf70d922f9
fix typos.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81284 13f79535-47bb-0310-9956-ffa450edef68
1998-05-15 09:29:15 +00:00
Ralf S. Engelschall
6b51b48941
Update/Create hyperlinks to new HTML document about DSO.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81263 13f79535-47bb-0310-9956-ffa450edef68
1998-05-12 11:27:06 +00:00
Jim Jagielski
1087ddf63e
PR:
...
Obtained from:
Submitted by: Jim Jagielski
Reviewed by:
Replace the AddVersionPlatform directive with ServerTokens directive
which allow for either Minimal ("Apache/1.3.0"), OS ("Apache/1.3.0 (UNIX)")
or Full ("Apache/1.3.0 (UNIX) PHP/3.0") type Server headers.
SERVER_SUBVERSION is no longer supported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81244 13f79535-47bb-0310-9956-ffa450edef68
1998-05-11 20:08:04 +00:00
Marc Slemko
8e8965cf7b
Fix AllowOverrides --> AllowOverride in docs.
...
PR: 2213
Obtained from:
Submitted by: Thomas Neumann <Thomas.Neumann@comconsult.de >
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81238 13f79535-47bb-0310-9956-ffa450edef68
1998-05-11 14:51:24 +00:00
Ken Coar
2c31eba7d7
Final touches on removing the AddVersionComponent directive and
...
correcting my BD references to something called "Server-Version."
D'oh!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81212 13f79535-47bb-0310-9956-ffa450edef68
1998-05-09 04:42:27 +00:00
Ken Coar
82821998c5
Change the default setting of AddVersionPlatform to 'on'. Jim,
...
Brian Havard, and Marc think that's better - and if Marc, who is
so security-conscious, thinks it's a good idea that tips me over
to that side as well.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81193 13f79535-47bb-0310-9956-ffa450edef68
1998-05-08 12:09:46 +00:00
Ken Coar
39ce411517
Add the core AddVersionComponent and AddVersionPlatform directives,
...
which make the SERVER_SUBVERSION functionality a runtime thing and
allow adding OS identity to the Server-Version string respectively.
PR: 2056
Reviewed by: Jim Jagielski, Martin Kraemer, Brian Behlendorf
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81175 13f79535-47bb-0310-9956-ffa450edef68
1998-05-07 12:24:21 +00:00
Ralf S. Engelschall
6cfa45cd13
Ops, looks like Brian typed "x:x<CR>" in his Vi instead of just ":x<CR>" ;-)
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81152 13f79535-47bb-0310-9956-ffa450edef68
1998-05-06 11:04:36 +00:00
brian
f678c97595
PR: 2100
...
Submitted by: Dale Couch <dcouch@training.orl.lmco.com >
slight clarification for NT users.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81145 13f79535-47bb-0310-9956-ffa450edef68
1998-05-06 04:10:53 +00:00
Martin Kraemer
16152b6d57
BS2000 Security: BS2000 needs extra authentication
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81116 13f79535-47bb-0310-9956-ffa450edef68
1998-05-04 16:46:38 +00:00
Ralf S. Engelschall
3478ab4ac2
A HTML fix and a documentation fix for ServerSignature directive.
...
Submitted by: Lars Eilebrecht
Reviewed by: Martin Kraemer, Ralf S. Engelschall
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81064 13f79535-47bb-0310-9956-ffa450edef68
1998-04-29 06:32:11 +00:00
Ralf S. Engelschall
b37ad00f73
Document syslogd-based error logging
...
Submitted by: Lars Eilebrecht
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81037 13f79535-47bb-0310-9956-ffa450edef68
1998-04-25 16:44:31 +00:00
Ben Laurie
0a65243882
Fix grammar and layout error.
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80887 13f79535-47bb-0310-9956-ffa450edef68
1998-04-13 11:42:20 +00:00
dgaudet
9d62e62c34
tweak
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80828 13f79535-47bb-0310-9956-ffa450edef68
1998-04-07 07:13:23 +00:00
Ralf S. Engelschall
9663798650
Although mod_mmap_static is an experimental module it works fine and already
...
is distributed with Apache it was not prepared the same way as the other
modules. Hence let us give it a first cut for a documentation and an
(disabled, of course) entry in the Configuration.tmpl file.
Dean: Feel free to fix both my english and my initial content in the
mod_mmap_static.html document. It's your baby, so you know
best what is missing.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80796 13f79535-47bb-0310-9956-ffa450edef68
1998-04-03 16:07:15 +00:00
dgaudet
7481dab0ef
"Options +Includes" wasn't corrently merged if "+IncludesNoExec"
...
was defined in a parent directory.
Submitted by: Lars Eilebrecht
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80720 13f79535-47bb-0310-9956-ffa450edef68
1998-03-28 20:57:04 +00:00
Ralf S. Engelschall
749ac506eb
- more RegEx hints, especially to the Friedl-book
...
- update of the directive blocks to be directive-dict.html compliant
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80647 13f79535-47bb-0310-9956-ffa450edef68
1998-03-25 08:03:48 +00:00
Ken Coar
729df5619a
"Has no effect on MS Windows" is rather misleading.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80629 13f79535-47bb-0310-9956-ffa450edef68
1998-03-21 22:31:53 +00:00
pcs
593e68fcbc
Document the fact that StartServers, MaxSpareServers and MinSpareServers
...
have no effect on Unix. Also that ThreadsPerChild has no effect on
Unix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80625 13f79535-47bb-0310-9956-ffa450edef68
1998-03-21 17:13:56 +00:00
pcs
68bde2e09c
Update docs to reflect the fact that mod_dll has been replaced by mod_so.
...
In particular, mark mod_dll as obselete, add Windows information and
examples to mod_so documentation, copy info about creating DLLs from
mod_dll.html to mod_so.html (although this needs more work to add info
for Unix users, since most of the description applies to all systems).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80623 13f79535-47bb-0310-9956-ffa450edef68
1998-03-21 17:03:49 +00:00