1
0
mirror of https://github.com/apache/httpd.git synced 2025-10-28 20:34:59 +03:00
Commit Graph

1454 Commits

Author SHA1 Message Date
Joshua Slive
bbba4a4b4f Clarify what <IfModule> means in the world of mod_so.
PR: 9787


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93372 13f79535-47bb-0310-9956-ffa450edef68
2002-02-12 17:13:09 +00:00
Rich Bowen
42486ee3f3 Copied changes that have been made recently to the 1.3 documentation.
Primarily additional explanation and examples.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93354 13f79535-47bb-0310-9956-ffa450edef68
2002-02-09 21:15:55 +00:00
Joshua Slive
9ca325c711 Document the new default behavior for ServerName and improve the readability
a little.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93316 13f79535-47bb-0310-9956-ffa450edef68
2002-02-06 21:34:10 +00:00
Ken Coar
85d100380f Add the FileETag description
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93307 13f79535-47bb-0310-9956-ffa450edef68
2002-02-06 19:09:47 +00:00
Joshua Slive
12b464323d Improve example perl script.
I'm no perl expert, so additional reviewing eyes may be needed.

PR: 9686
Submitted by:	rodrigo campos <camposr@uol.com.br>, Patrik Grip-Jansson <patrikj@gnulix.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93305 13f79535-47bb-0310-9956-ffa450edef68
2002-02-06 18:59:20 +00:00
Joshua Slive
d33ce082f1 Get AuthDBMType into the directives index.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93238 13f79535-47bb-0310-9956-ffa450edef68
2002-02-04 22:46:30 +00:00
Ian Holsman
8cf569593b add a ProxyTimeout directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93117 13f79535-47bb-0310-9956-ffa450edef68
2002-01-30 18:46:56 +00:00
Ken Coar
9649031808 Whoops, forgot to update this 'way back when..
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93116 13f79535-47bb-0310-9956-ffa450edef68
2002-01-30 18:38:09 +00:00
Martin Kraemer
873492796c Update documentation, and lowercase all html tags
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93112 13f79535-47bb-0310-9956-ffa450edef68
2002-01-30 15:51:01 +00:00
Ian Holsman
c23a0b8732 new directive 'ProxyPreserveHost' which allows the incoming host line to
be sent to the proxied server.

Submitted by:	g.russell@ieee.org (1.3 version)
Reviewed by:	Ian Holsman/Graham Legget/Chuck Murcko


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93089 13f79535-47bb-0310-9956-ffa450edef68
2002-01-29 21:08:37 +00:00
Ian Holsman
8a2f279d6e just make it a bit more explicit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93088 13f79535-47bb-0310-9956-ffa450edef68
2002-01-29 19:33:25 +00:00
Ian Holsman
25b86854e1 configuration change.
allow a '!' directive to stop proxying these requests
eg.

  ProxyPass /services/images/     !
  ProxyPass /services/            http://service-machine/services/

which will stop requests to /services/images/ from being proxied

