FastCgi

Discussion in 'Installation/Configuration' started by ulferik, Jul 20, 2012.

  1. ulferik

    ulferik New Member

    I have installed FastCgi on Fedora17.
    I get this message when trying to access info.php:
    The requested URL /php5-fcgi/info.php was not found on this server.
    I have this in fastcgi.conf:
    <IfModule mod_fastcgi.c>
    DirectoryIndex index.html index.shtml index.cgi index.php
    AddHandler php5-fcgi .php
    Action php5-fcgi /php5-fcgi
    Alias /php5-fcgi /usr/lib/cgi-bin
    FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
    </IfModule>
    Anyone have a clue whats going on?

    Thank's
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Set
    Code:
    FastCgiWrapper Off
    in your fastcgi.conf and restart Apache.
     
  3. ulferik

    ulferik New Member

    Great

    It's working...
    Thank's
     

Share This Page