]> granicus.if.org Git - apache/log
apache
12 years agoxforms
Daniel Gruno [Tue, 29 May 2012 17:51:50 +0000 (17:51 +0000)]
xforms

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

12 years agoAdding some additional security considerations. Thanks to Daniel Shahaf for these...
Daniel Gruno [Tue, 29 May 2012 17:50:39 +0000 (17:50 +0000)]
Adding some additional security considerations. Thanks to Daniel Shahaf for these pointers.

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

12 years agoMake ap_regcomp() return AP_REG_ESPACE if out of memory. Make ap_pregcomp()
Stefan Fritsch [Sun, 27 May 2012 21:40:00 +0000 (21:40 +0000)]
Make ap_regcomp() return AP_REG_ESPACE if out of memory.  Make ap_pregcomp()
abort if out of memory.

This raises the minimum PCRE requirement to version 6.0, released in 2005.

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

12 years agoCompile the regex used by is_header_regex() only once during startup
Stefan Fritsch [Sun, 27 May 2012 21:02:09 +0000 (21:02 +0000)]
Compile the regex used by is_header_regex() only once during startup
This should save some memory, especially with .htaccess

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

12 years agoxforms
Daniel Gruno [Sun, 27 May 2012 20:44:37 +0000 (20:44 +0000)]
xforms

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

12 years agoMake apxs use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGS
Stefan Fritsch [Sun, 27 May 2012 20:39:14 +0000 (20:39 +0000)]
Make apxs use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGS

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

12 years agoAdd a small hack to preserve newlines and still retain the links to the doxygen stuff...
Daniel Gruno [Sun, 27 May 2012 20:38:47 +0000 (20:38 +0000)]
Add a small hack to preserve newlines and still retain the links to the doxygen stuff. (presumably this should later be fixed in the highlighter)

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

12 years agoFix MaxConnectionsPerChild
Stefan Fritsch [Sun, 27 May 2012 20:23:43 +0000 (20:23 +0000)]
Fix MaxConnectionsPerChild

This was broken when the handling of lingering close was moved into the
listener thread.

- Make the connection counting thread safe.
- Do the counting in the connection pool cleanup to ensure that it gets
  also executed if the listener thread closes the connection.
- Add a trace log message when a process is recycled.

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

12 years agorename requests_this_child to conns_this_child, which is more accurate
Stefan Fritsch [Sun, 27 May 2012 20:07:39 +0000 (20:07 +0000)]
rename requests_this_child to conns_this_child, which is more accurate

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

12 years agoUpdates.
Lucien Gentis [Sun, 27 May 2012 14:57:52 +0000 (14:57 +0000)]
Updates.

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

12 years agoUpdates.
Lucien Gentis [Sat, 26 May 2012 16:08:58 +0000 (16:08 +0000)]
Updates.

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

12 years agorebuild
Daniel Gruno [Thu, 24 May 2012 07:04:48 +0000 (07:04 +0000)]
rebuild

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

12 years agoAdd newlines to example output
Daniel Gruno [Thu, 24 May 2012 07:03:56 +0000 (07:03 +0000)]
Add newlines to example output

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

12 years ago* docs/manual/: Commit XML for suexec changes + re-transform; thanks to nd@.
Joe Orton [Wed, 23 May 2012 22:29:03 +0000 (22:29 +0000)]
* docs/manual/: Commit XML for suexec changes + re-transform; thanks to nd@.

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

12 years agosuexec: Support use of setgid/setuid capability bits on Linux, a
Joe Orton [Wed, 23 May 2012 21:38:39 +0000 (21:38 +0000)]
suexec: Support use of setgid/setuid capability bits on Linux, a
weaker set of privileges than the full setuid/setgid root binary.

* configure.in: Add --enable-suexec-capabilites flag.

* Makefile.in: If configured, use setcap instead of chmod 7555 on
  installed suexec binary.

* modules/arch/unix/mod_unixd.c (unixd_pre_config): Drop test for
  setuid bit if capability bits are used.

* docs/manual/: Add docs.

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

