]> granicus.if.org Git - apache/log
apache
12 years agofix typo in comment
Jeff Trawick [Sun, 19 Aug 2012 21:41:50 +0000 (21:41 +0000)]
fix typo in comment

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

12 years agoWinNT MPM: Store pid and generation for each thread in scoreboard
Jeff Trawick [Sun, 19 Aug 2012 16:00:57 +0000 (16:00 +0000)]
WinNT MPM: Store pid and generation for each thread in scoreboard
to allow tracking of threads from exiting children via mod_status
or other such mechanisms.

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

12 years agoUpdates.
Lucien Gentis [Sat, 18 Aug 2012 15:19:47 +0000 (15:19 +0000)]
Updates.

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

12 years agoxforms
Jeff Trawick [Sat, 18 Aug 2012 13:06:59 +0000 (13:06 +0000)]
xforms

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

12 years agoadd links to AcceptFilter and Windows platform documentation
Jeff Trawick [Sat, 18 Aug 2012 13:05:02 +0000 (13:05 +0000)]
add links to AcceptFilter and Windows platform documentation

add some notes on key configuration issues

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

12 years agoWindows: Fix output of -M, -L, and similar command-line options
Jeff Trawick [Fri, 17 Aug 2012 20:36:10 +0000 (20:36 +0000)]
Windows: Fix output of -M, -L, and similar command-line options
which display information about the server configuration.

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

12 years agoAdd the missing state release to the LuaMapHandler handler as well, so we won't end...
Daniel Gruno [Fri, 17 Aug 2012 15:12:41 +0000 (15:12 +0000)]
Add the missing state release to the LuaMapHandler handler as well, so we won't end in a potential deadlock when acquiring states for in the server scope.

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

12 years agoAnother three done.
Rainer Jung [Fri, 17 Aug 2012 15:00:20 +0000 (15:00 +0000)]
Another three done.

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

12 years agoAdd a missing release of a Lua state (when server scope is used) when a hook returns...
Daniel Gruno [Fri, 17 Aug 2012 14:45:33 +0000 (14:45 +0000)]
Add a missing release of a Lua state (when server scope is used) when a hook returns DECLINED.

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

12 years agoUpdates.
Lucien Gentis [Fri, 17 Aug 2012 14:24:46 +0000 (14:24 +0000)]
Updates.

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

12 years ago* support/rotatelogs.c (truncate_and_write_error): Factor out from
Joe Orton [Fri, 17 Aug 2012 13:41:15 +0000 (13:41 +0000)]
* support/rotatelogs.c (truncate_and_write_error): Factor out from
  doRotate, main; make error handling consistant and print the actual
  error to stderr.
  (doRotate, main): Use it.

PR: 45084

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

12 years agoFix CHANGES entry.
Joe Orton [Fri, 17 Aug 2012 12:04:15 +0000 (12:04 +0000)]
Fix CHANGES entry.

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

12 years ago* modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs): Fix test for
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

12 years agoMake sure that we clean up the ldap module folder.
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

12 years agomod_lua: Allow scripts handled by the lua-script handler to set a return
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

12 years agoNo rv here.
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

12 years agoFix closing the back end connection in case of error.
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

12 years agoUpdate.
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

12 years agoFix crash in packet dump code of mod_proxy_ajp when
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

12 years agoWrong content type and character set when
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

12 years agoFix ported to 2.4.
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

12 years agoFix bus error in mod_socache_shmcb due to a misalignment
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

12 years agoadd back the DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR stuff
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

12 years agoIn 2.4.x
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

12 years agoAdd some info on the LuaQuickHandler directive, instead of just having '...'
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

12 years agoAdd a missing paren
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

12 years agoxforms
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

12 years agogrammar fix
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

12 years agomake the CT check in ap_parse_form_data case-insensitive
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

12 years agoRemove backported item from trunk CHANGES.
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

