AddHandler fcgid-script .fcg

Mike Wexler wrote:
> I'm in the process of switching from mod_fastcgi to mod_fcgid. With 
> fastcgi I could do something like:
>    AddHandler fastcgi-script .fcgi
> and scripts that ended with .fcgi (in any directory) would be executed 
> by the FastCGI mechanism. With mod_fcgid it appears that I need to do 
> something like this:
>
> <Directory "/home/services/tias/cgi-bin">
>    SetHandler fcgid-script
>    Options ExecCGI
> </Directory>
>
> which makes all scripts in the entire directory execute via FastCGI. Is 
> there any way to make the selection based on file extension rather than 
> directory name?
>
>
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Mod-fcgid-users mailing list
> Mod-fcgid-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users
>
>   

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

Reply via email to