12 years ago* docs/manual/suexec.html.en: Update for syslog logging.
Joe Orton [Wed, 23 May 2012 16:06:02 +0000 (16:06 +0000)]
* docs/manual/suexec.html.en: Update for syslog logging.

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

12 years ago* configure.in: Use AC_MSG_NOTICE so passing --silent works as advertised.
Joe Orton [Wed, 23 May 2012 15:51:14 +0000 (15:51 +0000)]
* configure.in: Use AC_MSG_NOTICE so passing --silent works as advertised.

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

12 years ago* acinclude.m4: Use AC_MSG_NOTICE.
Joe Orton [Wed, 23 May 2012 15:42:56 +0000 (15:42 +0000)]
* acinclude.m4: Use AC_MSG_NOTICE.

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

12 years agosuexec: Add support for logging to syslog as an alternative to a
Joe Orton [Wed, 23 May 2012 15:42:33 +0000 (15:42 +0000)]
suexec: Add support for logging to syslog as an alternative to a
logfile.

* support/suexec.c (err_output) [AP_LOG_SYSLOG]: Log to syslog.
  (main): Close syslog fd if open, before execv.  Add -V output
  for AP_LOG_SYSLOG.

* configure.in: Add --with-suexec-syslog argument; allow
  --without-suexec-logfile to omit definition of AP_LOG_EXEC.

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

12 years agorebuild
Daniel Gruno [Wed, 23 May 2012 05:19:04 +0000 (05:19 +0000)]
rebuild

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

12 years agosimplifying example
Daniel Gruno [Wed, 23 May 2012 05:17:46 +0000 (05:17 +0000)]
simplifying example

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

12 years agoxforms
Daniel Gruno [Wed, 23 May 2012 05:16:51 +0000 (05:16 +0000)]
xforms

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

12 years agoReplacing disqus references with $newstuff
Daniel Gruno [Wed, 23 May 2012 05:08:30 +0000 (05:08 +0000)]
Replacing disqus references with $newstuff

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

12 years agorebuild
Daniel Gruno [Tue, 22 May 2012 12:46:59 +0000 (12:46 +0000)]
rebuild

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

12 years agoShould be "Require not host gov" instead of "Require not gov"
Daniel Gruno [Tue, 22 May 2012 12:46:23 +0000 (12:46 +0000)]
Should be "Require not host gov" instead of "Require not gov"

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

12 years agoTrying out the new commentary system on a portion of trunk.
Daniel Gruno [Tue, 22 May 2012 11:48:46 +0000 (11:48 +0000)]
Trying out the new commentary system on a portion of trunk.

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

12 years agoUpdates.
Lucien Gentis [Sun, 20 May 2012 14:34:01 +0000 (14:34 +0000)]
Updates.

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

12 years agorebuild
Daniel Gruno [Sun, 20 May 2012 13:02:48 +0000 (13:02 +0000)]
rebuild

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

12 years agoLet's see if this works on-site.
Daniel Gruno [Sun, 20 May 2012 12:56:59 +0000 (12:56 +0000)]
Let's see if this works on-site.

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

12 years agoDisabling the Disqus system until we have a proper resolution about this.
Daniel Gruno [Sun, 20 May 2012 12:53:19 +0000 (12:53 +0000)]
Disabling the Disqus system until we have a proper resolution about this.

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

12 years agoUpdates.
Lucien Gentis [Sat, 19 May 2012 15:45:25 +0000 (15:45 +0000)]
Updates.

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

12 years agoUpdates.
Lucien Gentis [Sat, 19 May 2012 14:50:36 +0000 (14:50 +0000)]
Updates.

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

12 years agoUpdates.
Lucien Gentis [Thu, 17 May 2012 15:09:35 +0000 (15:09 +0000)]
Updates.

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

12 years agoReverting back.
Daniel Gruno [Thu, 17 May 2012 07:32:46 +0000 (07:32 +0000)]
Reverting back.

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

12 years agoTesting out some analytics software on a teensy-weensy bit of the trunk docs.
Daniel Gruno [Wed, 16 May 2012 19:16:17 +0000 (19:16 +0000)]
Testing out some analytics software on a teensy-weensy bit of the trunk docs.

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

