Re: HTTP_REFERER in mod_ext_filter

2003-07-11 Thread Jeff Trawick
Andrew Ho wrote: There is another function, ap_add_cgi_vars(), in server/util_script.c which sets REQUEST_URI, SCRIPT_NAME, and all the other CGI variables we are accustomed to. It looks like mod_ext_filter calls ap_add_cgi_vars() but not ap_add_common_vars(). see attached patch :) Index: modules/f

Re: HTTP_REFERER in mod_ext_filter

2003-07-11 Thread Andrew Ho
Hello, CS>Currently, mod_ext_filter doesn't seem to grab all of the environment CS>variables. One that's notably missing is HTTP_REFERER. But, I can't CS>figure out where this env variable is set. I searched thru the source CS>files (*.c and *.h) and the only reference I found was in CS>modules/ss

HTTP_REFERER in mod_ext_filter

2003-07-10 Thread Craig Sebenik
Currently, mod_ext_filter doesn't seem to grab all of the environment variables. One that's notably missing is HTTP_REFERER. But, I can't figure out where this env variable is set. I searched thru the source files (*.c and *.h) and the only reference I found was in modules/ssl/ssl_engine_vars.c and