>>> In Message "Re: Bug#298819: libapache2-mod-fastcgi: insufficient settings 
>>> in fastcgi.conf"
>>>            <[EMAIL PROTECTED]>,
>>> Atsuhito Kohda <[EMAIL PROTECTED]>  said;
> I'm afraid there could be some misunderstanding between us.

Thanks,

> The following is the contents of fastcgi.conf shipped with 
> the package (fastcgi.conf~).

> <IfModule mod_fastcgi.c>
>   AddHandler fastcgi-script .fcgi
>   #FastCgiWrapper /usr/lib/apache2/suexec2
>   FastCgiIpcDir /var/lib/apache2/fastcgi
> </IfModule>

> Is this what you intended?

Yes.
I think that folks can use FastCGI same as CGI with that config.

In case that FastCGI script has ".fcgi" suffix, you just put the
script in /usr/lib/cgi-bin (or other directory has "+ExecCGI") and
can run it.

> My request is something like the following:

> <IfModule mod_fastcgi.c>
>   AddHandler fastcgi-script .fcgi
>   #FastCgiWrapper /usr/lib/apache2/suexec2
>   FastCgiIpcDir /var/lib/apache2/fastcgi
> # added the followings for test imgtex.fcgi ('05/3/10)
>   ScriptAlias /fcgi-bin/ /var/lib/apache2/fastcgi/
>       <Directory "/var/lib/apache2/fastcgi">
>               AllowOverride None
>               Options +ExecCGI -Includes
>               Order allow,deny
>               Allow from all
>       </Directory>
> </IfModule>

Hmm..., If people use same suffix as normal CGI and others
(.cgi/.pl...) generally, I'll consider to separate fastcgi
in a directory (probably /usr/lib/fcgi-bin).
But it seems not required.

Why do you put the script in /var/lib/apache2/fastcgi?

-- 
Tatsuki Sugiura   mailto:[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to