> Hello Everyone. > I'm using squid for reverse proxy. > > [Client] -> [Squid] -> [Origin Server] > > My Origin Server check HTTP-referer. ( eg. www.abc.com ) > As you know, SQUID doesn't have the function to check the http-referer of > clients. You using an ancient squid? ACL for headers (req_header, referer_regex) have been around since 2.6. NP: It's available, but highly unreliable for ay security. > But, I want my web server to check it. So, how can I set the > configuration of SQUID ? By default squid passes the headers to web server. > > For example, I have to accept the access of clients from www.abc.com > > Thanks. Amos