Re: RequireAll: seems to evaluate require lines unnecessarily

2012-08-03 Thread Ruediger Pluem
Graham Leggett wrote: Hi all, I have a config like this using httpd v2.4, in an effort to password protect each person's userdir: RequireAll Require valid-user Require expr %{note:mod_userdir_user} == %{REMOTE_USER} /RequireAll Hit it with a browser, and

Re: RequireAll: seems to evaluate require lines unnecessarily

2012-08-03 Thread Stefan Fritsch
On Thursday 02 August 2012, Graham Leggett wrote: I have a config like this using httpd v2.4, in an effort to password protect each person's userdir: RequireAll Require valid-user Require expr %{note:mod_userdir_user} == %{REMOTE_USER} /RequireAll Hit it with a

Re: Additional core functions for mod_lua

2012-08-03 Thread Eric Covener
On Thu, Aug 2, 2012 at 7:40 AM, Daniel Gruno rum...@cord.dk wrote: Hi dev@, I've gotten my paws all over mod_lua as of late, trying to find ways to expand the module to be more useful. In doing so, I have created a small library which binds several httpd core functions (and some from apr) to

Re: svn commit: r1367504 - /httpd/httpd/trunk/modules/lua/mod_lua.c

2012-08-03 Thread Stefan Fritsch
On Tue, 31 Jul 2012, humbed...@apache.org wrote: Author: humbedooh Date: Tue Jul 31 11:47:04 2012 New Revision: 1367504 URL: http://svn.apache.org/viewvc?rev=1367504view=rev Log: mod_lua: The current way of getting the authz provider name doesn't seem to work. This approach should fix that.

Re: Additional core functions for mod_lua

2012-08-03 Thread Igor Galić
- Original Message - Hi dev@, I've gotten my paws all over mod_lua as of late, trying to find ways to expand the module to be more useful. In doing so, I have created a small library which binds several httpd core functions (and some from apr) to Lua, so as to both gain more

Re: svn commit: r1367504 - /httpd/httpd/trunk/modules/lua/mod_lua.c

2012-08-03 Thread Daniel Gruno
On 08/03/2012 04:47 PM, Stefan Fritsch wrote: On Tue, 31 Jul 2012, humbed...@apache.org wrote: Author: humbedooh Date: Tue Jul 31 11:47:04 2012 New Revision: 1367504 URL: http://svn.apache.org/viewvc?rev=1367504view=rev Log: mod_lua: The current way of getting the authz provider name

Re: Additional core functions for mod_lua

2012-08-03 Thread Daniel Gruno
On 08/03/2012 04:51 PM, Igor Galić wrote: Right now, is your library meant to be linked with mod_lua or does it work with LoadFile? It's a Lua library, so it doesn't involve httpd per se. It would be included by mod_lua (or rather, by Lua) by writing the following in your script: local

mod_spnego with Apache 2.4.2

2012-08-03 Thread Rai, Pravesh R (STSD)
Hi, While trying to compile mod_spnego (0.1.0 / 0.2.0) with Apache 2.4.2 (using Visual Studio 2005), have got following error: mod_spnego.obj : error LNK2001: unresolved external symbol _ap_requires After going through httpd modules, realized that 'ap_requires()' function is no more supported