Commit 358f2741 authored by Eric Covener's avatar Eric Covener
Browse files

the correct property is r.filename as used elsewhere


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1184891 13f79535-47bb-0310-9956-ffa450edef68
parent ede23c31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -555,7 +555,7 @@ LuaHookTranslateName /scripts/conf/hooks.lua silly_mapper
require "apache2"
function silly_mapper(r)
    if r.uri == "/" then
        r.file = "/var/www/home.lua"
        r.filename = "/var/www/home.lua"
        return apache2.OK
    else
        return apache2.DECLINED