1
0
mirror of https://github.com/apache/httpd.git synced 2025-06-04 21:42:15 +03:00

71 Commits

Author SHA1 Message Date
Erik Abele
48f180488a Update a bunch of transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99071 13f79535-47bb-0310-9956-ffa450edef68
2003-03-26 23:13:08 +00:00
André Malo
da8c31d04c update transformations of recent changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98865 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01 19:57:30 +00:00
Joshua Slive
ddda2949d3 Fix some typos in the <default> and <syntax> and remove the
<default>none</default>

Suggested by:  Mikhail Filimonov <mvf@uniyar.ac.ru>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98350 13f79535-47bb-0310-9956-ffa450edef68
2003-01-19 03:35:01 +00:00
André Malo
4d5792a5ad update transformation: part IV
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97867 13f79535-47bb-0310-9956-ffa450edef68
2002-12-11 21:18:14 +00:00
André Malo
1806293559 update English transformation
(a lot of stuff, sorry!; whe should really improve the page headers for
better diffs....)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97782 13f79535-47bb-0310-9956-ffa450edef68
2002-12-05 15:18:40 +00:00
Erik Abele
7e9ff3f66f Typo.
Submitted by: Steve Reppucci <sgr@logsoft.com>
Bug#: 13383


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97145 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 17:44:48 +00:00
André Malo
38d154b343 update transformation due to the change of synopsis.xsl
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97134 13f79535-47bb-0310-9956-ffa450edef68
2002-10-07 15:23:03 +00:00
André Malo
da32355450 - fix a typo
- mention the Allowoverride FileInfo in RewriteOptions' synopsis
- mention also, that pcre is used now (RewriteCond, RewriteRule)
  and set a link to perldoc.com (`perldoc perlre`)
- add compatibility note for the cookie-flag (RewriteRule)
- add RewriteMap dbm type choice compatibility note


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96796 13f79535-47bb-0310-9956-ffa450edef68
2002-09-13 23:18:25 +00:00
André Malo
de9bba75ad transform update again...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96735 13f79535-47bb-0310-9956-ffa450edef68
2002-09-10 01:55:53 +00:00
Joshua Slive
b4e0cfbbf9 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96700 13f79535-47bb-0310-9956-ffa450edef68
2002-09-06 23:21:01 +00:00
Joshua Slive
31b1b62deb Transform updates.
Sorry for the massive diff folks.  I fell personally responsible for clogging
the Internet.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96687 13f79535-47bb-0310-9956-ffa450edef68
2002-09-06 17:15:24 +00:00
David Shane Holden
642f536bba Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96665 13f79535-47bb-0310-9956-ffa450edef68
2002-09-06 02:57:22 +00:00
Erik Abele
a63f6aae96 Updated XML plus transformations. Whhups, this is a big one :-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96655 13f79535-47bb-0310-9956-ffa450edef68
2002-09-05 23:15:34 +00:00
Joshua Slive
f39556af88 Update the defaults on ThreadsPerChild and ThreadLimit and not that
ThreadLimit is now part of mpm_winnt as well as update a few transformations.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96591 13f79535-47bb-0310-9956-ffa450edef68
2002-08-30 17:09:23 +00:00
Joshua Slive
7f0c6db93c Add a little documentation on how to select DBMs during build
and update the RerwiteMap and AuthDBMType directives to point
to it.

The build docs could still use a great deal of work.  There
are tons of things that aren't documented at all.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96526 13f79535-47bb-0310-9956-ffa450edef68
2002-08-25 03:53:41 +00:00
Yoshiki Hayashi
4b8588c859 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96285 13f79535-47bb-0310-9956-ffa450edef68
2002-08-02 04:35:23 +00:00
Yoshiki Hayashi
83db25d47a Update transformations.
Remove allmodules.html.en.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96252 13f79535-47bb-0310-9956-ffa450edef68
2002-07-31 05:46:03 +00:00
Yoshiki Hayashi
8b0d58b9c8 Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95996 13f79535-47bb-0310-9956-ffa450edef68
2002-07-10 06:04:59 +00:00
Ian Holsman
dd2ac7d1c8 new configuration option for mod_rewrite to set cookies.
configuration is like the following

RewriteRule (.*) - [CO=<cookiename>:$1:<domain>:<expiry in minutes>]

Submitted by:	Brian Degenhardt <bmd@mp3.com>
Reviewed by:	Ian Holsman


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95840 13f79535-47bb-0310-9956-ffa450edef68
2002-06-22 03:36:57 +00:00
Yoshiki Hayashi
823596d20b Regenerate HTML files with latest common.xsl.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95313 13f79535-47bb-0310-9956-ffa450edef68
2002-05-28 07:35:00 +00:00
Joshua Slive
700dc34d7c No change here except the filename extensions. Sorry for the massic commit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95240 13f79535-47bb-0310-9956-ffa450edef68
2002-05-23 14:23:51 +00:00