]> granicus.if.org Git - apache/log
apache
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

12 years agoRemove another round of backports from trunk CHANGES.
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

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

12 years agocore: Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR for the
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

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

12 years agofix documented default value of ScoreBoardFile
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

12 years agofix formatting of DEFAULT_REL_RUNTIMEDIR
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

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

12 years agor1359057 added and include to mod_ssl.h
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

12 years agomention migration from ap_requires() and to ap_runtime_dir_relative()
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

12 years agofix syntax error
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

12 years agoAdd some initial example scripts and function reference for what will be a lengthy...
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

12 years agoFix up the order of hooks and separate auth and access hooks.
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

12 years agoxforms
Daniel Gruno [Thu, 2 Aug 2012 18:51:48 +0000 (18:51 +0000)]
xforms

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

12 years agoAdd some missing values
Daniel Gruno [Thu, 2 Aug 2012 18:51:05 +0000 (18:51 +0000)]
Add some missing values

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

12 years agoMerged in 2.4.x
Jim Jagielski [Thu, 2 Aug 2012 13:36:17 +0000 (13:36 +0000)]
Merged in 2.4.x

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

12 years agoAlso in 2.4.x
Jim Jagielski [Thu, 2 Aug 2012 13:23:01 +0000 (13:23 +0000)]
Also in 2.4.x

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

12 years agoThis is in 2.4.x
Jim Jagielski [Thu, 2 Aug 2012 13:20:14 +0000 (13:20 +0000)]
This is in 2.4.x

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

12 years agoxforms
Daniel Gruno [Thu, 2 Aug 2012 11:11:43 +0000 (11:11 +0000)]
xforms

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

12 years agoAdd some more information about which request phases are available for hooking, and...
Daniel Gruno [Thu, 2 Aug 2012 11:09:58 +0000 (11:09 +0000)]
Add some more information about which request phases are available for hooking, and what they do.

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

12 years agoTypo fix
Daniel Gruno [Thu, 2 Aug 2012 09:17:34 +0000 (09:17 +0000)]
Typo fix

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

12 years agobad header info: ap_rflush does not return the number of bytes flushed, it returns...
Daniel Gruno [Thu, 2 Aug 2012 09:05:49 +0000 (09:05 +0000)]
bad header info: ap_rflush does not return the number of bytes flushed, it returns 0 on success, -1 on error.

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

12 years agoxforms
Daniel Gruno [Thu, 2 Aug 2012 08:15:43 +0000 (08:15 +0000)]
xforms

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

12 years ago- Add some information about the fields in the request_rec structure
Daniel Gruno [Thu, 2 Aug 2012 08:13:54 +0000 (08:13 +0000)]
- Add some information about the fields in the request_rec structure
- Add r.is_https to the list of fields
- Add r:escape_html to the list of function calls

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

12 years agoupdate xforms
Igor Galić [Wed, 1 Aug 2012 21:39:16 +0000 (21:39 +0000)]
update xforms

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

12 years agofix formating and some links
Igor Galić [Wed, 1 Aug 2012 21:37:52 +0000 (21:37 +0000)]
fix formating and some links

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

12 years agoxforms
Daniel Gruno [Wed, 1 Aug 2012 20:15:37 +0000 (20:15 +0000)]
xforms

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

