Commit Graph

28 Commits

Author SHA1 Message Date
d504c70d24 Remove the outdated nroff manpage.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99488 13f79535-47bb-0310-9956-ffa450edef68
2003-04-21 21:28:55 +00:00
b0168c4d37 Fixed an unescaped '%' in rotatelogs.8 and updated the HTML page.
PR: 18452


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99166 13f79535-47bb-0310-9956-ffa450edef68
2003-04-01 19:08:40 +00:00
3e16c61d35 fix some typos in the ab man page
PR:               17108
Submitted by:	  Eric S. Raymond <esr@thyrsus.com>
Reviewed by:	  Jeff Trawick (who fixed a couple of mispellings of "probably")


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98717 13f79535-47bb-0310-9956-ffa450edef68
2003-02-19 01:35:51 +00:00
ec0efe2e92 Updated the copyright years from 2002 to 2003 (complete docs subdirectory).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98566 13f79535-47bb-0310-9956-ffa450edef68
2003-02-02 20:46:07 +00:00
a9071ababf apachectl nroff->xml with a few content updates to document
the new pass-through mode.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97519 13f79535-47bb-0310-9956-ffa450edef68
2002-11-14 17:24:33 +00:00
4c089d5455 Remove the nroff httpd man page and put in an xml one in the manual.
At the same time, update with some new args.  More review of
this would be good.

Reviewed by: Astrid Kessler, Erik Abele, Andr� Malo, Rich Bowen


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97517 13f79535-47bb-0310-9956-ffa450edef68
2002-11-14 16:24:53 +00:00
845cbfd508 Update our copyright for this year.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93918 13f79535-47bb-0310-9956-ffa450edef68
2002-03-13 20:48:07 +00:00
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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