]> granicus.if.org Git - apache/log
apache
12 years agoRebuild
Rich Bowen [Tue, 1 May 2012 15:05:08 +0000 (15:05 +0000)]
Rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332687 13f79535-47bb-0310-9956-ffa450edef68

12 years agoThese docs have moved into their own space. Link to the new doc, for
Rich Bowen [Tue, 1 May 2012 15:04:42 +0000 (15:04 +0000)]
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

12 years agoMissing highlighting
Daniel Gruno [Tue, 1 May 2012 15:04:14 +0000 (15:04 +0000)]
Missing highlighting

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332685 13f79535-47bb-0310-9956-ffa450edef68

12 years agoAdd support for TLS Next Protocol Negotiation:
Joe Orton [Tue, 1 May 2012 13:27:14 +0000 (13:27 +0000)]
Add support for TLS Next Protocol Negotiation:

* modules/ssl/mod_ssl.c, modules/ssl/mod_ssl.h: Add and implement new
  hooks for next protocol advertisement/discovery.

* modules/ssl/ssl_engine_init.c (ssl_init_ctx_callbacks): Enable
  NPN advertisement callback in handshake.

* modules/ssl/ssl_engine_io.c (ssl_io_filter_input): Invoke
  next-protocol discovery hook.

* modules/ssl/ssl_engine_kernel.c (ssl_callback_AdvertiseNextProtos):
  New callback.

* modules/ssl/ssl_private.h: Add prototype.

Submitted by: Matthew Steele <mdsteele google.com>
  with slight tweaks by jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332643 13f79535-47bb-0310-9956-ffa450edef68

12 years agoUpdates.
Lucien Gentis [Tue, 1 May 2012 13:18:30 +0000 (13:18 +0000)]
Updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332639 13f79535-47bb-0310-9956-ffa450edef68

12 years agoxforms
Daniel Gruno [Tue, 1 May 2012 12:18:37 +0000 (12:18 +0000)]
xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332628 13f79535-47bb-0310-9956-ffa450edef68

12 years agoFix broken link (point to the new wiki site instead of FAQ.html)
Daniel Gruno [Tue, 1 May 2012 12:17:25 +0000 (12:17 +0000)]
Fix broken link (point to the new wiki site instead of FAQ.html)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332627 13f79535-47bb-0310-9956-ffa450edef68

12 years agoAdd syntax highlighting to this doc as well
Daniel Gruno [Tue, 1 May 2012 12:13:02 +0000 (12:13 +0000)]
Add syntax highlighting to this doc as well

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332626 13f79535-47bb-0310-9956-ffa450edef68

12 years agoTry to clarify what is matched in a rewrite rule as per bug #53080.
Daniel Gruno [Tue, 1 May 2012 09:43:51 +0000 (09:43 +0000)]
Try to clarify what is matched in a rewrite rule as per bug #53080.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332592 13f79535-47bb-0310-9956-ffa450edef68

12 years agoFix whitespace issues and anchor patterns when needed in flags.xml
Daniel Gruno [Tue, 1 May 2012 09:21:13 +0000 (09:21 +0000)]
Fix whitespace issues and anchor patterns when needed in flags.xml
Fix double-escaped characters in advanced.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332585 13f79535-47bb-0310-9956-ffa450edef68

12 years agoFix last example so it's actually a valid expression and change RedirectMatch to...
Daniel Gruno [Tue, 1 May 2012 09:11:41 +0000 (09:11 +0000)]
Fix last example so it's actually a valid expression and change RedirectMatch to Redirect for optimal performance

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332581 13f79535-47bb-0310-9956-ffa450edef68

12 years agoForgot to add a few new links.
Daniel Gruno [Tue, 1 May 2012 08:41:23 +0000 (08:41 +0000)]
Forgot to add a few new links.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332571 13f79535-47bb-0310-9956-ffa450edef68

12 years agoUpdate DA translation to match latest English version
Daniel Gruno [Tue, 1 May 2012 08:35:22 +0000 (08:35 +0000)]
Update DA translation to match latest English version

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332570 13f79535-47bb-0310-9956-ffa450edef68

12 years agoAdd PHP as a possible highlighted language if needed.
Daniel Gruno [Tue, 1 May 2012 07:19:25 +0000 (07:19 +0000)]
Add PHP as a possible highlighted language if needed.
Fix up the lexer so that when httpdComments is true, httpd style comments are not parsed as such unless the hash character is at the beginning of a line (disregarding spaces)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332544 13f79535-47bb-0310-9956-ffa450edef68

