Commit Graph

86 Commits

Author SHA1 Message Date
1df1bda010 Add support for HTTP PUT to ab.
Submiited by: Jeff Barnes <jbarnesweb yahoo.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@811806 13f79535-47bb-0310-9956-ffa450edef68
2009-09-06 11:03:14 +00:00
25dc58eab0 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759492 13f79535-47bb-0310-9956-ffa450edef68
2009-03-28 16:06:16 +00:00
d593d89ad6 * Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759120 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27 12:44:01 +00:00
22d7d7620d update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@744891 13f79535-47bb-0310-9956-ffa450edef68
2009-02-16 10:55:23 +00:00
a2b7cdd8bb update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740553 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04 01:09:28 +00:00
643d77264c Mostly revert r733493: signal based rotation
for rotatelogs.

Prefer adding reliable piped logs to the error
loggers in httpd, so that one could simply
kill rotatelogs and httpd automatically starts new
instances of all loggers.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734973 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16 11:08:15 +00:00
618c7592fc Allow size units B, K, M, G and combination of
time and size based rotation for rotatelogs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@733531 13f79535-47bb-0310-9956-ffa450edef68
2009-01-11 22:45:53 +00:00
fd96906302 rotatelogs: Add flag for verbose (debug) output.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@733520 13f79535-47bb-0310-9956-ffa450edef68
2009-01-11 21:26:13 +00:00
d73d0412d5 Allow to trigger rotatelogs log file rotation from
using HUP and INT signals to the rotatelogs process.

This is helpful, when log activity is low, but you want
rotatelogs to close the open log files.

SIGHUP triggers checking the rules given during startup,
SIGINT forces rotate independently form those rules.

When the signal triggers a rotation, the open file
is closed immediately. The new file is opened when
new log data arrives, or in case "-f" was given it
is opened immediately.

Based on my patch in BZ 44427.

Note on Windows: The new functionality is undefined when
SIGHUP or SIGINT are not available. Does the use case
make sense on Windows? If so, which signals should we use?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@733493 13f79535-47bb-0310-9956-ffa450edef68
2009-01-11 17:36:07 +00:00
9ae88053bf * Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@733468 13f79535-47bb-0310-9956-ffa450edef68
2009-01-11 13:22:02 +00:00
1e6a76e905 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@707042 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22 11:45:33 +00:00
ad3664c4a3 revert bogus transformation (r657505)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@657524 13f79535-47bb-0310-9956-ffa450edef68
2008-05-18 10:14:58 +00:00
0e5fab35a6 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@657505 13f79535-47bb-0310-9956-ffa450edef68
2008-05-18 07:41:47 +00:00
15d34bc75a * Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@650175 13f79535-47bb-0310-9956-ffa450edef68
2008-04-21 15:40:45 +00:00
4ce764f425 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@634611 13f79535-47bb-0310-9956-ffa450edef68
2008-03-07 11:07:59 +00:00
a3cd2d0507 Add in new option for rotatelogs: -f
This forces rotatelogs to create the logfile as soon
as started not as soon as it sees it's first line
of input.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@632355 13f79535-47bb-0310-9956-ffa450edef68
2008-02-29 15:32:38 +00:00
f6bb1db9ce * Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@602740 13f79535-47bb-0310-9956-ffa450edef68
2007-12-09 22:13:57 +00:00
29a468063d Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@597745 13f79535-47bb-0310-9956-ffa450edef68
2007-11-23 21:41:12 +00:00
b3e39d6ae1 generated rotatelogs docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@596831 13f79535-47bb-0310-9956-ffa450edef68
2007-11-20 21:36:36 +00:00
cc5185db91 Update the generated man page for -D change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561489 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 20:23:38 +00:00
fb5c8b941c Explain that POST data should be sent as the correct MIME type.
Submitted by Vincent Bray noodlet at gmail dot com, 
edited and reviewed by sctemme


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@541138 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 02:19:04 +00:00
30621ddf30 Docs update. Sync with transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@504899 13f79535-47bb-0310-9956-ffa450edef68
2007-02-08 13:54:19 +00:00
b4aaa589af apxs: Enhance -q flag to print all known variables and their values
when invoked without variable name(s). 


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@502323 13f79535-47bb-0310-9956-ffa450edef68
2007-02-01 19:31:41 +00:00
99b0930065 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@432667 13f79535-47bb-0310-9956-ffa450edef68
2006-08-18 18:09:09 +00:00
8fcb023001 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333013 13f79535-47bb-0310-9956-ffa450edef68
2005-11-13 14:58:59 +00:00
515eb1640f Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332898 13f79535-47bb-0310-9956-ffa450edef68
2005-11-13 05:38:43 +00:00
ae0455044b Update the transformations to reflect the new graceful-stop argument.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240275 13f79535-47bb-0310-9956-ffa450edef68
2005-08-26 16:14:46 +00:00
c5db9990f3 Add -t option to htcacheclean to clean out empty directories.
* support/htcacheclean.c: Implement -t option.
* docs/man/htcacheclean.8, docs/manual/programs/htcacheclean.html.en,
  docs/manual/programs/htcacheclean.xml: Document -t option.

