]> granicus.if.org Git - apache/log
apache
12 years agoExpand the SRP reference documentation
Stefan Fritsch [Thu, 14 Jun 2012 20:22:41 +0000 (20:22 +0000)]
Expand the SRP reference documentation

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

12 years agoSECURITY: CVE-2012-2687 (cve.mitre.org):
Joe Orton [Wed, 13 Jun 2012 15:33:48 +0000 (15:33 +0000)]
SECURITY: CVE-2012-2687 (cve.mitre.org):

mod_negotiation: Escape filenames in variant list to prevent an
possible XSS for a site where untrusted users can upload files to a
location with MultiViews enabled.

* modules/mappers/mod_negotiation.c (make_variant_list): Escape
  filenames in variant list.

Submitted by: Niels Heinen <heinenn google.com>

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

12 years agoPass the server_rec to ssl_die() and use it to log a message to the main error
Stefan Fritsch [Sun, 10 Jun 2012 21:00:39 +0000 (21:00 +0000)]
Pass the server_rec to ssl_die() and use it to log a message to the main error
log, pointing to the appropriate virtual host error log

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

12 years agoIf OPENSSL_NO_COMP is defined, omit merging the compression flag.
Stefan Fritsch [Sun, 10 Jun 2012 20:21:38 +0000 (20:21 +0000)]
If OPENSSL_NO_COMP is defined, omit merging the compression flag.
Also make some code more compact, as suggested by kbrand.

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

12 years agoAdd some improvements as suggested by Kaspar
Stefan Fritsch [Sun, 10 Jun 2012 19:50:25 +0000 (19:50 +0000)]
Add some improvements as suggested by Kaspar

- expand comment in config file
- check username == NULL
- detect SRP support via SSL_CTRL_SET_TLS_EXT_SRP_USERNAME_CB, not via openssl
  version
- rename rv variable

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

12 years agoUpdates.
Lucien Gentis [Sun, 10 Jun 2012 15:22:19 +0000 (15:22 +0000)]
Updates.

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

12 years agoRemove some backported or reverted items
Stefan Fritsch [Fri, 8 Jun 2012 17:58:10 +0000 (17:58 +0000)]
Remove some backported or reverted items

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

12 years ago* include/util_ldap.h: Treat LDAP_UNAVAILABLE as a transient error
Joe Orton [Fri, 8 Jun 2012 12:19:30 +0000 (12:19 +0000)]
* include/util_ldap.h: Treat LDAP_UNAVAILABLE as a transient error
  with non-MS LDAP SDKs; seen with OpenLDAP against Novell eDirectory.

Submitted by: Filip Valder <filip.valder vsb.cz> (via RH bugzilla)

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

12 years ago* configure.in: Enforce 1.4.0 as minimum APR version requirement.
Joe Orton [Fri, 8 Jun 2012 10:04:44 +0000 (10:04 +0000)]
* configure.in: Enforce 1.4.0 as minimum APR version requirement.

PR: 52748

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

12 years agoxforms
Stefan Fritsch [Fri, 8 Jun 2012 09:46:50 +0000 (09:46 +0000)]
xforms

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