12 years agorebuild
Daniel Gruno [Tue, 15 May 2012 06:24:01 +0000 (06:24 +0000)]
rebuild

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

12 years agoSmall inconsistency fix
Daniel Gruno [Tue, 15 May 2012 06:23:24 +0000 (06:23 +0000)]
Small inconsistency fix

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

12 years agorebuild
Daniel Gruno [Mon, 14 May 2012 10:54:58 +0000 (10:54 +0000)]
rebuild

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

12 years agoTidy up examples
Daniel Gruno [Mon, 14 May 2012 10:53:35 +0000 (10:53 +0000)]
Tidy up examples

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

12 years agorebuild
Daniel Gruno [Mon, 14 May 2012 10:36:38 +0000 (10:36 +0000)]
rebuild

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

12 years ago%{lowercase:key} should be ${lowercase:key}
Daniel Gruno [Mon, 14 May 2012 10:36:07 +0000 (10:36 +0000)]
%{lowercase:key} should be ${lowercase:key}

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

12 years agorebuild
Daniel Gruno [Sun, 13 May 2012 13:49:23 +0000 (13:49 +0000)]
rebuild

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

12 years agoFix up some examples and make the Options arguments case-insensitive when highlighting.
Daniel Gruno [Sun, 13 May 2012 13:48:45 +0000 (13:48 +0000)]
Fix up some examples and make the Options arguments case-insensitive when highlighting.

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

12 years agorebuild
Daniel Gruno [Sun, 13 May 2012 13:21:56 +0000 (13:21 +0000)]
rebuild

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

12 years agoFix a missing whitespace in an example
Daniel Gruno [Sun, 13 May 2012 13:21:01 +0000 (13:21 +0000)]
Fix a missing whitespace in an example

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

12 years agorebuild
Daniel Gruno [Sun, 13 May 2012 08:25:58 +0000 (08:25 +0000)]
rebuild

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

12 years agoAdd the notion that negated values cannot stand alone as a requirement for access.
Daniel Gruno [Sun, 13 May 2012 08:24:19 +0000 (08:24 +0000)]
Add the notion that negated values cannot stand alone as a requirement for access.

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

12 years agoUpdate.
Lucien Gentis [Sat, 12 May 2012 17:23:38 +0000 (17:23 +0000)]
Update.

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

12 years agorebuild various
Daniel Gruno [Sat, 12 May 2012 07:52:03 +0000 (07:52 +0000)]
rebuild various

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

12 years agoUpdate access control examples to use 2.4 syntax.
Daniel Gruno [Sat, 12 May 2012 07:46:38 +0000 (07:46 +0000)]
Update access control examples to use 2.4 syntax.

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

12 years ago* support/suexec.c: Add gcc format-string attributes to logging
Joe Orton [Fri, 11 May 2012 19:32:38 +0000 (19:32 +0000)]
* support/suexec.c: Add gcc format-string attributes to logging
  functions.
  (main): Always print uid/gid as unsigned long, and cast to avoid
  warnings (which somewhat defeats the point of the format string
  attrs, but is necessary since the size of gid/uid varies).

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

12 years agorebuild
Daniel Gruno [Fri, 11 May 2012 10:24:35 +0000 (10:24 +0000)]
rebuild

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

12 years agoAdded a portion about using the %-2.0.%-1.0 combination for managing virtual document...
Daniel Gruno [Fri, 11 May 2012 10:23:12 +0000 (10:23 +0000)]
Added a portion about using the %-2.0.%-1.0 combination for managing virtual document roots.

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

12 years agoRebuild
Daniel Gruno [Fri, 11 May 2012 06:41:45 +0000 (06:41 +0000)]
Rebuild

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

12 years agoFix up a badly styled example and a wrongly named directive.
Daniel Gruno [Fri, 11 May 2012 06:39:39 +0000 (06:39 +0000)]
Fix up a badly styled example and a wrongly named directive.

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

12 years agoRebuild
Rich Bowen [Fri, 11 May 2012 00:32:22 +0000 (00:32 +0000)]
Rebuild

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

12 years agoPut that example in the wrong part of the doc. Moving it.
Rich Bowen [Fri, 11 May 2012 00:31:46 +0000 (00:31 +0000)]
Put that example in the wrong part of the doc. Moving it.

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

