summaryrefslogtreecommitdiffstats
path: root/emacs-style (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-08-09xformsDaniel Gruno12-15/+17
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371061 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09typo fixesDaniel Gruno2-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371058 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09typo fixDaniel Gruno1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371051 13f79535-47bb-0310-9956-ffa450edef68
2012-08-08fix subversion project URLJeff Trawick1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370907 13f79535-47bb-0310-9956-ffa450edef68
2012-08-08xformsDaniel Gruno1-566/+99
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370901 13f79535-47bb-0310-9956-ffa450edef68
2012-08-08Updates:Daniel Gruno1-558/+97
- 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
2012-08-08xformsJeff Trawick6-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370766 13f79535-47bb-0310-9956-ffa450edef68
2012-08-08fix broken module identifiersJeff Trawick6-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370764 13f79535-47bb-0310-9956-ffa450edef68
2012-08-08mod_slotmem_plain: make the "filename" key relative toJeff Trawick1-2/+2
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
2012-08-08More NetWare build tweaks.Guenter Knauf1-1/+7
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
2012-08-08Follow-up fix needed since r1370592.Guenter Knauf4-0/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370615 13f79535-47bb-0310-9956-ffa450edef68
2012-08-08mwccnlm: search directory of referencing file first for #includes.Guenter Knauf1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370592 13f79535-47bb-0310-9956-ffa450edef68
2012-08-08xformsDaniel Gruno4-13/+13
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370564 13f79535-47bb-0310-9956-ffa450edef68
2012-08-07fix some grammarDaniel Gruno1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370492 13f79535-47bb-0310-9956-ffa450edef68
2012-08-07There is only one global provider name space, therefore allowStefan Fritsch2-3/+1
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
2012-08-07mod_lua: Decline to serve a request if the script doesn't exist, instead of ↵Daniel Gruno2-0/+11
throwing an internal server error. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370377 13f79535-47bb-0310-9956-ffa450edef68
2012-08-07Update.Lucien Gentis1-9/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370336 13f79535-47bb-0310-9956-ffa450edef68
2012-08-07xformsJeff Trawick8-8/+16
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370291 13f79535-47bb-0310-9956-ffa450edef68
2012-08-07Mutex directive: finish support of DefaultRuntimeDirJeff Trawick3-7/+10
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
2012-08-07mod_socache_shmcb and mod_socache_dbm: finish support ofJeff Trawick6-4/+11
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
2012-08-07xformsDaniel Gruno2-8/+96
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370159 13f79535-47bb-0310-9956-ffa450edef68
2012-08-07mod_lua: Add r:flush, r:sendfile as well as additional request information ↵Daniel Gruno3-3/+223
in the request_rec structure git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370158 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06Add changes entry for r1369995, r1369999Stefan Fritsch1-0/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370001 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06remove now unecessary assignmentStefan Fritsch1-1/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369999 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06Use apr_pcalloc for rewritemap_entry struct, to avoid uninitialized entries.Stefan Fritsch1-14/+2
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
2012-08-06follow-on to r1097070:Jeff Trawick1-1/+1
axe unnecessary trailing comma git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369904 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06xformsJim Jagielski3-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369823 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06xformsJeff Trawick11-12/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369812 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()Jeff Trawick7-15/+19
now respect DefaultRuntimeDir git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369808 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06fix "lua_vmprep.c:29:6: warning: no previous prototype for ↵Jeff Trawick2-5/+8
‘ap_lua_init_mutex’ [-Wmissing-prototypes]" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369800 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06fix "lua_vmprep.c:355:17: warning: no previous prototype for ↵Jeff Trawick1-1/+1
‘copy_vm_spec’ [-Wmissing-prototypes]" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369793 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06add missing punctuationJeff Trawick1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369784 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06spellingJeff Trawick1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369779 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06xformsDaniel Gruno2-2/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369770 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06LuaAuthzProvider also gets passed the args from the Require directive.Daniel Gruno1-1/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369769 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06Reverting r1369758Daniel Gruno2-15/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369763 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06xformsDaniel Gruno6-164/+33
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369762 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06Fix some typos, scrap some functions, change some arguments and add a new ↵Daniel Gruno1-158/+29
function, as per sf's email. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369761 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06use the ap_mutex functions to create the mutex instead of the apr_mutex ones.Daniel Gruno2-4/+15
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369758 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06Fixing links in the htaccess howto - this is a port of r1369725Vincent Deffontaines1-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369729 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06xformsIgor Galić3-176/+120
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369702 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06formatting, highlighting.Igor Galić1-170/+110
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369700 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06Fix some typos and wordingsDaniel Gruno1-5/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369696 13f79535-47bb-0310-9956-ffa450edef68
2012-08-05xformsDaniel Gruno14-337/+219
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369668 13f79535-47bb-0310-9956-ffa450edef68
2012-08-05Fix XML errors and remove an external reference which snuck into the documentDaniel Gruno1-314/+174
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369667 13f79535-47bb-0310-9956-ffa450edef68
2012-08-05Add some information about the thread and server values in LuaScopeDaniel Gruno1-6/+20
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369659 13f79535-47bb-0310-9956-ffa450edef68
2012-08-05Document changes to mod_lua (yes, I'm always late with these :( )Daniel Gruno1-0/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369657 13f79535-47bb-0310-9956-ffa450edef68
2012-08-05Add a server scope for Lua states (in LuaScope), which creates a pool of ↵Daniel Gruno4-40/+212
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
2012-08-05htpasswd: Use correct file mode for checking if file is writable.Stefan Fritsch2-2/+5
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
2012-08-05Revert r1367504:Stefan Fritsch1-1/+2
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