On Fri, Feb 12, 1999 at 09:56:29PM +0100, Mike Gerber wrote:
> i tried to configure my apache to filter .phtml-files through eperl. i 
> added to srm.conf:
> 
> AddType application/x-httpd-eperl .phtml
> Action  application/x-httpd-eperl /cgi-bin/nph-eperl
> 
> but my apache says "invalid command Action".
> 
> it works without the lines in srm.conf with the url http://myhost/cgi-
> bin/nph-eperl?/path/to/file.phtml.

Here's what I use to run .sql files through mysql:

AddHandler www-sql sql                                                  
Action www-sql /cgi-bin/www-mysql                         

Maybe you can adopt this.


Hamish
-- 
Hamish Moffatt VK3TYD              [EMAIL PROTECTED], [EMAIL PROTECTED]
Latest Debian packages at ftp://ftp.rising.com.au/pub/hamish. PGP#EFA6B9D5
CCs of replies from mailing lists are welcome.   http://hamish.home.ml.org

Reply via email to