12 years agoRebuild a few things.
Rich Bowen [Thu, 10 May 2012 23:43:24 +0000 (23:43 +0000)]
Rebuild a few things.

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

12 years agoAdd the FilesMatch example for .php files.
Rich Bowen [Thu, 10 May 2012 23:42:36 +0000 (23:42 +0000)]
Add the FilesMatch example for .php files.

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

12 years agos/sinlge/single as per tid 53216. Via Christophe JAILLET
Rich Bowen [Thu, 10 May 2012 21:13:53 +0000 (21:13 +0000)]
s/sinlge/single as per tid 53216. Via Christophe JAILLET

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

12 years agoA small broken link snuck past me.
Daniel Gruno [Thu, 10 May 2012 20:09:12 +0000 (20:09 +0000)]
A small broken link snuck past me.

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

12 years agoRebuild
Daniel Gruno [Thu, 10 May 2012 19:39:10 +0000 (19:39 +0000)]
Rebuild

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

12 years agoFix broken links
Daniel Gruno [Thu, 10 May 2012 19:37:19 +0000 (19:37 +0000)]
Fix broken links

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

12 years agoRebuild some files
Daniel Gruno [Thu, 10 May 2012 15:38:38 +0000 (15:38 +0000)]
Rebuild some files

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

12 years agoFix up some examples
Daniel Gruno [Thu, 10 May 2012 11:11:49 +0000 (11:11 +0000)]
Fix up some examples

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

12 years agoFix up an example that was missing highlighting
Daniel Gruno [Thu, 10 May 2012 07:09:36 +0000 (07:09 +0000)]
Fix up an example that was missing highlighting

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

12 years agoRemove AuthzProviderAlias from the regular list of directives, so it doesn't clash...
Daniel Gruno [Wed, 9 May 2012 22:12:32 +0000 (22:12 +0000)]
Remove AuthzProviderAlias from the regular list of directives, so it doesn't clash with the section directives list.

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

12 years agorebuild
Daniel Gruno [Wed, 9 May 2012 22:10:02 +0000 (22:10 +0000)]
rebuild

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

12 years agoFix up examples
Daniel Gruno [Wed, 9 May 2012 22:07:56 +0000 (22:07 +0000)]
Fix up examples

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

12 years agoAdd AuthzProviderAlias/AuthnProviderAlias as section directives
Daniel Gruno [Wed, 9 May 2012 22:00:21 +0000 (22:00 +0000)]
Add AuthzProviderAlias/AuthnProviderAlias as section directives

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

12 years agoUpdate.
Lucien Gentis [Wed, 9 May 2012 18:39:57 +0000 (18:39 +0000)]
Update.

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

12 years agoRevert last night's change, as per nd's recommendation.
Rich Bowen [Wed, 9 May 2012 13:29:27 +0000 (13:29 +0000)]
Revert last night's change, as per nd's recommendation.

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

12 years agorebuild
Daniel Gruno [Wed, 9 May 2012 07:43:26 +0000 (07:43 +0000)]
rebuild

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

12 years agoRemove some more old formatting and extra newlines
Daniel Gruno [Wed, 9 May 2012 07:41:44 +0000 (07:41 +0000)]
Remove some more old formatting and extra newlines

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

12 years agoxforms
Daniel Gruno [Wed, 9 May 2012 07:32:44 +0000 (07:32 +0000)]
xforms

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

12 years agoxforms (and my 400th commit, yaay)
Daniel Gruno [Wed, 9 May 2012 07:25:01 +0000 (07:25 +0000)]
xforms (and my 400th commit, yaay)

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

12 years agoA negated requirement cannot stand alone in an implied RequireAny section.
Daniel Gruno [Wed, 9 May 2012 07:19:40 +0000 (07:19 +0000)]
A negated requirement cannot stand alone in an implied RequireAny section.

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

12 years agoMight as well be pedantic while we're at it.
Rich Bowen [Wed, 9 May 2012 02:39:55 +0000 (02:39 +0000)]
Might as well be pedantic while we're at it.

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

