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
27a0eae116
Eventually I'll get this right.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91430 13f79535-47bb-0310-9956-ffa450edef68
2001-10-11 15:23:07 +00:00
Joshua Slive
127c61598e
Squeeze the example down to fit on one line.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91425 13f79535-47bb-0310-9956-ffa450edef68
2001-10-11 14:18:28 +00:00
Joshua Slive
0b5c3d8135
TransferLog is (sort of) deprecated, and people never seem to realize
...
that you can use this with CustomLog.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91421 13f79535-47bb-0310-9956-ffa450edef68
2001-10-11 13:56:52 +00:00
William A. Rowe Jr
792583d421
Ok, this formats a whole lot cleaner, and (I believe) makes a bit more
...
sense. Also provides a rundown of C89 common date format strings, for
those users who don't have man strftime [It still points out that add'l
format options may b available, see strftime.]
Also, I believe _most_ installations require the TransferLog "|bin/
path to rotatelogs, no? Other question - how to reformat to html?
Which utility does so?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91420 13f79535-47bb-0310-9956-ffa450edef68
2001-10-11 13:42:58 +00:00
Cliff Woolley
e62fbaaf58
Oops, missed a part.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91227 13f79535-47bb-0310-9956-ffa450edef68
2001-10-02 00:48:14 +00:00
Cliff Woolley
72a32ce6c7
Bring httpd man page up-to-date with flags that currently exist and the
...
current default install path.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91226 13f79535-47bb-0310-9956-ffa450edef68
2001-10-02 00:43:18 +00:00
Justin Erenkrantz
cc7b052e50
Update doc for the SIGUSR1 change - we no longer use SIGWINCH except on
...
Linux 2.0/glibc 2.0 which doesn't allow SIGUSR1 to be used by programs.
Feel free to change the wording. I don't care.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91091 13f79535-47bb-0310-9956-ffa450edef68
2001-09-20 03:05:32 +00:00
Dirk-Willem van Gulik
836f8f56a7
Commit early and often. This should merge all changes into
...
ab from 1.3 into 2.0. SSL work not completed; I need to move
some of the autoconf detection of mod_wtls to a more central
place first. Any suggestions appreciated :-)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88628 13f79535-47bb-0310-9956-ffa450edef68
2001-04-02 06:19:45 +00:00
Ken Coar
43fbfa48f5
Enhance customisability of rotatelogs: strftime(3)
...
formatting of filename and offset from UTC.
Reviewed by: Greg Stein, David Reid, OtherBill
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88511 13f79535-47bb-0310-9956-ffa450edef68
2001-03-13 21:25:28 +00:00
Ken Coar
c9a450c264
Bring forward the -V option for suexec from 1.3.20-dev. It looks
...
like the umask() option needs to be brought forward, as well.
Is this still 2.0.14-dev?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88483 13f79535-47bb-0310-9956-ffa450edef68
2001-03-09 20:20:31 +00:00
Roy T. Fielding
381f88d56a
Update copyright to 2001
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88184 13f79535-47bb-0310-9956-ffa450edef68
2001-02-16 04:26:53 +00:00
Joshua Slive
ef52f17115
Bring a couple man pages a little closer to the 2.0 reality.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87874 13f79535-47bb-0310-9956-ffa450edef68
2001-01-27 23:09:45 +00:00
Chris Pepper
ab7466d984
Typo fixes for httpd-2.0 man pages.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87778 13f79535-47bb-0310-9956-ffa450edef68
2001-01-21 16:37:10 +00:00
Jeff Trawick
c5cc43631c
update some references to the old prefix/libexec directory
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87646 13f79535-47bb-0310-9956-ffa450edef68
2001-01-10 19:48:08 +00:00
Ken Coar
2ced1b70b6
Minor typo fix.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87635 13f79535-47bb-0310-9956-ffa450edef68
2001-01-09 22:53:05 +00:00
Ken Coar
c7159757ec
Add '-n' option to make htpasswd send user:pw result to
...
stdout instead of fiddling with a text file.
Reviewed by: Greg Stein
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85294 13f79535-47bb-0310-9956-ffa450edef68
2000-05-25 16:45:53 +00:00
Roy T. Fielding
e63f4def85
Update to Apache Software License version 1.1
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84881 13f79535-47bb-0310-9956-ffa450edef68
2000-03-31 09:42:55 +00:00
Ryan Bloom
b1c26f031a
Fix all the License issues. Including:
...
s/Apache Group/Apache Software Foundation/
s/1999/2000/
s/Sascha's license/ASF license
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84725 13f79535-47bb-0310-9956-ffa450edef68
2000-03-10 00:07:37 +00:00
Roy T. Fielding
2ab93ccbee
Get rid of the stupid Id line that makes merges impossible.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83801 13f79535-47bb-0310-9956-ffa450edef68
1999-08-26 18:29:09 +00:00
Roy T. Fielding
6f96ad5227
Apache 1.3.9 baseline for the Apache 2.0 repository.
...
Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9
Submitted by: Apache Group
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83750 13f79535-47bb-0310-9956-ffa450edef68
1999-08-24 06:46:03 +00:00