Fehler im Logfile

redi78

Member
Hallo,

ich habe Joomla mit Jomsocial am Laufen. Wenn ich nun ein Video in die Community hochlade wird mit danach ein 500er Fehler angezeigt. Im Logfile steht folgendes:


Code:
[Sat Feb 20 13:20:41 2010] [warn] mod_fcgid: read data timeout in 40 seconds
[Sat Feb 20 13:20:41 2010] [error] [client 85.126.193.250] Premature end of script headers: index.php

Hier der LINK zur phpinfo: http://www.segelcheck.at/phpinfo.php

Ich habe keinen Plan mehr wo noch der Fehler liegen könnte. Bitte um Hilfe.

lg redi78
 

redi78

Member
Mhh das heisst ich trage das hier in die /etc/apache2/mods-available/fcgid.conf ein?

Code:
<IfModule mod_fcgid.c>
    # Sane place to put sockets
    SocketPath /tmp/fcgid_sock/
    IdleTimeout 3600
    ProcessLifeTime 7200
    MaxProcessCount 1000
    DefaultMinClassProcessCount 3
    DefaultMaxClassProcessCount 100
    IPCConnectTimeout 8
    IPCCommTimeout 360
    BusyTimeout 300
</IfModule>


Aktueller Inhalt:
Code:
<IfModule mod_fcgid.c>
  AddHandler    fcgid-script .fcgi
  IPCConnectTimeout 20
</IfModule>

Mhh wo genau muss ich das eintragen damit ich den Standart Timeout hochsetze?

Apparently mod_fcgid settings (like IPCCommTimeout and the like) which are set in the global config file or anywhere outside of the vhost block are wiped out within the VirtualHost block, replaced by the default settings.

lg redi78
 

Till

Administrator
Nein, darum geht es ja in dem Artikel, dass Du es eben nicht global setzen kannst sondern es im vhost, also dem apache direktiven Feld, gesetzt werden muss.
 

redi78

Member
Ah ok...das heisst so sollte es jetzt funktionieren?
 

Anhänge

  • Unbenannt-1.jpg
    Unbenannt-1.jpg
    24,4 KB · Aufrufe: 206

Werbung

Top