document updated 13 years ago, on Jun 28, 2011
The AcceptPathInfo feature is very useful, if you want to have a script produce a entire virtual tree beneath it.
Though it's probably better to use mod_rewrite, there are some instances where you don't have the option.
Other ways to trigger it:
[cgi] Action
You can use Action along with AddHandler/SetHandler to designate a single CGI script to be the target for all files of a particular extension (in the case of AddHandler) or under a given directory (in the case of SetHandler).
Examples:
[1]
[mod_perl] SetHandler perl-script + PerlHandler
manual