]>
granicus.if.org Git - apache/log
Joe Orton [Fri, 17 Aug 2012 11:59:45 +0000 (11:59 +0000)]
* modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs): Fix test for
missing decrypted private keys, and ensure that the keypair matches.
PR: 52212
Submitted by: Keith Burdis <keith burdis.org>, jorton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1374214 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Fri, 17 Aug 2012 11:31:44 +0000 (11:31 +0000)]
Make sure that we clean up the ldap module folder.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1374199 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Fri, 17 Aug 2012 09:41:46 +0000 (09:41 +0000)]
mod_lua: Allow scripts handled by the lua-script handler to set a return
code that will be sent to the client, such as 302, 500 etc. This will
allow scripts to be able to f.x. redirect a user to another page by
returning 302.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1374185 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 17 Aug 2012 06:30:21 +0000 (06:30 +0000)]
No rv here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1374157 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 16 Aug 2012 17:54:50 +0000 (17:54 +0000)]
Fix closing the back end connection in case of error.
The field "closed" was changed from an int to a bit
field of size one in 2.4.x.
For historical reasons a close instruction was coded
as an increment on the field, which in 2.4.x flips
the field each time. There were mutliple code paths
that would flip it several times for a single error,
so effectively the connection was no longer closed
in these cases.
Especially in the case of an aborted client connection
this lead to a non consumed back end buffer and thus to
response mixup between users.
PR 53727
CVE-2012-3052
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1373955 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Thu, 16 Aug 2012 16:13:44 +0000 (16:13 +0000)]
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1373901 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 16 Aug 2012 16:05:21 +0000 (16:05 +0000)]
Fix crash in packet dump code of mod_proxy_ajp when
logging with LogLevel trace7 or trace8.
PR 53730
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1373898 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Wed, 15 Aug 2012 15:06:24 +0000 (15:06 +0000)]
Wrong content type and character set when
mod_cache serves stale content because of
a proxy error.
PR 53539.
Correction to r1361153.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1373447 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Wed, 15 Aug 2012 14:53:37 +0000 (14:53 +0000)]
Fix ported to 2.4.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1373440 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Wed, 15 Aug 2012 08:38:53 +0000 (08:38 +0000)]
Fix bus error in mod_socache_shmcb due to a misalignment
in some 64 bit builds, especially on Solaris Sparc.
PR 53040
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1373270 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 14 Aug 2012 21:21:02 +0000 (21:21 +0000)]
add back the DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR stuff
that is not in 2.4.x
The trunk patches for these all have some configuration breakage
as 2.4.x interprets the individual directive or API parameter as
relative to ServerRoot whereas trunk interprets everything
relative to DefaultRuntimeDir.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1373121 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Aug 2012 21:12:24 +0000 (21:12 +0000)]
In 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1373113 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Tue, 14 Aug 2012 17:24:43 +0000 (17:24 +0000)]
Add some info on the LuaQuickHandler directive, instead of just having '...'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1372988 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Tue, 14 Aug 2012 09:31:02 +0000 (09:31 +0000)]
Add a missing paren
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1372800 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Mon, 13 Aug 2012 14:30:43 +0000 (14:30 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1372447 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Mon, 13 Aug 2012 14:26:49 +0000 (14:26 +0000)]
grammar fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1372445 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Mon, 13 Aug 2012 13:37:15 +0000 (13:37 +0000)]
make the CT check in ap_parse_form_data case-insensitive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1372419 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Mon, 13 Aug 2012 11:41:17 +0000 (11:41 +0000)]
Remove backported item from trunk CHANGES.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1372375 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Mon, 13 Aug 2012 10:03:06 +0000 (10:03 +0000)]
Ditch the !, since that would result in the opposite of what was intended
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1372349 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Mon, 13 Aug 2012 08:07:07 +0000 (08:07 +0000)]
core: use a cheaper way of matching the content-type when parsing form data
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1372305 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Sun, 12 Aug 2012 07:49:46 +0000 (07:49 +0000)]
oops, sluggr -> petterb
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1372055 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Sun, 12 Aug 2012 07:45:55 +0000 (07:45 +0000)]
core:
Be less strict when checking whether Content-Type is set to "application/x-www-form-urlencoded"
when parsing POST data, or we risk losing data with an appended charset.
PR 53698
Reported by: Petter Berntsen < sluggr gmail.com >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1372054 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 11 Aug 2012 10:38:26 +0000 (10:38 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1371908 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 11 Aug 2012 10:25:46 +0000 (10:25 +0000)]
Fix mod_headers documentation:
- add expr= to syntax rule
- add optional replacement argument to Header syntax
- add "edit*" command to Header syntax
- add "edit*" explanation to Header directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1371903 13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Sat, 11 Aug 2012 07:51:52 +0000 (07:51 +0000)]
Apache does not tolerate deliberate abuse of open standards
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1371878 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 10 Aug 2012 18:20:22 +0000 (18:20 +0000)]
Windows: Fix SSL failures on windows with AcceptFilter https none.
The now-stray apr_socket_opt_set(APR_SO_NONBLOCK=On) call was
originally added with r327872. The call was harmless on Unix
due to APR's use of non-blocking sockets when implementing timeouts
on that platform, but harmful on Windows since it collided with
APR's different implementation of timeouts on that platform.
PR: 52476
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1371801 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 10 Aug 2012 17:54:16 +0000 (17:54 +0000)]
ab: Fix read failure when targeting SSL server.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1371791 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 10 Aug 2012 12:23:41 +0000 (12:23 +0000)]
make LDAPSharedCacheFile relative to DefaultRuntimeDir
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1371684 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Fri, 10 Aug 2012 07:44:11 +0000 (07:44 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1371590 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Fri, 10 Aug 2012 07:41:20 +0000 (07:41 +0000)]
Remove reference to the iPlanet SDK, as it doesn't seem to exist anymore
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1371588 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Fri, 10 Aug 2012 07:32:38 +0000 (07:32 +0000)]
Update links that were either broken of just slightly off
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1371585 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 9 Aug 2012 19:08:23 +0000 (19:08 +0000)]
mod_auth_digest now respects DefaultRuntimeDir
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1371387 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 9 Aug 2012 13:39:36 +0000 (13:39 +0000)]
In 2.4.x as of revision
1371208
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1371210 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Thu, 9 Aug 2012 12:11:09 +0000 (12:11 +0000)]
NetWare build tweaks.
Make more use of internal makefile macros;
axed now obsolete include paths.
Submitted by: normw gknw net.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1371177 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Thu, 9 Aug 2012 07:35:36 +0000 (07:35 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1371061 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Thu, 9 Aug 2012 07:32:04 +0000 (07:32 +0000)]
typo fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1371058 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Thu, 9 Aug 2012 07:05:37 +0000 (07:05 +0000)]
typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1371051 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 8 Aug 2012 19:35:09 +0000 (19:35 +0000)]
fix subversion project URL
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370907 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Wed, 8 Aug 2012 19:18:41 +0000 (19:18 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370901 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Wed, 8 Aug 2012 19:16:12 +0000 (19:16 +0000)]
Updates:
- Remove reference to functions that are now inside mod_lua
- Remove a lot of "bla bla bla" placeholders
- Add information about optimizing mod_lua for production use
- Fix up the examples a bit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370899 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 8 Aug 2012 13:52:24 +0000 (13:52 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370766 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 8 Aug 2012 13:50:16 +0000 (13:50 +0000)]
fix broken module identifiers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370764 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 8 Aug 2012 13:45:57 +0000 (13:45 +0000)]
mod_slotmem_plain: make the "filename" key relative to
DefaultRuntimeDir if not absolute
mod_slotmem_plain does not externalize or check the full path
in any way, so this change is just for consistency with other
modules which build paths to run-time artifacts.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370763 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 8 Aug 2012 00:41:43 +0000 (00:41 +0000)]
More NetWare build tweaks.
Make use of CFLAGS from environment.
Added default maxerrors value 1 so that the compiler breaks
after 1st error; can be overwritten with CC_MAX_ERRORS var.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370616 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 8 Aug 2012 00:38:10 +0000 (00:38 +0000)]
Follow-up fix needed since r1370592.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370615 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Tue, 7 Aug 2012 23:26:01 +0000 (23:26 +0000)]
mwccnlm: search directory of referencing file first for #includes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370592 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Tue, 7 Aug 2012 22:09:50 +0000 (22:09 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370564 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Tue, 7 Aug 2012 20:13:30 +0000 (20:13 +0000)]
fix some grammar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370492 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 7 Aug 2012 19:38:09 +0000 (19:38 +0000)]
There is only one global provider name space, therefore allow
LuaAuthzProvider only in global scope.
Remove unnecessary server config field.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370466 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Tue, 7 Aug 2012 17:29:26 +0000 (17:29 +0000)]
mod_lua: Decline to serve a request if the script doesn't exist, instead of throwing an internal server error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370377 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Tue, 7 Aug 2012 16:17:05 +0000 (16:17 +0000)]
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370336 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 7 Aug 2012 14:53:55 +0000 (14:53 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370291 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 7 Aug 2012 14:49:44 +0000 (14:49 +0000)]
Mutex directive: finish support of DefaultRuntimeDir
a partial conversion was made in r1299718, but I'm not
sure when that change is effective
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370288 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 7 Aug 2012 12:44:30 +0000 (12:44 +0000)]
mod_socache_shmcb and mod_socache_dbm: finish support of
DefaultRuntimeDir
a partial conversion was made in r1299718, affecting cases
where no filename was specified
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370225 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Tue, 7 Aug 2012 10:05:19 +0000 (10:05 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370159 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Tue, 7 Aug 2012 10:02:27 +0000 (10:02 +0000)]
mod_lua: Add r:flush, r:sendfile as well as additional request information in the request_rec structure
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370158 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 6 Aug 2012 20:44:43 +0000 (20:44 +0000)]
Add changes entry for r1369995, r1369999
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1370001 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 6 Aug 2012 20:42:51 +0000 (20:42 +0000)]
remove now unecessary assignment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369999 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 6 Aug 2012 20:40:37 +0000 (20:40 +0000)]
Use apr_pcalloc for rewritemap_entry struct, to avoid uninitialized entries.
PR: 53663
Submitted by: Mikhail T. <mi apache aldan algebra com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369995 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 6 Aug 2012 18:12:15 +0000 (18:12 +0000)]
follow-on to r1097070:
axe unnecessary trailing comma
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369904 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 6 Aug 2012 12:53:06 +0000 (12:53 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369823 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 6 Aug 2012 12:18:15 +0000 (12:18 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369812 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 6 Aug 2012 12:15:03 +0000 (12:15 +0000)]
The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()
now respect DefaultRuntimeDir
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369808 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 6 Aug 2012 12:05:47 +0000 (12:05 +0000)]
fix "lua_vmprep.c:29:6: warning: no previous prototype for ‘ap_lua_init_mutex’ [-Wmissing-prototypes]"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369800 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 6 Aug 2012 11:48:46 +0000 (11:48 +0000)]
fix "lua_vmprep.c:355:17: warning: no previous prototype for ‘copy_vm_spec’ [-Wmissing-prototypes]"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369793 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 6 Aug 2012 11:28:04 +0000 (11:28 +0000)]
add missing punctuation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369784 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 6 Aug 2012 11:10:51 +0000 (11:10 +0000)]
spelling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369779 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Mon, 6 Aug 2012 10:16:35 +0000 (10:16 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369770 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Mon, 6 Aug 2012 10:14:38 +0000 (10:14 +0000)]
LuaAuthzProvider also gets passed the args from the Require directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369769 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Mon, 6 Aug 2012 09:52:50 +0000 (09:52 +0000)]
Reverting r1369758
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369763 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Mon, 6 Aug 2012 09:41:16 +0000 (09:41 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369762 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Mon, 6 Aug 2012 09:40:11 +0000 (09:40 +0000)]
Fix some typos, scrap some functions, change some arguments and add a new function, as per sf's email.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369761 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Mon, 6 Aug 2012 09:26:10 +0000 (09:26 +0000)]
use the ap_mutex functions to create the mutex instead of the apr_mutex ones.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369758 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 6 Aug 2012 06:09:33 +0000 (06:09 +0000)]
Fixing links in the htaccess howto - this is a port of r1369725
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369729 13f79535 -47bb-0310-9956-
ffa450edef68
Igor Galić [Sun, 5 Aug 2012 23:17:19 +0000 (23:17 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369702 13f79535 -47bb-0310-9956-
ffa450edef68
Igor Galić [Sun, 5 Aug 2012 23:15:30 +0000 (23:15 +0000)]
formatting, highlighting.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369700 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Sun, 5 Aug 2012 22:24:17 +0000 (22:24 +0000)]
Fix some typos and wordings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369696 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Sun, 5 Aug 2012 20:24:21 +0000 (20:24 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369668 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Sun, 5 Aug 2012 20:23:29 +0000 (20:23 +0000)]
Fix XML errors and remove an external reference which snuck into the document
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369667 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Sun, 5 Aug 2012 20:07:13 +0000 (20:07 +0000)]
Add some information about the thread and server values in LuaScope
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369659 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Sun, 5 Aug 2012 19:59:06 +0000 (19:59 +0000)]
Document changes to mod_lua (yes, I'm always late with these :( )
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369657 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Sun, 5 Aug 2012 19:57:44 +0000 (19:57 +0000)]
Add a server scope for Lua states (in LuaScope), which creates a pool of states with manageable minimum and maximum size.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369656 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 5 Aug 2012 16:55:00 +0000 (16:55 +0000)]
htpasswd: Use correct file mode for checking if file is writable.
Also switch to the non-deprecated APR_FOPEN_* flags
PR: 45923
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369618 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 5 Aug 2012 16:51:09 +0000 (16:51 +0000)]
Revert r1367504:
mod_lua: The current way of getting the authz provider name doesn't
seem to work. This approach should fix that.
This is not necessary and breaks with "Require not ..."
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369617 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 5 Aug 2012 14:33:53 +0000 (14:33 +0000)]
doc fixes for r1299718:
The value of ScriptSock is relative to DefaultRuntimeDir.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369604 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sun, 5 Aug 2012 13:51:18 +0000 (13:51 +0000)]
Fix docs compatibility note about SSL compression.
This feature has been backported now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369590 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sun, 5 Aug 2012 13:49:32 +0000 (13:49 +0000)]
Remove another finished backport form trunk STATUS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369587 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 5 Aug 2012 12:59:20 +0000 (12:59 +0000)]
bytes is not a unit of filename
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369568 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 4 Aug 2012 22:32:06 +0000 (22:32 +0000)]
Remove another round of backports from trunk CHANGES.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369499 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 4 Aug 2012 21:40:58 +0000 (21:40 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369479 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 4 Aug 2012 21:40:08 +0000 (21:40 +0000)]
core: Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR for the
scoreboard (ScoreBoardFile).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369477 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 4 Aug 2012 21:31:29 +0000 (21:31 +0000)]
Remove backported items from trunk CHANGES.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369474 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 4 Aug 2012 20:59:27 +0000 (20:59 +0000)]
fix documented default value of ScoreBoardFile
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369435 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 4 Aug 2012 20:37:04 +0000 (20:37 +0000)]
fix formatting of DEFAULT_REL_RUNTIMEDIR
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369431 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 4 Aug 2012 20:32:50 +0000 (20:32 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369428 13f79535 -47bb-0310-9956-
ffa450edef68
Gregg Lewis Smith [Sat, 4 Aug 2012 19:39:20 +0000 (19:39 +0000)]
r1359057 added and include to mod_ssl.h
Show the compiler where to find it
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369419 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 4 Aug 2012 12:16:58 +0000 (12:16 +0000)]
mention migration from ap_requires() and to ap_runtime_dir_relative()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369300 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 4 Aug 2012 12:10:15 +0000 (12:10 +0000)]
fix syntax error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369299 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Sat, 4 Aug 2012 09:15:58 +0000 (09:15 +0000)]
Add some initial example scripts and function reference for what will be a lengthy discussion of various hook/action implementations in mod_lua.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1369293 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Fri, 3 Aug 2012 13:53:20 +0000 (13:53 +0000)]
Fix up the order of hooks and separate auth and access hooks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1368959 13f79535 -47bb-0310-9956-
ffa450edef68