Re: [users@httpd] Rewrite confusion

2011-10-27 Thread J.Lance Wilkinson
Eric Covener wrote: On Thu, Oct 27, 2011 at 3:22 PM, J.Lance Wilkinson wrote: RewriteRule ^/robots.txt$ \ https://secureappsdev.libraries.psu.edu/robotz/robots.pl \ [L,T=application/x-httpd-cgi] Try a substitution of this for arg2 and arg3? /robotz/robots.pl [L,PT]

Re: [users@httpd] Rewrite confusion

2011-10-27 Thread Eric Covener
On Thu, Oct 27, 2011 at 3:22 PM, J.Lance Wilkinson wrote: > RewriteRule ^/robots.txt$  \ >        https://secureappsdev.libraries.psu.edu/robotz/robots.pl  \ >                [L,T=application/x-httpd-cgi] Try a substitution of this for arg2 and arg3? /robotz/robots.pl [L,PT] Is the failing syst

[users@httpd] Rewrite confusion

2011-10-27 Thread J.Lance Wilkinson
I have a set of RewriteRule directives in an Apache HTTPD v2.2.6 on a Solaris 10 zone which work just fine to take any incoming URI /robots.txt and cause that to execute a perl script, /robotz/robots.pl where a ScriptAlias defines the /robotz directory, outside my document root