The following reply was made to PR mod_rewrite/2254; it has been noted by GNATS.

From: "Ralf S. Engelschall" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: mod_rewrite/2254: RewriteRule does not allow forcing single file 
to application/x-httpd-cgi
Date: Thu, 21 May 1998 18:23:57 +0200

 In article <[EMAIL PROTECTED]> you wrote:
 
 >  Sorry to bother you.  I truly appreciate you clarifying this issue.  Just 
 > one
 >  other question.  Is there any way to force a single file to 
 > application/x-httpd-cgi?
 
 I don't understand what you mean? You reported the problem that one cannot
 force a single file to be application/x-httpd-cgi via RewriteRule.  I now
 fixed it for 1.3b7 by making sure "RewriteRule <pattern> - [T=<type>]"
 directives work as expected and now you ask me the question again if there is
 any way? Hmmm... do you mean in the meantime as workaround before 1.3b7 is
 available with my fix? Or do you mean for Apache 1.2? 
 
 Hmmm... there should be other tricks possible, perhaps:
 
 <Location ~ <pattern>>
 ForceType application/x-httpd-cgi
 </Location>
                                        Ralf S. Engelschall
                                        [EMAIL PROTECTED]
                                        www.engelschall.com

Reply via email to