12 years agoIf a filename without slashes is specified for LoadFile or
Stefan Fritsch [Mon, 30 Apr 2012 20:50:45 +0000 (20:50 +0000)]
If a filename without slashes is specified for LoadFile or
LoadModule and the file cannot be found in the server root directory,
try to use the standard dlopen() search path.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332378 13f79535-47bb-0310-9956-ffa450edef68

12 years agoAdd quotation marks to error messages
Daniel Gruno [Mon, 30 Apr 2012 17:17:04 +0000 (17:17 +0000)]
Add quotation marks to error messages

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332300 13f79535-47bb-0310-9956-ffa450edef68

12 years agogrammer tweak
Eric Covener [Sun, 29 Apr 2012 19:09:36 +0000 (19:09 +0000)]
grammer tweak

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331977 13f79535-47bb-0310-9956-ffa450edef68

12 years agoTypo fixes in the description of output values
Daniel Gruno [Sun, 29 Apr 2012 16:31:58 +0000 (16:31 +0000)]
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

12 years agoTypo fix
Daniel Gruno [Sun, 29 Apr 2012 16:22:05 +0000 (16:22 +0000)]
Typo fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331934 13f79535-47bb-0310-9956-ffa450edef68

12 years agoUpdates.
Lucien Gentis [Sun, 29 Apr 2012 13:14:14 +0000 (13:14 +0000)]
Updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331909 13f79535-47bb-0310-9956-ffa450edef68

12 years agoxforms
Daniel Gruno [Sun, 29 Apr 2012 12:23:02 +0000 (12:23 +0000)]
xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331904 13f79535-47bb-0310-9956-ffa450edef68

12 years agoFix a plethora of typos in core
Daniel Gruno [Sun, 29 Apr 2012 12:22:47 +0000 (12:22 +0000)]
Fix a plethora of typos in core
Some nitpicking on the indenting in some example configs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331903 13f79535-47bb-0310-9956-ffa450edef68

12 years agobug here in that the hook ptr fu is busted so we need
Joe Schaefer [Sun, 29 Apr 2012 01:53:50 +0000 (01:53 +0000)]
bug here in that the hook ptr fu is busted so we need
to ensure only the first matching param sets ctx->param

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331862 13f79535-47bb-0310-9956-ffa450edef68

