On Wed, 2005-03-02 at 08:51 -0600, Jain, Abhay K, ALABS wrote: > <Files hello.cgi> > SetHandler perl-script > PerlHandler Apache::Registry > Options ExecCGI > </Files>
If you change hello.cgi to *.cgi, then all files ending in .cgi will be run through Apache::Registry. Is that what you were looking for? - Perrin