summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* NetWare build tweaks.Guenter Knauf2012-08-09102-167/+159
| | | | | | | | | 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
* xformsDaniel Gruno2012-08-0912-15/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371061 13f79535-47bb-0310-9956-ffa450edef68
* typo fixesDaniel Gruno2012-08-092-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371058 13f79535-47bb-0310-9956-ffa450edef68
* typo fixDaniel Gruno2012-08-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371051 13f79535-47bb-0310-9956-ffa450edef68
* fix subversion project URLJeff Trawick2012-08-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370907 13f79535-47bb-0310-9956-ffa450edef68
* xformsDaniel Gruno2012-08-081-566/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370901 13f79535-47bb-0310-9956-ffa450edef68
* Updates:Daniel Gruno2012-08-081-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
* xformsJeff Trawick2012-08-086-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370766 13f79535-47bb-0310-9956-ffa450edef68
* fix broken module identifiersJeff Trawick2012-08-086-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370764 13f79535-47bb-0310-9956-ffa450edef68
* mod_slotmem_plain: make the "filename" key relative toJeff Trawick2012-08-081-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
* More NetWare build tweaks.Guenter Knauf2012-08-081-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
* Follow-up fix needed since r1370592.Guenter Knauf2012-08-084-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370615 13f79535-47bb-0310-9956-ffa450edef68
* mwccnlm: search directory of referencing file first for #includes.Guenter Knauf2012-08-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370592 13f79535-47bb-0310-9956-ffa450edef68
* xformsDaniel Gruno2012-08-084-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370564 13f79535-47bb-0310-9956-ffa450edef68
* fix some grammarDaniel Gruno2012-08-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370492 13f79535-47bb-0310-9956-ffa450edef68
* There is only one global provider name space, therefore allowStefan Fritsch2012-08-072-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
* mod_lua: Decline to serve a request if the script doesn't exist, instead of ↵Daniel Gruno2012-08-072-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
* Update.Lucien Gentis2012-08-071-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370336 13f79535-47bb-0310-9956-ffa450edef68
* xformsJeff Trawick2012-08-078-8/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370291 13f79535-47bb-0310-9956-ffa450edef68
* Mutex directive: finish support of DefaultRuntimeDirJeff Trawick2012-08-073-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
* mod_socache_shmcb and mod_socache_dbm: finish support ofJeff Trawick2012-08-076-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
* xformsDaniel Gruno2012-08-072-8/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370159 13f79535-47bb-0310-9956-ffa450edef68
* mod_lua: Add r:flush, r:sendfile as well as additional request information ↵Daniel Gruno2012-08-073-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
* Add changes entry for r1369995, r1369999Stefan Fritsch2012-08-061-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370001 13f79535-47bb-0310-9956-ffa450edef68
* remove now unecessary assignmentStefan Fritsch2012-08-061-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369999 13f79535-47bb-0310-9956-ffa450edef68
* Use apr_pcalloc for rewritemap_entry struct, to avoid uninitialized entries.Stefan Fritsch2012-08-061-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
* follow-on to r1097070:Jeff Trawick2012-08-061-1/+1
| | | | | | | axe unnecessary trailing comma git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369904 13f79535-47bb-0310-9956-ffa450edef68
* xformsJim Jagielski2012-08-063-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369823 13f79535-47bb-0310-9956-ffa450edef68
* xformsJeff Trawick2012-08-0611-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369812 13f79535-47bb-0310-9956-ffa450edef68
* The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()Jeff Trawick2012-08-067-15/+19
| | | | | | | now respect DefaultRuntimeDir git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369808 13f79535-47bb-0310-9956-ffa450edef68
* fix "lua_vmprep.c:29:6: warning: no previous prototype for ↵Jeff Trawick2012-08-062-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
* fix "lua_vmprep.c:355:17: warning: no previous prototype for ↵Jeff Trawick2012-08-061-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
* add missing punctuationJeff Trawick2012-08-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369784 13f79535-47bb-0310-9956-ffa450edef68
* spellingJeff Trawick2012-08-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369779 13f79535-47bb-0310-9956-ffa450edef68
* xformsDaniel Gruno2012-08-062-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369770 13f79535-47bb-0310-9956-ffa450edef68
* LuaAuthzProvider also gets passed the args from the Require directive.Daniel Gruno2012-08-061-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369769 13f79535-47bb-0310-9956-ffa450edef68
* Reverting r1369758Daniel Gruno2012-08-062-15/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369763 13f79535-47bb-0310-9956-ffa450edef68
* xformsDaniel Gruno2012-08-066-164/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369762 13f79535-47bb-0310-9956-ffa450edef68
* Fix some typos, scrap some functions, change some arguments and add a new ↵Daniel Gruno2012-08-061-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
* use the ap_mutex functions to create the mutex instead of the apr_mutex ones.Daniel Gruno2012-08-062-4/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369758 13f79535-47bb-0310-9956-ffa450edef68
* Fixing links in the htaccess howto - this is a port of r1369725Vincent Deffontaines2012-08-061-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369729 13f79535-47bb-0310-9956-ffa450edef68
* xformsIgor Galić2012-08-063-176/+120
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369702 13f79535-47bb-0310-9956-ffa450edef68
* formatting, highlighting.Igor Galić2012-08-061-170/+110
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369700 13f79535-47bb-0310-9956-ffa450edef68
* Fix some typos and wordingsDaniel Gruno2012-08-061-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369696 13f79535-47bb-0310-9956-ffa450edef68
* xformsDaniel Gruno2012-08-0514-337/+219
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369668 13f79535-47bb-0310-9956-ffa450edef68
* Fix XML errors and remove an external reference which snuck into the documentDaniel Gruno2012-08-051-314/+174
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369667 13f79535-47bb-0310-9956-ffa450edef68
* Add some information about the thread and server values in LuaScopeDaniel Gruno2012-08-051-6/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369659 13f79535-47bb-0310-9956-ffa450edef68
* Document changes to mod_lua (yes, I'm always late with these :( )Daniel Gruno2012-08-051-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369657 13f79535-47bb-0310-9956-ffa450edef68
* Add a server scope for Lua states (in LuaScope), which creates a pool of ↵Daniel Gruno2012-08-054-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
* htpasswd: Use correct file mode for checking if file is writable.Stefan Fritsch2012-08-052-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