1
0
mirror of https://github.com/apache/httpd.git synced 2025-10-31 19:10:37 +03:00
Commit Graph

439 Commits

Author SHA1 Message Date
André Malo
66dbf61405 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533943 13f79535-47bb-0310-9956-ffa450edef68
2013-10-20 18:33:04 +00:00
Ben Reser
93ff0925d8 Followup to r1533810: Put the rotatelogs docs in the right place.
* docs/man/rotatelogs.8,
  docs/manual/programs/rotatelogs.html.en: Remove changes from r1533810.

* docs/manual/programs/rotatelogs.xml: Adjust docs for new -d option. 


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533935 13f79535-47bb-0310-9956-ffa450edef68
2013-10-20 18:12:23 +00:00
Ben Reser
779bd67fa2 Add an option to autocreate directories to rotatelogs.
* support/rotatelogs.c
  (rotate_config): Remove const from szLogRoot since we'll be passing it to
    apr_filepath_merge.  Add create_path member.
  (usage, dumpConfig): Update to reflect new -d option.
  (doRotate): Add code that knows how to create the directories a log file
    is going to go into.
  (main): Add the -d option and canonicalize the incoming path with
    apr_filepath_merge() so that the code in doRotate can work properly.

* docs/man/rotatelogs.8,
  docs/manual/programs/rotatelogs.html.en: Update for -d option.

PR: 46669
Submitted by: Philippe Lantin <plantin cobaltgroup.com>
              (which was actually a patch written by myself when I worked there)
Tweaked by: breser (ported to trunk and changed option from -p to -d)



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533810 13f79535-47bb-0310-9956-ffa450edef68
2013-10-19 19:10:33 +00:00
Stefan Fritsch
f5c5d69469 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1500326 13f79535-47bb-0310-9956-ffa450edef68
2013-07-06 21:48:19 +00:00
Stefan Fritsch
935f44c696 add note when default algorithm has been changed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1500323 13f79535-47bb-0310-9956-ffa450edef68
2013-07-06 21:40:00 +00:00
Joe Orton
3b0c69ead9 Transforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1499402 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 13:48:52 +00:00
Joe Orton
cf99cf4a0e Fix "and and" in suexec man page.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1498310 13f79535-47bb-0310-9956-ffa450edef68
2013-07-01 08:54:43 +00:00
André Malo
f8f79e1f34 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1495584 13f79535-47bb-0310-9956-ffa450edef68
2013-06-21 20:24:16 +00:00
Eric Covener
d157706fa4 Document apxs -p paramter.
Submitted by: Jan Kaluža <jkaluza@redhat.com>
Reviewed by: covener



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1494952 13f79535-47bb-0310-9956-ffa450edef68
2013-06-20 12:30:20 +00:00
André Malo
fd457b6fd6 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1492208 13f79535-47bb-0310-9956-ffa450edef68
2013-06-12 13:58:19 +00:00
Eric Covener
dab3bc1339 rotatelogs: add -n number-of-files option to roate through a number
of fixed-name logfiles. 




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1490493 13f79535-47bb-0310-9956-ffa450edef68
2013-06-07 01:51:31 +00:00
Rich Bowen
bfd7cb4c3b Various other rebuilds.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1490416 13f79535-47bb-0310-9956-ffa450edef68
2013-06-06 20:09:18 +00:00
Christophe Jaillet
288ff9e014 Add a new -l parameter in order not to check the length of the responses. This can be usefull with dynamic pages.
PR9945, PR27888, PR42040

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1488644 13f79535-47bb-0310-9956-ffa450edef68
2013-06-02 06:30:03 +00:00
Daniel Gruno
ad1f224da1 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1470153 13f79535-47bb-0310-9956-ffa450edef68
2013-04-20 11:01:04 +00:00
Daniel Gruno
d3b7df4d84 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1469404 13f79535-47bb-0310-9956-ffa450edef68
2013-04-18 16:15:59 +00:00
Daniel Gruno
dfbf00d5ac fix typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1469398 13f79535-47bb-0310-9956-ffa450edef68
2013-04-18 16:11:02 +00:00
Stefan Fritsch
1ed5eddce5 update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1465117 13f79535-47bb-0310-9956-ffa450edef68
2013-04-05 20:23:20 +00:00
Stefan Fritsch
b02101b083 htpasswd: Add -v option to verify a password
htpasswd and htdbm could use some more refactoring...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1465116 13f79535-47bb-0310-9956-ffa450edef68
2013-04-05 20:20:33 +00:00
Rich Bowen
dd8bdc09d2 ye gods what have I done
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1447971 13f79535-47bb-0310-9956-ffa450edef68
2013-02-19 23:48:41 +00:00
Daniel Gruno
0006419eb2 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1447930 13f79535-47bb-0310-9956-ffa450edef68
2013-02-19 21:32:09 +00:00
Christophe Jaillet
fd1695f766 Improve httxt2dbm doc as proposed in PR51372.
Please backport if usefull.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1442400 13f79535-47bb-0310-9956-ffa450edef68
2013-02-04 22:18:12 +00:00
Rich Bowen
bc9f6032e9 Rebuild - includes the update to the copyright date.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1430659 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 02:09:48 +00:00
Jim Jagielski
f0d70813f5 update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1423020 13f79535-47bb-0310-9956-ffa450edef68
2012-12-17 17:04:11 +00:00
Christophe Jaillet
844012a006 ab: add the possibility to define a socket timeout (-s timeout)
[Guido Serra <zeph fsfe org>]

