On Wed, Mar 24, 2010 at 1:44 AM, Graham Dumpleton <[email protected]> wrote: > As such, it perhaps should be allowed in .htaccess files and allowing > that is pretty simple to do. Just change: > > AP_INIT_RAW_ARGS("WSGIHandlerScript", wsgi_add_handler_script, > NULL, ACCESS_CONF|RSRC_CONF, "Location of WSGI handler script file."), > > to: > > AP_INIT_RAW_ARGS("WSGIHandlerScript", wsgi_add_handler_script, > NULL, OR_FILEINFO, "Location of WSGI handler script file."), > > and let me know if any problems come up with using it in .htaccess files.
So far, that seems to work well. Though I haven't really tested it very hard yet. -- Deron Meranda -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