12 years agoAdd some info about what LuaHookTypeChecker could be used for (other ideas are most...
Daniel Gruno [Wed, 1 Aug 2012 20:13:04 +0000 (20:13 +0000)]
Add some info about what LuaHookTypeChecker could be used for (other ideas are most welcome)

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

12 years agoFix up some contradictory contexts
Daniel Gruno [Wed, 1 Aug 2012 19:21:57 +0000 (19:21 +0000)]
Fix up some contradictory contexts

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

12 years agospelling fix
Jeff Trawick [Wed, 1 Aug 2012 17:11:14 +0000 (17:11 +0000)]
spelling fix

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

12 years agocore: Add post_perdir_config hook.
Jeff Trawick [Wed, 1 Aug 2012 16:54:00 +0000 (16:54 +0000)]
core: Add post_perdir_config hook.

Submitted by: Steinar Gunderson <sgunderson bigfoot.com>

trawick added/fixed include/ pieces

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

12 years agomod_lua.c:189:13: error: ISO C90 forbids mixed declarations and code [-Werror=declara...
Jeff Trawick [Wed, 1 Aug 2012 16:41:04 +0000 (16:41 +0000)]
mod_lua.c:189:13: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]

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

12 years agoxforms.
Rainer Jung [Wed, 1 Aug 2012 16:19:31 +0000 (16:19 +0000)]
xforms.

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

12 years agoRemove anchor with dublicate id.
Rainer Jung [Wed, 1 Aug 2012 16:18:51 +0000 (16:18 +0000)]
Remove anchor with dublicate id.

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

12 years agoComplete docs metadata (sourcefile and identifier)
Rainer Jung [Wed, 1 Aug 2012 15:34:43 +0000 (15:34 +0000)]
Complete docs metadata (sourcefile and identifier)
for mod_unixd and mod_privileges.

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

12 years agoAdd a docs link to a configuration example.
Rainer Jung [Wed, 1 Aug 2012 15:25:02 +0000 (15:25 +0000)]
Add a docs link to a configuration example.

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

12 years agoxforms
Daniel Gruno [Wed, 1 Aug 2012 12:25:15 +0000 (12:25 +0000)]
xforms

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

12 years agoChange the external reference to mod_proxy_html to an internal one.
Daniel Gruno [Wed, 1 Aug 2012 12:23:04 +0000 (12:23 +0000)]
Change the external reference to mod_proxy_html to an internal one.

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

12 years agomod_lua:
Daniel Gruno [Wed, 1 Aug 2012 07:28:22 +0000 (07:28 +0000)]
mod_lua:
Clean up style
use apr_pstrcat instead of apr_psprintf
fix a bug that was causing bad string interpolations.

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

12 years agoinitialize the protocol field when manufacturing an apr socket
Jeff Trawick [Tue, 31 Jul 2012 23:19:56 +0000 (23:19 +0000)]
initialize the protocol field when manufacturing an apr socket
lest accidential autodata contents leak into the apr_socket_t

(this doesn't address any known problem symptom)

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

12 years agoFix typo in docs
Rainer Jung [Tue, 31 Jul 2012 20:59:29 +0000 (20:59 +0000)]
Fix typo in docs
(miscomception ->misconception)

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

12 years agoUpdate CHANGES
Daniel Gruno [Tue, 31 Jul 2012 19:59:30 +0000 (19:59 +0000)]
Update CHANGES

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

12 years agomod_lua: Add the (missing) LuaMapHandler directive to the fold.
Daniel Gruno [Tue, 31 Jul 2012 19:43:29 +0000 (19:43 +0000)]
mod_lua: Add the (missing) LuaMapHandler directive to the fold.
This should work as the existing documentation describes.

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

12 years agoxforms
Daniel Gruno [Tue, 31 Jul 2012 15:00:19 +0000 (15:00 +0000)]
xforms

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

12 years agoRemove [max|min max] from the LuaScope syntax, since the 'server' scope is not implem...
Daniel Gruno [Tue, 31 Jul 2012 14:56:59 +0000 (14:56 +0000)]
Remove [max|min max] from the LuaScope syntax, since the 'server' scope is not implemented yet.
Note that 'thread' only applies to threaded MPMs

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

12 years agoxforms
Daniel Gruno [Tue, 31 Jul 2012 12:03:29 +0000 (12:03 +0000)]
xforms

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

12 years agofix some xml errors
Daniel Gruno [Tue, 31 Jul 2012 12:01:45 +0000 (12:01 +0000)]
fix some xml errors

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

12 years agoAdd some examples for LuaHookMapToStorage and LuaAuthzProvider
Daniel Gruno [Tue, 31 Jul 2012 11:52:42 +0000 (11:52 +0000)]
Add some examples for LuaHookMapToStorage and LuaAuthzProvider

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

12 years agomod_lua: The current way of getting the authz provider name doesn't seem to work...
Daniel Gruno [Tue, 31 Jul 2012 11:47:04 +0000 (11:47 +0000)]
mod_lua: The current way of getting the authz provider name doesn't seem to work. This approach should fix that.

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

12 years agoupdate xforms
Igor Galić [Tue, 31 Jul 2012 01:02:14 +0000 (01:02 +0000)]
update xforms

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

12 years agobump versions.
Igor Galić [Tue, 31 Jul 2012 01:00:05 +0000 (01:00 +0000)]
bump versions.

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

12 years agoxforms
Daniel Gruno [Mon, 30 Jul 2012 21:12:41 +0000 (21:12 +0000)]
xforms

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

12 years agoMissing an 'a' in the new warning.
Daniel Gruno [Mon, 30 Jul 2012 21:09:41 +0000 (21:09 +0000)]
Missing an 'a' in the new warning.

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

12 years agoxforms
Daniel Gruno [Mon, 30 Jul 2012 13:36:16 +0000 (13:36 +0000)]
xforms

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

12 years agob -> strong
Daniel Gruno [Mon, 30 Jul 2012 13:33:57 +0000 (13:33 +0000)]
b -> strong

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