Piwik Problem

interitservice

New Member
Hallo,

habe das Problem, wenn ich Piwik hochlade, dass automatisch nach Abschluss des hochladens ein 500er Fehler erscheint.

Chmod ist auf 755
Vhost:
HTML:
<VirtualHost xxx:80>
  ServerName webseiten-statistik.xxs.de
  DocumentRoot /var/www/web1/html/piwik
  SuexecUserGroup web1 web1
  ScriptAlias /cgi-bin/ /var/www/web1/html/cgi-bin/
  <IfModule mod_python.c>
    <Files ~ "\.py$">
      AddHandler python-program .py
      PythonHandler mod_python.publisher
    </Files>
  </IfModule>
  suPHP_ConfigPath /etc/apache2/confixx_phpini/web1/3
ErrorLog /var/www/web1/log/error_log
<Directory "/var/www/web1/html">
AllowOverride All
Options +FollowSymlinks
</Directory>
</VirtualHost>


Log:
[Sun Jun 13 11:26:28 2010] [error] [client 109.90.199.41] Premature end of script headers: index.php


Hat wer vllt eine idee??
 
Back
Top