]>
granicus.if.org Git - apache/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Daniel Gruno [Tue, 8 May 2012 07:35:24 +0000 (07:35 +0000)]
Small hack so the XSLT process won't turn <div></div> into <div/>, thus messing up the DOM tree.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1335366 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Mon, 7 May 2012 15:46:22 +0000 (15:46 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1335073 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Mon, 7 May 2012 14:21:38 +0000 (14:21 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1335034 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Mon, 7 May 2012 14:07:00 +0000 (14:07 +0000)]
XSL changes needed to add comments to our docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1335029 13f79535 -47bb-0310-9956-
ffa450edef68