1
0
mirror of https://github.com/apache/httpd.git synced 2025-06-01 23:21:45 +03:00

219 Commits

Author SHA1 Message Date
Yoshiki Hayashi
ef41276555 s/.html.html/.html/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94763 13f79535-47bb-0310-9956-ffa450edef68
2002-04-23 10:01:38 +00:00
Yoshiki Hayashi
81af178d14 Sync up to the latest English version (convert to XHTML).
Submitted by:	Nobuyuki Morita <marika@@plum.freemail.ne.jp>
Reviewed by:	Yoshiki Hayashi


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94691 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 07:42:05 +00:00
Justin Erenkrantz
c11d132892 Remove mod_auth_db since we've received enough votes (Justin, Ian, and
Lars) and ample warning has been posted to dev@httpd.

mod_auth_dbm should be able to take over all functionality of mod_auth_db
with the AuthDBMType directive.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93010 13f79535-47bb-0310-9956-ffa450edef68
2002-01-24 23:47:31 +00:00
Joshua Slive
045224ce9b htmltidy made a mess of the headers and footers. Put them back in shape.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92855 13f79535-47bb-0310-9956-ffa450edef68
2002-01-15 01:48:00 +00:00
Chris Pepper
d8fa8fb9db Fixed a few typos.
Fixed some HTML tags (case, href/name/id)
Added a mention of multiple 'arguments' to allow/deny, and an example. This should probably be more explicit, but I'm not sure of the details (should we show with leading/trailing periods, and explain that IPs are assumed to be the left side, but hostnames are assumed to be the right side?).
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92414 13f79535-47bb-0310-9956-ffa450edef68
2001-12-11 01:49:46 +00:00
Joshua Slive
7edd8f5d42 Update SSI docs to use AddOutputFilter in place of SetOutputFilter.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92349 13f79535-47bb-0310-9956-ffa450edef68
2001-12-05 19:11:45 +00:00
Joshua Slive
2949fe5417 Clarify a little how options work.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92222 13f79535-47bb-0310-9956-ffa450edef68
2001-11-28 19:19:49 +00:00
Rich Bowen
651abc3a73 w3c tidy to convert to xhtml. Please verify that foreign language files
in here have not been screwed up.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91115 13f79535-47bb-0310-9956-ffa450edef68
2001-09-22 19:18:26 +00:00
Joshua Slive
42b1ce9084 There is still some stuff I'd like to do here, but I'll commit what
I have for the moment.  I've done three things:
1. Emphasize that auth does not need to be in .htaccess.
2. Add detailed discussion of each of the auth directives (does this
belong here?)
3. Remove the AuthGroupFile /dev/null which shouldn't be necessary.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91088 13f79535-47bb-0310-9956-ffa450edef68
2001-09-19 15:27:17 +00:00
Cliff Woolley
08a3eb4ac1 mod_access is also important...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90899 13f79535-47bb-0310-9956-ffa450edef68
2001-09-05 03:07:49 +00:00
Rich Bowen
f3ceda7969 First cut at authentication tutorial. Need to add section about
alternate authentication modules such as mod_auth_db, but this is a
decent start.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90897 13f79535-47bb-0310-9956-ffa450edef68
2001-09-05 01:40:17 +00:00
Rich Bowen
516c849268 There's no particular reason to advertise ApacheToday and/or
Internet.com


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90896 13f79535-47bb-0310-9956-ffa450edef68
2001-09-05 01:26:24 +00:00
Joshua Slive
2761ae7342 Some doc updates realted to ssi.
1. Add info on how to activate ssi to upgrading.html.

2. Remove mention of the ssi magic mime-types, since they no
longer work.

3. Place a warning on xbithack that it doesn't currently work,
and reference the bug report.

4. Add a warning about mod_include parsing non-html content.

5. Misc little fixups.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89655 13f79535-47bb-0310-9956-ffa450edef68
2001-07-23 15:50:47 +00:00
Joshua Slive
68af27a953 Bring the mod_include docs up to scratch and link up the ssi tutorial.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89042 13f79535-47bb-0310-9956-ffa450edef68
2001-05-07 00:42:21 +00:00
Yoshiki Hayashi
aae567b783 New Japanese translation.
Submitted by:	Minoru Yamazato <yamazato@geocities.co.jp>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88182 13f79535-47bb-0310-9956-ffa450edef68
2001-02-16 02:02:45 +00:00
Joshua Slive
ba3266faca Update all the references I can find to use SetOutputFilter to
actives SSIs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88072 13f79535-47bb-0310-9956-ffa450edef68
2001-02-10 23:33:36 +00:00
Joshua Slive
d6b4931fb7 Attributes should be quoted.
PR: 7122
Submitted by:   Kohei Watanabe


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87818 13f79535-47bb-0310-9956-ffa450edef68
2001-01-24 18:14:18 +00:00
Yoshiki Hayashi
5ba42f8b84 New Japanese translation by Minoru Yamazato <yamazato@geocities.co.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87704 13f79535-47bb-0310-9956-ffa450edef68
2001-01-18 08:54:02 +00:00
Rich Bowen
cbdbb7c852 Adding howto docs from 1.3 tree
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87274 13f79535-47bb-0310-9956-ffa450edef68
2000-12-09 19:57:35 +00:00