12 years agoAllow the lexer loop to run a little longer.
Daniel Gruno [Sat, 28 Apr 2012 21:20:01 +0000 (21:20 +0000)]
Allow the lexer loop to run a little longer.
Recognize "else" as a Perl keyword (d'uh)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331836 13f79535-47bb-0310-9956-ffa450edef68

12 years agoUpdates.
Lucien Gentis [Sat, 28 Apr 2012 15:38:31 +0000 (15:38 +0000)]
Updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331786 13f79535-47bb-0310-9956-ffa450edef68

12 years agoFix a word jumble
Daniel Gruno [Sat, 28 Apr 2012 11:16:28 +0000 (11:16 +0000)]
Fix a word jumble

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331750 13f79535-47bb-0310-9956-ffa450edef68

12 years agoCosmetic fixes to core
Daniel Gruno [Sat, 28 Apr 2012 09:13:05 +0000 (09:13 +0000)]
Cosmetic fixes to core

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331722 13f79535-47bb-0310-9956-ffa450edef68

12 years agoAdd AuthConfig as a valid Options argument
Daniel Gruno [Sat, 28 Apr 2012 09:02:40 +0000 (09:02 +0000)]
Add AuthConfig as a valid Options argument
Treat "foo-bar" as plain text, regardless of whether "foo" or "bar" alone is a keyword.
Treat foo_module as a valid LoadModule argument

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331717 13f79535-47bb-0310-9956-ffa450edef68

12 years agoMissed a FilesMatch section, meh.
Daniel Gruno [Sat, 28 Apr 2012 07:54:58 +0000 (07:54 +0000)]
Missed a FilesMatch section, meh.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331701 13f79535-47bb-0310-9956-ffa450edef68

12 years agoxforms
Daniel Gruno [Sat, 28 Apr 2012 07:48:16 +0000 (07:48 +0000)]
xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331700 13f79535-47bb-0310-9956-ffa450edef68

12 years agoInsist that when we open a section in an example, we close it again.
Daniel Gruno [Sat, 28 Apr 2012 07:47:24 +0000 (07:47 +0000)]
Insist that when we open a section in an example, we close it again.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331697 13f79535-47bb-0310-9956-ffa450edef68

12 years agoAnother typo fix
Daniel Gruno [Sat, 28 Apr 2012 06:54:47 +0000 (06:54 +0000)]
Another typo fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331693 13f79535-47bb-0310-9956-ffa450edef68

12 years agotypo fix (/w+ should be \w+)
Daniel Gruno [Sat, 28 Apr 2012 06:40:14 +0000 (06:40 +0000)]
typo fix (/w+ should be \w+)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331691 13f79535-47bb-0310-9956-ffa450edef68

12 years agoStop being case-insensitive with section directives. This fixes the highlighting...
Daniel Gruno [Sat, 28 Apr 2012 05:40:20 +0000 (05:40 +0000)]
Stop being case-insensitive with section directives. This fixes the highlighting issue with mod_proxy and others, although a longer lasting solution might have to be worked on.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331688 13f79535-47bb-0310-9956-ffa450edef68

12 years agoUpdate syntax highlight for content-neg
Daniel Gruno [Fri, 27 Apr 2012 20:38:25 +0000 (20:38 +0000)]
Update syntax highlight for content-neg

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331584 13f79535-47bb-0310-9956-ffa450edef68

12 years agoMissed highlighting two examples
Daniel Gruno [Fri, 27 Apr 2012 20:34:06 +0000 (20:34 +0000)]
Missed highlighting two examples

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331581 13f79535-47bb-0310-9956-ffa450edef68

12 years agoborder doesn't validate.
André Malo [Fri, 27 Apr 2012 20:26:23 +0000 (20:26 +0000)]
border doesn't validate.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331579 13f79535-47bb-0310-9956-ffa450edef68

12 years agoUpdate syntax highlighting
Daniel Gruno [Fri, 27 Apr 2012 20:24:30 +0000 (20:24 +0000)]
Update syntax highlighting

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331576 13f79535-47bb-0310-9956-ffa450edef68

12 years agoupdate transformation
André Malo [Fri, 27 Apr 2012 19:42:29 +0000 (19:42 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331553 13f79535-47bb-0310-9956-ffa450edef68

12 years agoproperly enclose inline javascript in HTML output.
André Malo [Fri, 27 Apr 2012 19:29:19 +0000 (19:29 +0000)]
properly enclose inline javascript in HTML output.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331550 13f79535-47bb-0310-9956-ffa450edef68

12 years agofix properties.
André Malo [Fri, 27 Apr 2012 19:11:40 +0000 (19:11 +0000)]
fix properties.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331547 13f79535-47bb-0310-9956-ffa450edef68

12 years agoupdate transformation
André Malo [Fri, 27 Apr 2012 19:06:57 +0000 (19:06 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331546 13f79535-47bb-0310-9956-ffa450edef68

12 years ago- style
André Malo [Fri, 27 Apr 2012 19:05:41 +0000 (19:05 +0000)]
- style
- fix example -> highlight nesting
- enclose inline javascript in cdata

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331543 13f79535-47bb-0310-9956-ffa450edef68

12 years agoupdate transformation
André Malo [Fri, 27 Apr 2012 18:59:49 +0000 (18:59 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331541 13f79535-47bb-0310-9956-ffa450edef68

12 years agoAdd IfVersion as a known section directive, change the css for literals and identify...
Daniel Gruno [Fri, 27 Apr 2012 18:23:10 +0000 (18:23 +0000)]
Add IfVersion as a known section directive, change the css for literals and identify Options arguments as literals

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331530 13f79535-47bb-0310-9956-ffa450edef68

12 years agoMissed a spot in ssi.xml
Daniel Gruno [Fri, 27 Apr 2012 16:12:27 +0000 (16:12 +0000)]
Missed a spot in ssi.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331486 13f79535-47bb-0310-9956-ffa450edef68

12 years agoMissed an example in authn_anon
Rich Bowen [Fri, 27 Apr 2012 15:08:20 +0000 (15:08 +0000)]
Missed an example in authn_anon

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331461 13f79535-47bb-0310-9956-ffa450edef68

12 years agoMissed one.
Rich Bowen [Fri, 27 Apr 2012 15:07:10 +0000 (15:07 +0000)]
Missed one.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331460 13f79535-47bb-0310-9956-ffa450edef68

12 years agoMake XML valid and fix up the other titles.
Daniel Gruno [Fri, 27 Apr 2012 13:43:19 +0000 (13:43 +0000)]
Make XML valid and fix up the other titles.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331429 13f79535-47bb-0310-9956-ffa450edef68

12 years agoFix a title that had gone AWOL
Daniel Gruno [Fri, 27 Apr 2012 13:38:58 +0000 (13:38 +0000)]
Fix a title that had gone AWOL

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331427 13f79535-47bb-0310-9956-ffa450edef68

12 years agoFix a missing newline in an example
Daniel Gruno [Fri, 27 Apr 2012 13:32:44 +0000 (13:32 +0000)]
Fix a missing newline in an example

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331425 13f79535-47bb-0310-9956-ffa450edef68

12 years agoEven more xforms that somehow didn't trigger earlier. I wonder if they're silently...
Daniel Gruno [Fri, 27 Apr 2012 12:59:32 +0000 (12:59 +0000)]
Even more xforms that somehow didn't trigger earlier. I wonder if they're silently revolting against me.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331408 13f79535-47bb-0310-9956-ffa450edef68

12 years agoxforms that somehow snuck past the build system
Daniel Gruno [Fri, 27 Apr 2012 12:48:31 +0000 (12:48 +0000)]
xforms that somehow snuck past the build system

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331396 13f79535-47bb-0310-9956-ffa450edef68

12 years agoxforms, again
Daniel Gruno [Fri, 27 Apr 2012 10:48:14 +0000 (10:48 +0000)]
xforms, again

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331347 13f79535-47bb-0310-9956-ffa450edef68

12 years agoAdd AuthzProviderAlias as a valid section directive
Daniel Gruno [Fri, 27 Apr 2012 08:16:23 +0000 (08:16 +0000)]
Add AuthzProviderAlias as a valid section directive

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331290 13f79535-47bb-0310-9956-ffa450edef68

12 years agoRebuild mod_ssl doc
Daniel Gruno [Fri, 27 Apr 2012 08:15:15 +0000 (08:15 +0000)]
Rebuild mod_ssl doc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331289 13f79535-47bb-0310-9956-ffa450edef68

12 years agoUpdate
Daniel Gruno [Fri, 27 Apr 2012 07:57:17 +0000 (07:57 +0000)]
Update

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331281 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSmall whitespace fix
Daniel Gruno [Fri, 27 Apr 2012 07:21:45 +0000 (07:21 +0000)]
Small whitespace fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331267 13f79535-47bb-0310-9956-ffa450edef68

12 years agoadd a boundary check to type highlighting in C
Daniel Gruno [Fri, 27 Apr 2012 07:17:08 +0000 (07:17 +0000)]
add a boundary check to type highlighting in C

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331260 13f79535-47bb-0310-9956-ffa450edef68

12 years agoUpdate syntax for expr.xml
Daniel Gruno [Fri, 27 Apr 2012 07:13:21 +0000 (07:13 +0000)]
Update syntax for expr.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331257 13f79535-47bb-0310-9956-ffa450edef68

12 years agoadd PR reference
Stefan Fritsch [Fri, 27 Apr 2012 06:39:39 +0000 (06:39 +0000)]
add PR reference

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331243 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSome final tweaks to the mod_lua doc
Daniel Gruno [Fri, 27 Apr 2012 06:28:03 +0000 (06:28 +0000)]
Some final tweaks to the mod_lua doc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331240 13f79535-47bb-0310-9956-ffa450edef68

12 years agoxforms
Daniel Gruno [Fri, 27 Apr 2012 06:17:57 +0000 (06:17 +0000)]
xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331236 13f79535-47bb-0310-9956-ffa450edef68

12 years agoUpdate keywords for shell scripts
Daniel Gruno [Fri, 27 Apr 2012 06:15:12 +0000 (06:15 +0000)]
Update keywords for shell scripts

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331235 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax updates for mod_ssl.xml (yes, everything is a freaky carnival tent now)
Daniel Gruno [Fri, 27 Apr 2012 06:14:04 +0000 (06:14 +0000)]
Syntax updates for mod_ssl.xml (yes, everything is a freaky carnival tent now)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331234 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax updates for mod_x*.xml and mpm_common.xml
Daniel Gruno [Fri, 27 Apr 2012 05:58:41 +0000 (05:58 +0000)]
Syntax updates for mod_x*.xml and mpm_common.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331232 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax updates for mod_v*.xml
Daniel Gruno [Fri, 27 Apr 2012 05:50:53 +0000 (05:50 +0000)]
Syntax updates for mod_v*.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331230 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax updates for mod_u*.xml
Daniel Gruno [Fri, 27 Apr 2012 05:45:21 +0000 (05:45 +0000)]
Syntax updates for mod_u*.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331229 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax updates for mod_s*.xml (sans mod_ssl.xml)
Daniel Gruno [Fri, 27 Apr 2012 05:42:24 +0000 (05:42 +0000)]
Syntax updates for mod_s*.xml (sans mod_ssl.xml)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331227 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax updates for mod_r*.xml
Daniel Gruno [Fri, 27 Apr 2012 05:17:57 +0000 (05:17 +0000)]
Syntax updates for mod_r*.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331219 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax updates for mod_p*.xml
Daniel Gruno [Fri, 27 Apr 2012 05:03:19 +0000 (05:03 +0000)]
Syntax updates for mod_p*.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331217 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax updates for mod_n*.xml
Daniel Gruno [Fri, 27 Apr 2012 04:30:41 +0000 (04:30 +0000)]
Syntax updates for mod_n*.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331215 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax updates for mod_m*.xml
Daniel Gruno [Fri, 27 Apr 2012 04:27:38 +0000 (04:27 +0000)]
Syntax updates for mod_m*.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331214 13f79535-47bb-0310-9956-ffa450edef68

12 years agoTry to clarify what client_ip/client_addr means and point to useragent_ip
Stefan Fritsch [Thu, 26 Apr 2012 21:51:09 +0000 (21:51 +0000)]
Try to clarify what client_ip/client_addr means and point to useragent_ip

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331115 13f79535-47bb-0310-9956-ffa450edef68

12 years agofixup for r1331110: pass correct argument
Stefan Fritsch [Thu, 26 Apr 2012 21:50:34 +0000 (21:50 +0000)]
fixup for r1331110: pass correct argument

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331113 13f79535-47bb-0310-9956-ffa450edef68

12 years agoReplace use of apr_file_write() with apr_file_write_full() to prevent
Stefan Fritsch [Thu, 26 Apr 2012 21:44:51 +0000 (21:44 +0000)]
Replace use of apr_file_write() with apr_file_write_full() to prevent
incomplete writes.

Add comments in some places where error handling/logging is missing.

PR: 53131.
Submitted by: Nicolas Viennot <apache viennot biz>, Stefan Fritsch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331110 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax updates for mod_l*.xml
Daniel Gruno [Thu, 26 Apr 2012 19:14:27 +0000 (19:14 +0000)]
Syntax updates for mod_l*.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331035 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax updates for mod_h*.xml, mod_i*.xml
Daniel Gruno [Thu, 26 Apr 2012 18:16:48 +0000 (18:16 +0000)]
Syntax updates for mod_h*.xml, mod_i*.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331006 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax fixups for mod_f*.xml
Daniel Gruno [Thu, 26 Apr 2012 17:55:47 +0000 (17:55 +0000)]
Syntax fixups for mod_f*.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330994 13f79535-47bb-0310-9956-ffa450edef68

12 years agoPrevent infinite looping in case of borked spans or code.
Daniel Gruno [Thu, 26 Apr 2012 17:49:39 +0000 (17:49 +0000)]
Prevent infinite looping in case of borked spans or code.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330992 13f79535-47bb-0310-9956-ffa450edef68

12 years agoFix typo as per https://issues.apache.org/bugzilla/show_bug.cgi?id=53152
Rich Bowen [Thu, 26 Apr 2012 17:43:40 +0000 (17:43 +0000)]
Fix typo as per https://issues.apache.org/bugzilla/show_bug.cgi?id=53152

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330990 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntaxe updates for mod_e*.xml
Daniel Gruno [Thu, 26 Apr 2012 17:42:34 +0000 (17:42 +0000)]
Syntaxe updates for mod_e*.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330988 13f79535-47bb-0310-9956-ffa450edef68

12 years agoFix typo, as per https://issues.apache.org/bugzilla/show_bug.cgi?id=53152
Rich Bowen [Thu, 26 Apr 2012 17:41:46 +0000 (17:41 +0000)]
Fix typo, as per https://issues.apache.org/bugzilla/show_bug.cgi?id=53152

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330987 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax updates for mod_d*.xml
Daniel Gruno [Thu, 26 Apr 2012 17:23:00 +0000 (17:23 +0000)]
Syntax updates for mod_d*.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330980 13f79535-47bb-0310-9956-ffa450edef68

12 years agosyntax for mod_b*.xml and mod_c*.xml
Daniel Gruno [Thu, 26 Apr 2012 16:55:17 +0000 (16:55 +0000)]
syntax for mod_b*.xml and mod_c*.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330964 13f79535-47bb-0310-9956-ffa450edef68

12 years agoAccept AuthLDAPUrl as a keyword
Daniel Gruno [Thu, 26 Apr 2012 16:30:27 +0000 (16:30 +0000)]
Accept AuthLDAPUrl as a keyword

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330931 13f79535-47bb-0310-9956-ffa450edef68

12 years ago./build.sh all
Igor Galić [Thu, 26 Apr 2012 16:18:54 +0000 (16:18 +0000)]
./build.sh all

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330924 13f79535-47bb-0310-9956-ffa450edef68

12 years agofix XML validation.
Igor Galić [Thu, 26 Apr 2012 16:14:31 +0000 (16:14 +0000)]
fix XML validation.
Revert some of the hilighting to use <example><pre>, for instance: ldiffs
Make some of the lines that were artifically broken > 40char.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330921 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax for mod_a*.xml and MPMs
Daniel Gruno [Thu, 26 Apr 2012 15:47:56 +0000 (15:47 +0000)]
Syntax for mod_a*.xml and MPMs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330911 13f79535-47bb-0310-9956-ffa450edef68

12 years agoRebuild Humbedooh's changes.
Rich Bowen [Thu, 26 Apr 2012 14:57:35 +0000 (14:57 +0000)]
Rebuild Humbedooh's changes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330892 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax for files in /
Daniel Gruno [Thu, 26 Apr 2012 14:43:33 +0000 (14:43 +0000)]
Syntax for files in /

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330883 13f79535-47bb-0310-9956-ffa450edef68

12 years agosyntax for misc/ and platform/
Daniel Gruno [Thu, 26 Apr 2012 14:42:22 +0000 (14:42 +0000)]
syntax for misc/ and platform/

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330882 13f79535-47bb-0310-9956-ffa450edef68

12 years agoSyntax and formatting fixings
Daniel Gruno [Thu, 26 Apr 2012 14:40:34 +0000 (14:40 +0000)]
Syntax and formatting fixings

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330881 13f79535-47bb-0310-9956-ffa450edef68

12 years agosyntax updates
Daniel Gruno [Thu, 26 Apr 2012 14:38:55 +0000 (14:38 +0000)]
syntax updates

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330878 13f79535-47bb-0310-9956-ffa450edef68

12 years agoAllow for multiple newlines to be ignored at start and finish
Daniel Gruno [Thu, 26 Apr 2012 14:36:40 +0000 (14:36 +0000)]
Allow for multiple newlines to be ignored at start and finish

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330875 13f79535-47bb-0310-9956-ffa450edef68

12 years agoFix title issues
Daniel Gruno [Thu, 26 Apr 2012 14:35:38 +0000 (14:35 +0000)]
Fix title issues

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330874 13f79535-47bb-0310-9956-ffa450edef68

12 years agoAdd links to some seealso tags and change 2.4.1 to 2.4.2 some places
Daniel Gruno [Thu, 26 Apr 2012 13:43:22 +0000 (13:43 +0000)]
Add links to some seealso tags and change 2.4.1 to 2.4.2 some places

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330850 13f79535-47bb-0310-9956-ffa450edef68

12 years agoUpdate transforms.
Rich Bowen [Thu, 26 Apr 2012 13:35:04 +0000 (13:35 +0000)]
Update transforms.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330844 13f79535-47bb-0310-9956-ffa450edef68

12 years agoRemove trailing and leading newlines and spaces caused by xml formatting styles
Daniel Gruno [Thu, 26 Apr 2012 06:09:31 +0000 (06:09 +0000)]
Remove trailing and leading newlines and spaces caused by xml formatting styles

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330665 13f79535-47bb-0310-9956-ffa450edef68

12 years agoRemove a botched title from a vhost example
Daniel Gruno [Thu, 26 Apr 2012 06:08:09 +0000 (06:08 +0000)]
Remove a botched title from a vhost example

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330664 13f79535-47bb-0310-9956-ffa450edef68