1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-05 05:30:39 +03:00
Commit Graph

327 Commits

Author SHA1 Message Date
Rich Bowen
93f7e7b590 Rebuild transformations of numerous files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1127929 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26 14:15:33 +00:00
Jim Jagielski
9e15f63122 Update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1102734 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13 13:48:31 +00:00
Rich Bowen
c787a7ffcf Rebulds transformation, adding simplified chinese translation documents.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070871 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 12:52:47 +00:00
Rich Bowen
fe35786735 Adds simplified Chinese translation to httpd trunk docs. Via
dongsheng@apache.org (see tid 50767)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070870 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 12:46:52 +00:00
Rich Bowen
931cdd59ae Update copyright to 2011
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054597 13f79535-47bb-0310-9956-ffa450edef68
2011-01-03 12:42:10 +00:00
Igor Galić
d136444dc8 Rebuild transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052422 13f79535-47bb-0310-9956-ffa450edef68
2010-12-24 01:21:11 +00:00
Graham Leggett
74030fa378 rotatelogs: Add -e option to write logs through to stdout for optional
further processing.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051582 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21 17:52:43 +00:00
André Malo
97312fe645 update metafiles
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044537 13f79535-47bb-0310-9956-ffa450edef68
2010-12-10 23:34:02 +00:00
Graham Leggett
676435def7 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037336 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20 21:41:19 +00:00
Graham Leggett
2f74bae2d5 Rename mod_disk_cache to mod_cache_disk within the documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037244 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20 15:48:51 +00:00
Daniel Earl Poirier
40bcf8700c Update transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033039 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 15:50:43 +00:00
Daniel Earl Poirier
e62f32eeee Remove out-of-date details about which modules are enabled by default
from the documentation, in favor of suggesting getting the up-to-date
information by running ./configure -h.  

