summaryrefslogtreecommitdiff
path: root/modules/lua/test
Commit message (Collapse)AuthorAgeFilesLines
* mod_wombat => mod_luaJoe Orton2023-03-231-1/+1
| | | | | | | | | | Fix SVN URL Submitted by: Sebb <sebb@apache.org> Github: closes #352 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908671 13f79535-47bb-0310-9956-ffa450edef68
* fix various property issuesAndré Malo2012-04-042-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1309567 13f79535-47bb-0310-9956-ffa450edef68
* fix issue with incorrect munging of the lua package path -- LuaPackagePath ↵Brian McCallister2011-11-101-1/+1
| | | | | | directives were not working git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200475 13f79535-47bb-0310-9956-ffa450edef68
* Change references from mod_wombat to mod_lua.Daniel Earl Poirier2010-04-301-2/+1
| | | | | | | Remove references to no-longer-needed pre-req, mod_apreq2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@939703 13f79535-47bb-0310-9956-ffa450edef68
* remove unusable test fileBrian McCallister2009-06-151-64/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@784642 13f79535-47bb-0310-9956-ffa450edef68
* change r.content_type = "something" to use ap_set_content_type, which it ↵Brian McCallister2009-03-011-1/+2
| | | | | | should as was pointed out by Bertrand Mansion git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@748946 13f79535-47bb-0310-9956-ffa450edef68
* changes headers_in and headers_out handling in mod_lua to map apr_table_t ↵Brian McCallister2009-01-241-0/+6
| | | | | | instances as boxed pointers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@737293 13f79535-47bb-0310-9956-ffa450edef68
* Rename mod_wombat -> mod_lua.Paul Querna2008-12-2113-0/+556
Note that this isn't a complete transformation yet, but it should basically compile and load as mod_lua. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728494 13f79535-47bb-0310-9956-ffa450edef68