You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jay Sprenkle <js...@reddawn.net> on 2008/09/06 00:29:23 UTC

Re: [users@httpd] debugging fastcgi/ACTION directive in Apache Config

Eric Covener wrote:
> # where the actual fastcgi, the php interpreter, lives
> ScriptAlias /fcgi-bin  /stuff/cgi-bin
> <Location /fcgi-bin>
>   Options ExecCGi
>   SetHandler fastcgi-script
> </Location>
>
> Action my-fastcgi /fcgi-bin/php-fastcgi
> AddHandler my-fastcgi .php
>
> Alias /foo /usr/local/foo
>
>
>
>   
Alias worked great. Thanks


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org