python web 配置问题

python web 配置问题

我配置的fcig出现500错误是什么问题?
        <Directory /var/www/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>

     ScriptAlias /cgi-bin/ /var/www/cgi-bin/
       <Directory "/var/www/cgi-bin">
            DirectoryIndex index.html index.py index.pl index.php
            AllowOverride None
            Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
       </Directory>

<IfModule mod_fcgid.c>
  AddHandler fcgid-script .php .py .pl .fcgi
  SocketPath /var/lib/apache2/fcgid/sock
  IPCConnectTimeout 20
</IfModule>
没有人反应啊?
还没有人吗?
看你的fastcgi配置貌似没错
你去看看apache/logs/error_log,里面有详细的500信息。再搜索下