Submitted by:	Jukka Pihl <jukka.pihl@entirem.com>
Reviewed by:	Ian Holsman, Graham Legget, Chuck Murcko


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93086 13f79535-47bb-0310-9956-ffa450edef68
2002-01-29 19:00:45 +00:00
Joshua Slive
c31924bb86 ScriptAlias requires mod_cgi
Submitted by:	TD - Sales International Holland B.V. <td@salesint.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93076 13f79535-47bb-0310-9956-ffa450edef68
2002-01-29 15:46:58 +00:00
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
Rich Bowen
d833b799cd Patches applied to the 1.3 docs. See versions 1.36 - 1.39 of mod_include
in 1.3. Primarily clarification of exec cgi vs include virtual.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92960 13f79535-47bb-0310-9956-ffa450edef68
2002-01-21 03:21:26 +00:00
Rich Bowen
36f2c93815 Submitted by: Daniel Lopez
LimitXMLRequestBody directive


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92959 13f79535-47bb-0310-9956-ffa450edef68
2002-01-21 02:14:50 +00:00
Lars Eilebrecht
57d94a9c6b Forgot to replace all german umlauts with the HTML entities.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92942 13f79535-47bb-0310-9956-ffa450edef68
2002-01-20 08:40:28 +00:00
Lars Eilebrecht
ffeb6baa0e Some minor fixes to englisch new_features document.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92941 13f79535-47bb-0310-9956-ffa450edef68
2002-01-20 08:27:23 +00:00
Lars Eilebrecht
b67ba6a00b Update german new_features document.
Fixed some typos, markup errors and translations.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92940 13f79535-47bb-0310-9956-ffa450edef68
2002-01-20 08:26:46 +00:00
Lars Eilebrecht
1a66be97c2 Add german variant of the 'new features' document (original version from Simon).
Submitted by: Simon Putz <simon.putz@t-online.de>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92939 13f79535-47bb-0310-9956-ffa450edef68
2002-01-20 06:56:06 +00:00
Joshua Slive
8064d2622b Get rid of a dangling phrase that serves no real purpose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92934 13f79535-47bb-0310-9956-ffa450edef68
2002-01-19 17:44:08 +00:00
Joshua Slive
fc561db106 This example doesn't really do what it claims. Instead, lets make it simpler
by discussing ONLY the .htaccess issue.  The other issue is covered by the
next example.

PR: 9523


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92933 13f79535-47bb-0310-9956-ffa450edef68
2002-01-19 17:39:48 +00:00
Martin Kraemer
7d075c36ee Fix minor typos. Mention that mod_ssl is part of Apache-2.0.
Change absolute self-references to relative jumps.

TODO:
* IMHO the topic ToC3 should be deleted completely.
* All references to "patch Apache" or "EAPI patch" should be removed
* A native english speaker might want to proof-read the doc and polish it


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92887 13f79535-47bb-0310-9956-ffa450edef68
2002-01-17 11:18:03 +00:00
Martin Kraemer
635580d668 Make file names in headers look alike (as in the rest of this document)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92886 13f79535-47bb-0310-9956-ffa450edef68
2002-01-17 10:59:46 +00:00
Joshua Slive
49423e6062 Use the proper footer include so that we get the right version number.
PR: 9495
Submitted by: Yves Touchette <yves.touchette@microcell.ca>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92866 13f79535-47bb-0310-9956-ffa450edef68
2002-01-16 19:12:34 +00:00
Bradley Nicholes
f20a30a295 Updated the build instructions to reflect the change in the build environment variable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92860 13f79535-47bb-0310-9956-ffa450edef68
2002-01-15 23:30:40 +00:00
Joshua Slive
045224ce9b htmltidy made a mess of the headers and footers. Put them back in shape.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92855 13f79535-47bb-0310-9956-ffa450edef68
2002-01-15 01:48:00 +00:00
Bradley Nicholes
d1146dd589 Implemented a checkunload callback to allow apache to be unloaded using
the Unload console command.  Also changed the nlm name and console
command to APACHE2.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92852 13f79535-47bb-0310-9956-ffa450edef68
2002-01-14 18:55:51 +00:00
Ian Holsman
71de760992 wrowe's veto'd this.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92798 13f79535-47bb-0310-9956-ffa450edef68
2002-01-10 03:23:33 +00:00
Ian Holsman
23360cd007 new option LogExcludeByType
main use is so that you can ignore logging images
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92792 13f79535-47bb-0310-9956-ffa450edef68
2002-01-10 01:03:41 +00:00
Bradley Nicholes
1b0bde4af3 Updated the build documentation for NetWare to match the current build
process


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92779 13f79535-47bb-0310-9956-ffa450edef68
2002-01-08 22:46:34 +00:00
Lars Eilebrecht
91a529b47f - We just check for "pthread" in mpm_common.c not "proc_pthread"
(like in Apache 1.3).
- Fix name tag for AcceptMutex.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92760 13f79535-47bb-0310-9956-ffa450edef68
2002-01-07 05:37:29 +00:00
Jeff Trawick
63c49bf4c7 Fix the module identifier as shown in the docs for some
modules.