12 years agoRebuild
Rich Bowen [Wed, 9 May 2012 01:56:07 +0000 (01:56 +0000)]
Rebuild

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

12 years agoEncourage best practice, even though it's a trivial example.
Rich Bowen [Wed, 9 May 2012 01:55:23 +0000 (01:55 +0000)]
Encourage best practice, even though it's a trivial example.

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

12 years agoEncourage best practice, even though it's a trivial example.
Rich Bowen [Wed, 9 May 2012 01:30:15 +0000 (01:30 +0000)]
Encourage best practice, even though it's a trivial example.

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

12 years agoRebuild
Rich Bowen [Wed, 9 May 2012 00:37:00 +0000 (00:37 +0000)]
Rebuild

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

12 years ago2.4 authz syntax.
Rich Bowen [Wed, 9 May 2012 00:34:09 +0000 (00:34 +0000)]
2.4 authz syntax.

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

12 years agoupdate transformation
André Malo [Tue, 8 May 2012 21:37:58 +0000 (21:37 +0000)]
update transformation

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

12 years ago- simplify and cleanup comment integration script
André Malo [Tue, 8 May 2012 21:18:40 +0000 (21:18 +0000)]
- simplify and cleanup comment integration script
- make comment version tag configurable

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

12 years agoMake server variables (like %{REMOTE_ADDR}) stand out more.
Daniel Gruno [Tue, 8 May 2012 20:55:38 +0000 (20:55 +0000)]
Make server variables (like %{REMOTE_ADDR}) stand out more.

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

12 years agoRebuild
Rich Bowen [Tue, 8 May 2012 20:28:01 +0000 (20:28 +0000)]
Rebuild

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

12 years agoMore superfluous markup.
Rich Bowen [Tue, 8 May 2012 20:27:34 +0000 (20:27 +0000)]
More superfluous markup.

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

12 years agoRebuild
Rich Bowen [Tue, 8 May 2012 20:15:54 +0000 (20:15 +0000)]
Rebuild

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

12 years agoRemove extra HTML markup that was hosing the syntax highlighting.
Rich Bowen [Tue, 8 May 2012 20:14:53 +0000 (20:14 +0000)]
Remove extra HTML markup that was hosing the syntax highlighting.

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

12 years agoxforms
Daniel Gruno [Tue, 8 May 2012 16:50:38 +0000 (16:50 +0000)]
xforms

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

12 years agoReverting to the old style with a static div, until a working solution can be found.
Daniel Gruno [Tue, 8 May 2012 16:42:34 +0000 (16:42 +0000)]
Reverting to the old style with a static div, until a working solution can be found.

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

12 years agoIs this a proper fix? :\
Daniel Gruno [Tue, 8 May 2012 16:09:59 +0000 (16:09 +0000)]
Is this a proper fix? :\

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

12 years agoUpdates.
Lucien Gentis [Tue, 8 May 2012 15:57:48 +0000 (15:57 +0000)]
Updates.

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

12 years agoThat should be !=, not == :\ moar rebuilding inc!
Daniel Gruno [Tue, 8 May 2012 15:32:18 +0000 (15:32 +0000)]
That should be !=, not == :\ moar rebuilding inc!

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

12 years agoxforms
Daniel Gruno [Tue, 8 May 2012 15:27:25 +0000 (15:27 +0000)]
xforms

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

12 years agoAdd something between <div> and </div> so the same thing doesn't happen again. bleh.
Daniel Gruno [Tue, 8 May 2012 15:20:07 +0000 (15:20 +0000)]
Add something between <div> and </div> so the same thing doesn't happen again. bleh.

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

12 years agoplaceholder for disqus thread is now created using javascript.
Daniel Gruno [Tue, 8 May 2012 15:08:07 +0000 (15:08 +0000)]
placeholder for disqus thread is now created using javascript.

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

12 years agoTesting nd's suggestion on using document.write
Daniel Gruno [Tue, 8 May 2012 15:05:50 +0000 (15:05 +0000)]
Testing nd's suggestion on using document.write

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

12 years agoxforms
Daniel Gruno [Tue, 8 May 2012 07:42:49 +0000 (07:42 +0000)]
xforms

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