On 04/20/2013 02:01 AM, Guenter Knauf wrote:
> Daniel,
> On 19.04.2013 16:31, humbed...@apache.org wrote:
>> Author: humbedooh
>> Date: Fri Apr 19 14:31:51 2013
>> New Revision: 1469852
>>
>> URL: http://svn.apache.org/r1469852
>> Log:
>> s/r:/r./
>>
>> Modified:
>>      httpd/httpd/trunk/docs/manual/mod/mod_lua.xml
>>
>> Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml
>> URL:
>> http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.xml?rev=1469852&r1=1469851&r2=1469852&view=diff
>>
>> ==============================================================================
>>
>> --- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml (original)
>> +++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml Fri Apr 19 14:31:51
>> 2013
>> @@ -843,9 +843,9 @@ r:custom_response(404, "Baleted!")
>>   </highlight>
>>
>>   <highlight language="lua">
>> -r:exists_config_define(string) -- Checks whether a configuration
>> definition exists or not:
>> +r.exists_config_define(string) -- Checks whether a configuration
>> definition exists or not:
>>
>> -if r:exists_config_define("FOO") then
>> +if r.exists_config_define("FOO") then
>>       r:puts("httpd was probably run with -DFOO, or it was defined in
>> the configuration")
>>   end
>>   </highlight>
> that was only 1st half; r:strcmp_match() fix is missing ...
> BTW. whats about r:started()?
> Is this needed to be a function, or can we change that too into a var
> like r.banner? Its still double listed:
> as var in the request_rec block, and as function below 'Built in
> functions' ...
> 
> Gün.
> 
> 
> 
I'll get on that asap :)
Thanks for the invaluable help, it's really good knowing there's someone
else taking such an interest in this project! :) I hope that someday we
can shed mod_lua of its experimental status and people won't think me a
crazy person for recommending it left and right ;)

With regards,
Daniel.

Reply via email to