nach Plesk Update - php script wird nicht ausgeführt

hansel

New Member
Hallo,
ich habe ein Problem. Der Server ist ein vhost mit ubuntu 14.04 lts.

Ein php script soll mails abholen alle 15 Minuten. Dieser lief bisher stabil im cron. Nach dem Update auf Plesk 12.5.30 Nr. 26, wird das script allerdings nicht ausgeführt, wenn ich die URL zum Script nehme - http://www.meinedomain.de/var/vhosts/server/httpdocs/webseite/script.php - und sie via Browser aufrufe erhalte ich das hier:

Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Zudem funktioniert der webmailer squirrelmail nicht mehr - es heißt:
Code:
Not Found

The requested URL /squirrelmail/ was not found on this server.

An den Einstellungen wurde nichts bewusst verändert - zumindest nicht von mir. Und vorher lief alles.
 
Das hier habe ich noch in der /var/log/apache2/error.log gefunden:
Code:
[Thu Mar 25 06:22:20.678831 2016] [auth_digest:notice] [pid 2039] AH01757: generating secret for digest authentication ...
PHP Warning:  Module 'mongo' already loaded in Unknown on line 0
[Thu Mar 25 06:47:43.104080 2016] [:notice] [pid 2039] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Thu Mar 25 07:02:21.104173 2016] [:notice] [pid 2039] mod_python: using mutex_directory /tmp
[Thu Mar 25 07:02:21.210228 2016] [ssl:warn] [pid 2039] AH01909: RSA certificate configured for lists:443 does NOT include an ID which matches the server name
[Thu Mar 25 07:02:21.210636 2016] [ssl:warn] [pid 2039] AH01909: RSA certificate configured for default-xxx_xxx_xxx_196:443 does NOT include an ID which matches the server name
[Thu Mar 25 07:02:21.210848 2016] [ssl:warn] [pid 2039] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Thu Mar 25 07:02:21.218664 2016] [mpm_prefork:notice] [pid 2039] AH00163: Apache/2.4.7 (Ubuntu) mod_fcgid/2.3.9 PHP/5.5.9-1ubuntu4.14 mod_python/3.3.1 Python/2.7.6 OpenSSL/1.0.1f configured -- resuming normal operations
[Thu Mar 25 07:02:21.218751 2016] [core:notice] [pid 2039] AH00094: Command line: '/usr/sbin/apache2'
[Thu Mar 25 07:59:42.521481 2016] [core:error] [pid 2046] [client xxx.xxx.xxx.91:43289] AH00126: Invalid URI in request \x83\xb6\xad\xb1|IRNm[c\x07\x1d\x9d\x06\xe2f\xcf_O]!\x93\x15\xdf\xb0_\xef\xd51\x9e\xa9\xf8\x03\x01\x87!\x0c\xc9\x8c\xa9\xf59VJ\xda
[Thu Mar 25 08:04:31.991910 2016] [:error] [pid 8130] [client xxx.xxx.xxx.128:48519] script '/var/www/vhosts/default/htdocs/testproxy.php' not found or unable to stat
[Fri Mar 25 08:12:51.071976 2016] [:error] [pid 15643] [client xxx.xxx.xxx.159:37427] script '/var/www/vhosts/default/htdocs/testproxy.php' not found or unable to stat

Sonst sehe ich nichts und live kann ich auch keine Fehlermeldungen in dieser Datei verfolgen.
 
Ich habe nun das folgende - sagt aber auch nicht viel aus:
Code:
 tail -f /var/www/vhosts/hostnameXYZ123.stratoserver.net/logs/error_log
[Wed Mar 30 07:10:46.139627 2016] [fcgid:warn] [pid 32392] [client xxx.xxx.xxx.196:45561] mod_fcgid: read data timeout in 45 seconds
[Wed Mar 30 07:10:46.139684 2016] [core:error] [pid 32392] [client xxx.xxx.xxx.196:45561] End of script output before headers: mail_fetch.php
[Wed Mar 30 07:13:45.119878 2016] [fcgid:warn] [pid 3065] [client xxx.xxx.xxx.6:52432] mod_fcgid: read data timeout in 45 seconds
[Wed Mar 30 07:13:45.119934 2016] [core:error] [pid 3065] [client xxx.xxx.xxx.6:52432] End of script output before headers: mail_fetch.php
[Wed Mar 30 07:15:46.425754 2016] [fcgid:warn] [pid 5559] [client xxx.xxx.xxx.196:45767] mod_fcgid: read data timeout in 45 seconds
[Wed Mar 30 07:15:46.425823 2016] [core:error] [pid 5559] [client xxx.xxx.xxx.196:45767] End of script output before headers: mail_fetch.php
[Wed Mar 30 07:20:46.704753 2016] [fcgid:warn] [pid 3066] [client xxx.xxx.xxx.196:45825] mod_fcgid: read data timeout in 45 seconds
[Wed Mar 30 07:20:46.704816 2016] [core:error] [pid 3066] [client xxx.xxx.xxx.196:45825] End of script output before headers: mail_fetch.php
[Wed Mar 30 07:21:14.260642 2016] [fcgid:warn] [pid 32395] [client xxx.xxx.xxx.6:52616] mod_fcgid: read data timeout in 45 seconds
[Wed Mar 30 07:21:14.260700 2016] [core:error] [pid 32395] [client xxx.xxx.xxx.6:52616] End of script output before headers: mail_fetch.php
 
Back
Top