From: Tatsuki Sugiura <[EMAIL PROTECTED]>
Subject: Re: Bug#298819: libapache2-mod-fastcgi: insufficient settings in 
fastcgi.conf
Date: Thu, 10 Mar 2005 19:01:33 +0900

> I added that config from 2.4.0-4.

I'm afraid there could be some misunderstanding between us.

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?

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>

If I misunderstand something, I'm very sorry.

Regards.                      2005.3.11(Fri)

-- 
 Debian Developer & Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda <[EMAIL PROTECTED]>
 Department of Math., Univ. of Tokushima


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

Reply via email to