12 years agoAdd support for TLS-SRP (Secure Remote Password key exchange
Stefan Fritsch [Fri, 8 Jun 2012 09:38:44 +0000 (09:38 +0000)]
Add support for TLS-SRP (Secure Remote Password key exchange
for TLS, RFC 5054).

PR: 51075
Submitted by: Quinn Slack <sqs cs stanford edu>, Christophe Renou,
              Peter Sylvester

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

12 years agoxforms
Daniel Gruno [Fri, 8 Jun 2012 07:25:54 +0000 (07:25 +0000)]
xforms

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

12 years agoFix a broken link
Daniel Gruno [Fri, 8 Jun 2012 07:23:55 +0000 (07:23 +0000)]
Fix a broken link

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

12 years agoxforms
Daniel Gruno [Wed, 6 Jun 2012 15:30:13 +0000 (15:30 +0000)]
xforms

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

12 years agoAdd a note that VirtualDocumentRoot will override DocumentRoot in the current scope...
Daniel Gruno [Wed, 6 Jun 2012 15:28:21 +0000 (15:28 +0000)]
Add a note that VirtualDocumentRoot will override DocumentRoot in the current scope (and thus also in all virtual hosts if defined in the global server scope)

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

12 years ago* support/htpasswd.c (mkrecord): Handle crypt() failure.
Joe Orton [Wed, 6 Jun 2012 14:20:27 +0000 (14:20 +0000)]
* support/htpasswd.c (mkrecord): Handle crypt() failure.

* support/htdbm.c (htdbm_make): Handle crypt() failure.

Submitted by: Paul Wouters <pwouters redhat.com>, jorton

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

12 years agoSorry about that. Broke the comments stuff in that last commit. Fixed.
Rich Bowen [Tue, 5 Jun 2012 15:24:42 +0000 (15:24 +0000)]
Sorry about that. Broke the comments stuff in that last commit. Fixed.

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

12 years agorebuild docs
Rich Bowen [Tue, 5 Jun 2012 15:15:54 +0000 (15:15 +0000)]
rebuild docs

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

12 years agoRebuild authz_host edit.
Rich Bowen [Tue, 5 Jun 2012 15:04:49 +0000 (15:04 +0000)]
Rebuild authz_host edit.

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

12 years agoAdds a security remark regarding proxied content and the host address,
Rich Bowen [Tue, 5 Jun 2012 15:00:02 +0000 (15:00 +0000)]
Adds a security remark regarding proxied content and the host address,
and reference to mod_remoteip, as per comment added by Allard Hoeve to
doc.

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

12 years agoxforms
Daniel Gruno [Tue, 5 Jun 2012 11:27:34 +0000 (11:27 +0000)]
xforms

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

12 years agoUse HTTPS for the comments instead of HTTP (and yay for commit number 500)
Daniel Gruno [Tue, 5 Jun 2012 11:19:00 +0000 (11:19 +0000)]
Use HTTPS for the comments instead of HTTP (and yay for commit number 500)

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

12 years agoxforms
Daniel Gruno [Tue, 5 Jun 2012 08:36:05 +0000 (08:36 +0000)]
xforms

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

12 years agoFix up the wording, so it leaves no doubt that status codes outside the 300-399 range...
Daniel Gruno [Tue, 5 Jun 2012 08:35:05 +0000 (08:35 +0000)]
Fix up the wording, so it leaves no doubt that status codes outside the 300-399 range are also perfectly fine.

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

12 years agoxforms
Daniel Gruno [Mon, 4 Jun 2012 11:19:15 +0000 (11:19 +0000)]
xforms

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

12 years agoComment out unsupported function calls.
Daniel Gruno [Mon, 4 Jun 2012 11:16:00 +0000 (11:16 +0000)]
Comment out unsupported function calls.

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

12 years agorebuild everything
Daniel Gruno [Mon, 4 Jun 2012 08:31:07 +0000 (08:31 +0000)]
rebuild everything

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

12 years agoChange references in version.ent from disqus to the new comment system.
Daniel Gruno [Mon, 4 Jun 2012 08:22:04 +0000 (08:22 +0000)]
Change references in version.ent from disqus to the new comment system.
Set version to 'trunk' instead of 2.4 in the comments_idenfitier variable
Disregard translations (use same comments thread for all languages)

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

12 years agoAvoid buffer overflow if one protocol string is too long, but at least
Stefan Fritsch [Sat, 2 Jun 2012 22:28:26 +0000 (22:28 +0000)]
Avoid buffer overflow if one protocol string is too long, but at least
one is not.

Also add log messages numbers and avoid useless string dup.

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

12 years agoremove obsolete comment (PROXY_MAGIC_TYPE is not used anywhere anymore)
Stefan Fritsch [Fri, 1 Jun 2012 20:04:44 +0000 (20:04 +0000)]
remove obsolete comment (PROXY_MAGIC_TYPE is not used anywhere anymore)

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

12 years agoxforms
Stefan Fritsch [Fri, 1 Jun 2012 19:40:06 +0000 (19:40 +0000)]
xforms

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

12 years agoAdd new directive SSLCompression to disable SSL-level compression.
Stefan Fritsch [Fri, 1 Jun 2012 19:36:37 +0000 (19:36 +0000)]
Add new directive SSLCompression to disable SSL-level compression.

PR: 53219
Submitted by: Björn Jacke <bjoern j3e de>, Stefan Fritsch

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

12 years ago* configure.in: Correct handling of --with-suexec-logfile in r1341905,
Joe Orton [Fri, 1 Jun 2012 12:57:39 +0000 (12:57 +0000)]
* configure.in: Correct handling of --with-suexec-logfile in r1341905,
  thanks to rpluem.

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

12 years agoTweak wording.
Joe Orton [Thu, 31 May 2012 13:36:20 +0000 (13:36 +0000)]
Tweak wording.

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

12 years ago* support/suexec.c: Define AP_LOG_FACILITY.
Joe Orton [Thu, 31 May 2012 13:22:02 +0000 (13:22 +0000)]
* support/suexec.c: Define AP_LOG_FACILITY.
  (err_output): Use AP_LOG_FACILITY for syslog facility.

Suggested by: kbrand

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

12 years agoxforms
Eric Covener [Thu, 31 May 2012 12:41:57 +0000 (12:41 +0000)]
xforms

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

12 years agoPR5334, leave a hint about VirtualHost args acting like serveralias for people who...
Eric Covener [Thu, 31 May 2012 12:23:39 +0000 (12:23 +0000)]
PR5334, leave a hint about VirtualHost args acting like serveralias for people who don't read details.html

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

12 years agoPR53334, restore info about VirtualHost args used for comparison in name-based vhosts
Eric Covener [Thu, 31 May 2012 12:13:20 +0000 (12:13 +0000)]
PR53334, restore info about VirtualHost args used for comparison in name-based vhosts

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

12 years agoxforms
Stefan Fritsch [Tue, 29 May 2012 19:18:08 +0000 (19:18 +0000)]
xforms

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

12 years agobe more verbose about what -DDUMP_CONFIG does not
Stefan Fritsch [Tue, 29 May 2012 19:16:29 +0000 (19:16 +0000)]
be more verbose about what -DDUMP_CONFIG does not

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

12 years agoadd PR reference
Stefan Fritsch [Tue, 29 May 2012 19:12:24 +0000 (19:12 +0000)]
add PR reference

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

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