On Thu, 7 Feb 2008 19:23:47 -0800 "Peter Belau" <[EMAIL PROTECTED]> wrote:
> > Hi, > > I'm trying to figure out how I would send data back trough mod_proxy > based on a certain request. For instance: upon seeing a GET to > www.google.com, I'd like to return "Hello world" *without* the > request ever getting to www.google.com. Would anyone know how to do > this ? For a reverse proxy, mod_rewrite. For a forward or transparent proxy, mod_security. Just create a ruleset to test whatever you want testing. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/
