Hi, What's the best way to get the variable $request_filename from a custom module? Currently I save the index of the $request_filename variable and call ngx_http_get_indexed_variable (r, request_filename_var_index), but is there a better way? Thanks, Marcus.