Also some changes In usage():
- reword -t option to be more clear with the new -s
- add missing -q
- add the new -s option
- reword some options to better match online documentation

ab.xml claimed that -s was already there, but nothing in the code looks like that.
So, I guess it only landed on the online doc...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422937 13f79535-47bb-0310-9956-ffa450edef68
2012-12-17 14:10:50 +00:00
Rainer Jung
f5e8f668ab xforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1421895 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 14:34:50 +00:00
Rainer Jung
ea38445e20 Docs xforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1420690 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 14:15:38 +00:00
Rainer Jung
902fbd0c27 Docs update concerning recent htpasswd and htdbm
additions.

Add some cross refernces between dbmmanage and htdbm.

Update man page for htdbm and htpasswd.

Add bcrypt info to misc/password_encryptions.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1420686 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 14:13:44 +00:00
Daniel Gruno
7d5023d1cc xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363281 13f79535-47bb-0310-9956-ffa450edef68
2012-07-19 10:24:47 +00:00
Daniel Gruno
b199557c66 Add a link to the RFC explaining what 'realm' denotes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363279 13f79535-47bb-0310-9956-ffa450edef68
2012-07-19 10:23:47 +00:00
Daniel Gruno
dc1f51bb92 xforms ad libitum
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1357941 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 21:39:02 +00:00
Stefan Fritsch
b61a33570b xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352921 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 15:15:59 +00:00
Stefan Fritsch
6367f6a183 note more prominently that SHA and crypt are insecure
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352910 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 14:56:44 +00:00
Daniel Gruno
6223db5fa5 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1346351 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 11:27:34 +00:00
Daniel Gruno
d875556045 rebuild everything
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1345868 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 08:31:07 +00:00
Daniel Gruno
7f763eddb4 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341748 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23 05:16:51 +00:00
Daniel Gruno
aeff28fc12 rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1340707 13f79535-47bb-0310-9956-ffa450edef68
2012-05-20 13:02:48 +00:00
André Malo
35d82cdd2d update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335781 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 21:37:58 +00:00
Daniel Gruno
6ed51f4fe9 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335634 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 16:50:38 +00:00
Daniel Gruno
f1c43293f4 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335588 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 15:27:25 +00:00
Daniel Gruno
e212ea7ad6 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335369 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 07:42:49 +00:00
Daniel Gruno
ea40fea5e0 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335034 13f79535-47bb-0310-9956-ffa450edef68
2012-05-07 14:21:38 +00:00
Rich Bowen
70e2ba2faf Fixes the 'FAQ' link in the header and footer.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1333685 13f79535-47bb-0310-9956-ffa450edef68
2012-05-03 23:43:13 +00:00
Daniel Gruno
5b7eb4c6e2 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1333335 13f79535-47bb-0310-9956-ffa450edef68
2012-05-03 07:40:43 +00:00
Rich Bowen
4b884992b3 Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332687 13f79535-47bb-0310-9956-ffa450edef68
2012-05-01 15:05:08 +00:00
Rich Bowen
39d230fee8 These docs have moved into their own space. Link to the new doc, for
now. Not sure if it's useful to keep this here indefinitely.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332686 13f79535-47bb-0310-9956-ffa450edef68
2012-05-01 15:04:42 +00:00
Daniel Gruno
4e94c4c48e Missing highlighting
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332685 13f79535-47bb-0310-9956-ffa450edef68
2012-05-01 15:04:14 +00:00
Daniel Gruno
c93d331e77 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332628 13f79535-47bb-0310-9956-ffa450edef68
2012-05-01 12:18:37 +00:00
Eric Covener
5119aad85f grammer tweak
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331977 13f79535-47bb-0310-9956-ffa450edef68
2012-04-29 19:09:36 +00:00
Daniel Gruno
58957f02c7 Typo fixes in the description of output values
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331942 13f79535-47bb-0310-9956-ffa450edef68
2012-04-29 16:31:58 +00:00
André Malo
cadc3c17dd update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331553 13f79535-47bb-0310-9956-ffa450edef68
2012-04-27 19:42:29 +00:00