Hallo, leider funktioniert meine info.php nicht. Es erscheint nur eine weisse Seite mit dem PHP-Code beim Abruf von localhost/index.php
Apache läuft.
|
Quellcode
|
1
2
|
localhost /home/michi # /etc/init.d/apache2 status
* status: started
|
|
Quellcode
|
1
2
3
4
5
6
7
8
|
localhost /home/michi # ping -c 2 localhost
PING localhost(localhost (::1)) 56 data bytes
64 bytes from localhost (::1): icmp_seq=1 ttl=64 time=0.041 ms
64 bytes from localhost (::1): icmp_seq=2 ttl=64 time=0.043 ms
--- localhost ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1010ms
rtt min/avg/max/mdev = 0.041/0.042/0.043/0.001 ms
|
Auszug /etc/conf.d/apache2
|
Quellcode
|
1
|
APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D SSL -D SSL_DEFAULT_VHOST -D LANGUAGE -D PHP"
|
Wo kann noch ein Fehler sein?