Ich habe von PHP5.4 auf PHP5.5 aktualisiert.
Jetzt bekomme ich auf jeder Web-Seite einen Fehler 500 und der Apache2 gibt beim Restart folgenden Fehler aus:
Code
root@web1:~# service apache2 restart
apache2: Syntax error on line 204 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/mods-enabled/php5_cgi.conf: No such file or directory
Action 'configtest' failed.
The Apache error log may have more information.
failed!
root@web1:~#
liveconfig --diag gibt folgendes aus:
Code
Running OS diagnostics... (LiveConfig 2.0.1-r3988)
FILE SYSTEMS:
/ [/dev/simfs] (total: 236223201280, free: 162717065216)
CPUs:
CPU: 'cpu' user=53177545 nice=172137 system=17599470 idle=2877290646 wait=32787369 irq=0 sirq=0 steal=0
CPU: 'cpu0' user=53177545 nice=172137 system=17599470 idle=2877290646 wait=32787369 irq=0 sirq=0 steal=0
CPU: 'cpu1' user=53177545 nice=172137 system=17599470 idle=2877290646 wait=32787369 irq=0 sirq=0 steal=0
CPU: 'cpu2' user=53177545 nice=172137 system=17599470 idle=2877290646 wait=32787369 irq=0 sirq=0 steal=0
CPU: 'cpu3' user=53177545 nice=172137 system=17599470 idle=2877290646 wait=32787369 irq=0 sirq=0 steal=0
CPU: 'cpu4' user=53177545 nice=172137 system=17599470 idle=2877290646 wait=32787369 irq=0 sirq=0 steal=0
CPU: 'cpu5' user=53177545 nice=172137 system=17599470 idle=2877290646 wait=32787369 irq=0 sirq=0 steal=0
CPU IDENTIFICATION:
Physical CPUs: 1
CPU Vendor: AuthenticAMD
CPU Model: AMD FX(tm)-6200 Six-Core Processor
Physical Core Count: 3
Cache: 2048 KB
Intel Hyperthreading is enabled!
Logical (HT) Core Count: 3
LOAD AVERAGE:
Load: 1min=0.050000, 5min=0.170000, 15min=0.130000
MEMORY:
Total Memory: 10737418240
Free Memory: 9102741504
Total Swap: 536870912
Free Swap: 339656704
INTERFACES:
Name: 'lo'
MAC: 00:00:00:00:00:00
IPv4: '127.0.0.1'/8
IPv6: '::1'/128
IN: 2302446485 bytes (5603421 packets)
OUT: 2302446485 bytes (5603421 packets)
FLAGS: UP LOOPBACK
Name: 'venet0'
IPv4: '127.0.0.2'/32
IN: 2007644335 bytes (655575670 packets)
OUT: 218525703 bytes (1033036468 packets)
FLAGS: UP BROADCAST NOARP
Name: 'venet0:0'
IPv4: '109.789.123.170'/32
FLAGS: UP BROADCAST NOARP
Name: 'venet0:1'
IPv4: '109.789.123.171'/32
FLAGS: UP BROADCAST NOARP
Name: 'venet0:2'
IPv4: '109.789.123.160'/32
FLAGS: UP BROADCAST NOARP
HOSTNAME:
Hostname: 'web1'
FQDN: 'web1.server.de'
UPTIME:
Uptime: 57 days, 17:39:46
DMI:
ERROR: open(/dev/mem) failed: Operation not permitted
IPMI:
ERROR: IPMI not supported in this build
QUOTA for group 'root' at path /var/www: OK - kb_used=8543528, inodes_used=42207
Running Lua diagnostics...
[INFO] Loading custom Lua settings from '/usr/lib/liveconfig/lua/custom.lua'
[INFO] Detected 'Debian GNU/Linux 7.9 (Wheezy)'
Distribution name: 'Debian'
Distribution codename: 'Wheezy'
Distribution family: 'Debian'
Distribution version: '7.9'
Distribution description: 'Debian GNU/Linux 7.9 (Wheezy)'
Checking for web server software:
- Found 'apache' web server
Version: '2.2.22'
Package version: '2.2.22-13+deb7u6'
SNI support: yes
Modules:
- PHP 5.5.30 (code='php5', bin='/usr/bin/php-cgi', SAPI=CGI/FastCGI)
default php.ini: '/etc/php5/cgi/php.ini'
Checking for ftp server software:
- Found 'proftpd' FTP server
Version: '1.3.4a'
Package version: '1.3.4a-5+deb7u3'
Checking for SMTP server software:
- Found 'postfix' smtp server
Version: '2.9.6'
Package version: '2.9.6-2'
DANE/TLSA support: 'no'
- found SpamAssassin (package version: '3.3.2-5+deb7u3')
configured: yes
- OpenDKIM: NOT FOUND
Checking for POP/IMAP server software:
- Found 'dovecot' POP/IMAP server
Version: '2.1.7'
Package version: '1:2.1.7-7+deb7u1'
Checking for database server software:
- Found 'mysql' database server
Version: '5.5.46'
Package version: '5.5.46-0+deb7u1'
Checking for DNS server software:
Done.
Alles anzeigen
Kann mir jemand weiterhelfen?