12 years agoDitch the !, since that would result in the opposite of what was intended
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

12 years agocore: use a cheaper way of matching the content-type when parsing form data
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

12 years agooops, sluggr -> petterb
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

12 years agocore:
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

12 years agoxforms
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

12 years agoFix mod_headers documentation:
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

12 years agoApache does not tolerate deliberate abuse of open standards
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

12 years agoWindows: Fix SSL failures on windows with AcceptFilter https none.
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

12 years agoab: Fix read failure when targeting SSL server.
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

12 years agomake LDAPSharedCacheFile relative to DefaultRuntimeDir
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

12 years agoxforms
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

12 years agoRemove reference to the iPlanet SDK, as it doesn't seem to exist anymore
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

12 years agoUpdate links that were either broken of just slightly off
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

12 years agomod_auth_digest now respects DefaultRuntimeDir
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

12 years agoIn 2.4.x as of revision 1371208
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

12 years agoNetWare build tweaks.
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

12 years agoxforms
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

12 years agotypo fixes
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

12 years agotypo fix
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

12 years agofix subversion project URL
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

12 years agoxforms
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

12 years agoUpdates:
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

12 years agoxforms
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

12 years agofix broken module identifiers
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

12 years agomod_slotmem_plain: make the "filename" key relative to
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

12 years agoMore NetWare build tweaks.
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

12 years agoFollow-up fix needed since r1370592.
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

12 years agomwccnlm: search directory of referencing file first for #includes.
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

12 years agoxforms
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

12 years agofix some grammar
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

12 years agoThere is only one global provider name space, therefore allow
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

12 years agomod_lua: Decline to serve a request if the script doesn't exist, instead of throwing...
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

12 years agoUpdate.
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

12 years agoxforms
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

12 years agoMutex directive: finish support of DefaultRuntimeDir
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

12 years agomod_socache_shmcb and mod_socache_dbm: finish support of
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

12 years agoxforms
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

12 years agomod_lua: Add r:flush, r:sendfile as well as additional request information in the...
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

12 years agoAdd changes entry for r1369995, r1369999
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

12 years agoremove now unecessary assignment
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

12 years agoUse apr_pcalloc for rewritemap_entry struct, to avoid uninitialized entries.
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

12 years agofollow-on to r1097070:
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

12 years agoxforms
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

12 years agoxforms
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

12 years agoThe Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()
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

12 years agofix "lua_vmprep.c:29:6: warning: no previous prototype for ‘ap_lua_init_mutex’ [...
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

12 years agofix "lua_vmprep.c:355:17: warning: no previous prototype for ‘copy_vm_spec’ [-Wmissin...
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

12 years agoadd missing punctuation
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

12 years agospelling
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

12 years agoxforms
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

12 years agoLuaAuthzProvider also gets passed the args from the Require directive.
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

12 years agoReverting r1369758
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

12 years agoxforms
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

12 years agoFix some typos, scrap some functions, change some arguments and add a new function...
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

12 years agouse the ap_mutex functions to create the mutex instead of the apr_mutex ones.
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

12 years agoFixing links in the htaccess howto - this is a port of r1369725
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

12 years agoxforms
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

12 years agoformatting, highlighting.
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

12 years agoFix some typos and wordings
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

12 years agoxforms
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

12 years agoFix XML errors and remove an external reference which snuck into the document
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

12 years agoAdd some information about the thread and server values in LuaScope
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

12 years agoDocument changes to mod_lua (yes, I'm always late with these :( )
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

12 years agoAdd a server scope for Lua states (in LuaScope), which creates a pool of states...
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

12 years agohtpasswd: Use correct file mode for checking if file is writable.
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

12 years agoRevert r1367504:
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

12 years agodoc fixes for r1299718:
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

12 years agoFix docs compatibility note about SSL compression.
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

12 years agoRemove another finished backport form trunk STATUS.
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

12 years agobytes is not a unit of filename
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