I'm trying to configure Apache so that any file ending in .t is executed as
a cgi script. I can make this work fine when I create files ending in .t,
but here is the hard part. The files won't actually exist, they are "false"
queries that the script will pull from a database.
For example:
http://www.myserver.com/html/index.t should call
/usr/local/apache/code/scripter.cgi /html/index.t
Thanks