On 7/12/05, dAniel hAhler <[EMAIL PROTECTED]> wrote:
> Hello everybody,
> 
> I've just discovered that adding
>  AddHandler php-fastcgi .xxx
> will also parse files like test.xxx.txt and test.xxx.foobar.
> 
> I think it should just use the handler if the extension is the last part of
> the URI. Speaking regexp it should build a pattern like "<extension>$".
> 
> I've set this handler in a VirtualHost directive.
> 
> Is this a bug or am I missing something?

See
http://httpd.apache.org/docs-2.0/mod/mod_mime.html#multipleext
http://httpd.apache.org/docs-2.0/mod/directive-dict.html#Syntax

If you really want only a trailing extension, you can use a
<FilesMatch> with a SetHandler.

Joshua.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to