Hi, >>> In Message "Bug#298819: libapache2-mod-fastcgi: insufficient settings in >>> fastcgi.conf" >>> <[EMAIL PROTECTED]>, >>> Atsuhito KOHDA <[EMAIL PROTECTED]> said; > Severity: important
> Hi, I recently needed to use a fastcgi script written with > perl and installed libapache2-mod-fastcgi, but as far as I > tried, it seemed settings in fastcgi.conf was insufficient > and I was unable to use the fastcgi script. > I don't speak Perl and have no knowledge on fastcgi but I > suspect something like > ScriptAlias /fcgi-bin/ /var/lib/apache2/fastcgi/ > would be at least necessary and some other Options might > be necessary too, for example "Options +ExecCGI"? O.K..., You need below to run FastCGI Script; * Load mod_fastcgi.so. Restart apache and check your error.log, "[notice] FastCGI: process manager initialized (pid 14145)" when mod_fastcgi load success. If you can not find the line, run a2enmod to enable fastcgi. * Permission for running "CGI" in the directory, using - Options +ExecCGI or - ScriptAlias * The script was handled as "fastcgi-script". If you do not use ".fcgi" suffix, specify AddHandler (or SetHandler). e.g., "AddHandler fastcgi-script .yourext" * If script exists in userdir (access with /~user/ style), make a line enable "FastCgiWrapper /usr/lib/apache/suexec" in /etc/apache2/mods-enabled/fastcgi.conf -- Tatsuki Sugiura mailto:[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]