Justin did some minor tweaks as he agrees with Andreas and Rudiger that
apr_dir_remove should return an error if the directory isn't empty; hence,
remove the apr_dir_read calls.

Submitted by: Colm MacCarthaigh
Reviewed by:  Justin Erenkrantz, Andreas Steinmetz, Rudiger Pluem


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@231351 13f79535-47bb-0310-9956-ffa450edef68
2005-08-10 23:14:57 +00:00
0fc50d9611 build all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@202449 13f79535-47bb-0310-9956-ffa450edef68
2005-06-29 22:19:59 +00:00
1a522a1797 Finish committing the transformations that I accidentally started in
the last commit.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167960 13f79535-47bb-0310-9956-ffa450edef68
2005-05-03 19:12:51 +00:00
cfd3c8c7e8 Add generated htdbm(1) man-page.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159109 13f79535-47bb-0310-9956-ffa450edef68
2005-03-26 15:18:57 +00:00
8eb131f33f update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111535 13f79535-47bb-0310-9956-ffa450edef68
2004-12-10 18:08:49 +00:00
234f2af75d update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106361 13f79535-47bb-0310-9956-ffa450edef68
2004-11-23 23:28:09 +00:00
50a703bc61 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105767 13f79535-47bb-0310-9956-ffa450edef68
2004-11-14 10:30:28 +00:00
f9cd516312 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105748 13f79535-47bb-0310-9956-ffa450edef68
2004-11-10 19:53:15 +00:00
60f21523ec add generated manpage for htcacheclean(8)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105714 13f79535-47bb-0310-9956-ffa450edef68
2004-11-07 00:16:57 +00:00
31ca153035 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105357 13f79535-47bb-0310-9956-ffa450edef68
2004-10-01 13:32:24 +00:00
d902d5e491 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105321 13f79535-47bb-0310-9956-ffa450edef68
2004-09-28 17:32:39 +00:00
6801f12744 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104223 13f79535-47bb-0310-9956-ffa450edef68
2004-07-10 15:01:02 +00:00
26a3c35620 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104000 13f79535-47bb-0310-9956-ffa450edef68
2004-06-20 18:25:31 +00:00
453f9d14c0 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103925 13f79535-47bb-0310-9956-ffa450edef68
2004-06-11 22:21:57 +00:00
060deccba8 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103524 13f79535-47bb-0310-9956-ffa450edef68
2004-04-25 22:32:15 +00:00
522a9988e8 Regenerate man pages.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101949 13f79535-47bb-0310-9956-ffa450edef68
2003-12-02 11:53:50 +00:00
1ee83b9da2 Regenerate man pages.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101883 13f79535-47bb-0310-9956-ffa450edef68
2003-11-25 13:37:31 +00:00
dbe5fe827e Hrm. Update the xml and generate the man page correctly.
Thanks to Joshua for catching this.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99829 13f79535-47bb-0310-9956-ffa450edef68
2003-05-14 20:06:12 +00:00
28fa358552 Add a delete flag to htpasswd.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99828 13f79535-47bb-0310-9956-ffa450edef68
2003-05-14 19:23:30 +00:00
7c06503e0d document the new exit code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99772 13f79535-47bb-0310-9956-ffa450edef68
2003-05-13 03:43:18 +00:00
a4d6ef5779 Fix broken links
Submitted by: kajaa <kajaa@eastday.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99751 13f79535-47bb-0310-9956-ffa450edef68
2003-05-10 00:31:17 +00:00
bee1a3e808 new XML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99686 13f79535-47bb-0310-9956-ffa450edef68
2003-05-02 00:58:27 +00:00
01aa3b4468 new XML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99669 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 00:39:17 +00:00