The special cases previously documented here (such as, this module
depends on this other module, or you probably don't want this module
unless you're a developer), have had that information added to the
output of configure -h in r1029814.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033032 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 15:40:44 +00:00
Rich Bowen
516641e8e1 Rebuild transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029692 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 15:01:41 +00:00
Daniel Earl Poirier
68541d80d2 Since rotatelogs now checks the local time offset on each rotation,
no longer need to warn about unpredictable behavior with -l.
Reported by Dave Brondsema, PR44917.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029156 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 18:52:11 +00:00
Daniel Earl Poirier
6b803976f2 Fix a number of typos and misspellings. Reported by Ville Skytta.
PR48496.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029134 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 17:56:13 +00:00
Daniel Earl Poirier
ba00b6bfa4 Update transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1024268 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 15:16:49 +00:00
Daniel Earl Poirier
31c8d8214f Add warning about using rotatelogs filename formats with not
enough granularity.  PR46318.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1024263 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 15:12:11 +00:00
Stefan Fritsch
7c19e4963f update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023239 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 10:38:36 +00:00
Graham Leggett
268739ec4c Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1022233 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13 18:44:08 +00:00
Graham Leggett
abf1b9da3c htcacheclean: Teach htcacheclean to limit cache size by number of
inodes in addition to size of files. Prevents a cache disk from
running out of space when many small files are cached.

Move the directory delete process to the "purge" section, so that
inode counts are accurate when querying for stats only.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1022230 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13 18:41:56 +00:00
Graham Leggett
88839d1f77 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1021548 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11 23:35:29 +00:00
Graham Leggett
b4d6ae84bd Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1004483 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04 23:49:26 +00:00
Graham Leggett
0509b44525 htcacheclean: Allow the listing of valid URLs within the cache, with
the option to list entry metadata such as sizes and times.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1004482 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04 23:44:27 +00:00
Rich Bowen
7e0ed8cd23 Rebuild generated files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1003166 13f79535-47bb-0310-9956-ffa450edef68
2010-09-30 17:03:59 +00:00
Graham Leggett
4963b03e3f Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1002855 13f79535-47bb-0310-9956-ffa450edef68
2010-09-29 21:36:17 +00:00
Graham Leggett
a56a9e23e7 htcacheclean: Allow the option to round up file sizes to a given
block size, improving the accuracy of disk usage.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1002854 13f79535-47bb-0310-9956-ffa450edef68
2010-09-29 21:34:48 +00:00
Stefan Fritsch
800bdf5581 update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992810 13f79535-47bb-0310-9956-ffa450edef68
2010-09-05 16:01:15 +00:00
Eric Covener
2cc331beea add compat info to apachectl -T, add -T to short description of flags
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990112 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 11:55:34 +00:00
Jim Jagielski
41a6878ac5 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955572 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 12:34:12 +00:00
Igor Galić
80c11dcf59 Fixing minor typo in sections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955184 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 10:27:52 +00:00
Rainer Jung
fcf558c608 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952014 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 22:29:36 +00:00
Rainer Jung
11b267acd8 Adapt docs to modules now being build dynamically by default.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952009 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 22:07:37 +00:00
Graham Leggett
db53b0ad4f Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@928922 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29 22:32:37 +00:00
Graham Leggett
e7f90638f7 htcacheclean: Introduce the ability to clean specific URLs from the
cache, if provided as an optional parameter on the command line.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@928921 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29 22:30:46 +00:00
Daniel Earl Poirier
31764ef266 Update transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@916381 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 18:04:44 +00:00
Daniel Earl Poirier
7335fa4f9e Add -L option to create a hard link to the current log file.
PR: 48761
Submitted by: <lindon orthanc.ca>
With additional changes by: poirier


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@916377 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 18:00:42 +00:00
Graham Leggett
3821fbfeff Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@910732 13f79535-47bb-0310-9956-ffa450edef68
2010-02-16 22:23:09 +00:00
Graham Leggett
78469c61be support/rotatelogs: Support the simplest log rotation case, log
truncation. Useful when the log is being processed in real time
using a command like tail.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@910719 13f79535-47bb-0310-9956-ffa450edef68
2010-02-16 22:01:21 +00:00
Graham Leggett
1a647a2723 support/htcacheclean: Teach it how to write a pid file (modelled on
httpd's writing of a pid file) so that it becomes possible to run
more than one instance of htcacheclean on the same machine.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@910705 13f79535-47bb-0310-9956-ffa450edef68
2010-02-16 21:42:03 +00:00
Rich Bowen
b134f9aac1 2009 -> 2010 in the copyright statement. Nobody seems to know if this is
actually necessary, but it's sort of an annual tradition. We think
tradition is pretty important.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@895795 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 21:41:42 +00:00
Takashi Sato
c62fc40ffc update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@893876 13f79535-47bb-0310-9956-ffa450edef68
2009-12-25 17:17:34 +00:00
Nick Kew
2631cbd498 Strip SHARED_CORE deadwood.
PR 46239


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@893044 13f79535-47bb-0310-9956-ffa450edef68
2009-12-22 00:05:40 +00:00
Nick Kew
71702c45ac (re)-introduce -T commandline option to suppress documentroot check at startup
PR 41887
Patch by Jan van den Berg


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@893027 13f79535-47bb-0310-9956-ffa450edef68
2009-12-21 23:26:00 +00:00
André Malo
d70cd375de update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@889970 13f79535-47bb-0310-9956-ffa450edef68
2009-12-12 20:12:15 +00:00
Rich Bowen
43db5e26f6 The default sysconfdif is conf, not etc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@886854 13f79535-47bb-0310-9956-ffa450edef68
2009-12-03 17:19:56 +00:00
André Malo
cc39ce520f update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882998 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 21:32:13 +00:00
Jeff Trawick
d7475cb8b8 update generated html and metadata
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835645 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12 23:43:05 +00:00
Jeff Trawick
d75bace7af document --enable-mpms-shared
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832859 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04 19:45:10 +00:00
Nilgun Belma Buguner
ea427a9ef1 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832316 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 07:02:59 +00:00
Nilgun Belma Buguner
38d2bb98e7 update for sync with English docs.
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832315 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 06:56:52 +00:00