PR:           #9338
Submitted by: James Watson <ap2bug@sowega.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92716 13f79535-47bb-0310-9956-ffa450edef68
2002-01-03 14:20:51 +00:00
William A. Rowe Jr
161dfa916e Time to commit... before I get lost in the changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92694 13f79535-47bb-0310-9956-ffa450edef68
2001-12-31 21:58:42 +00:00
kevlo
e5cacdc88d HostNameLookups -> HostnameLookups
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92675 13f79535-47bb-0310-9956-ffa450edef68
2001-12-31 02:29:12 +00:00
Joshua Slive
fd11cf06c6 Remove ConnectionStatus directive. No longer in code.
Submitted by:	Daniel Lopez <daniel@rawbyte.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92674 13f79535-47bb-0310-9956-ffa450edef68
2001-12-30 19:30:57 +00:00
Joshua Slive
949a2c209d Rewriteguide typos.
PR: 9315
Submitted by: "John Briggs" <john_briggs@telstra.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92673 13f79535-47bb-0310-9956-ffa450edef68
2001-12-30 18:10:36 +00:00
Joshua Slive
31ce86d10c I really can't spell negotiation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92671 13f79535-47bb-0310-9956-ffa450edef68
2001-12-30 16:08:57 +00:00
Joshua Slive
851c34071e Now that we are releasing betas, we should have compatibility information in here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92670 13f79535-47bb-0310-9956-ffa450edef68
2001-12-30 16:07:09 +00:00
Joshua Slive
23d52c7a6a Some new features updates.
Still lots missing from here, I'm sure.  If you've added a new feature
since 1.3, please check to see if it is here.  (And the same thing
for the "upgrading" doc.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92669 13f79535-47bb-0310-9956-ffa450edef68
2001-12-30 15:58:32 +00:00
Joshua Slive
7c31749da2 Add the missing SSI... directives to the main directive index.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92668 13f79535-47bb-0310-9956-ffa450edef68
2001-12-30 15:47:12 +00:00
Joshua Slive
ee246ee905 Cleanup the ForceLanguagePriority docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92667 13f79535-47bb-0310-9956-ffa450edef68
2001-12-30 15:45:05 +00:00
Joshua Slive
ba4174bc69 Cleanup new directives in mod_include.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92666 13f79535-47bb-0310-9956-ffa450edef68
2001-12-30 15:34:13 +00:00
Joshua Slive
5201a207da A little cleanup on the AuthDBMType Directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92665 13f79535-47bb-0310-9956-ffa450edef68
2001-12-30 15:17:48 +00:00
Ian Holsman
10577e4666 allow mod_include to handle different start/end tags instead of the default
<!-- --> ones.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92660 13f79535-47bb-0310-9956-ffa450edef68
2001-12-30 06:51:21 +00:00
Ian Holsman
fb6b861061 document SSIErrorMsg & SSITimeFmt directives
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92659 13f79535-47bb-0310-9956-ffa450edef68
2001-12-30 06:41:14 +00:00
William A. Rowe Jr
6cdca5f95b New directive, new docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92656 13f79535-47bb-0310-9956-ffa450edef68
2001-12-30 04:40:40 +00:00
William A. Rowe Jr
1bb22bd495 Improvements to docs [always good]
Submitted by:	Daniel Lopez <daniel@rawbyte.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92649 13f79535-47bb-0310-9956-ffa450edef68
2001-12-29 17:44:18 +00:00
Ian Holsman
23e257fd4b add a 'AuthDBMType' so that users can select what type of DBM they want to
use to authenticate users.
I think this removes a 'showstopper' (deprecating mod_auth_db)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92616 13f79535-47bb-0310-9956-ffa450edef68
2001-12-27 06:03:13 +00:00
Joshua Slive
9a0f5497df Fix link.
Submitted by:	Stas Bekman <stas@stason.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92586 13f79535-47bb-0310-9956-ffa450edef68
2001-12-23 16:50:06 +00:00