I have setup apache2 to run in reverse proxy mode with mod_proxy and ProxyPass. I am trying to target the robots.txt file to modify it with mod_ext_filter and am having no such luck. I have mod_ext_filter working fine changing links on other parts of the site, So I don't believe it's configuration is an issue. ExtFilterDefine robots mode=output cmd="/usr/bin/robots.pl" <Files robots.txt> SetOutputFilter robots </Files> Using the Files directive is not working and I read somewhere that it won't work because I am using a reverse proxy and that I should use the Location directive. Is that correct? What would be the proper way to target the robots.txt file so I can process it with mod_ext_filter? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx