holzstock
12.06.09, 18:42
Hallo Community!
Ich stehe vor dem Problem, dass zwar alle *.php-Dateien von PHP verarbeitet werden, aber "<?php"-Tags in HTML-Dateien nicht. Sie werden einfach nicht ausgegeben, die Seite bleibt blank. Ich beobachte dieses Verhalten sowohl auf Ubuntu als auch auf SuSE 10.2
Welche Einstellung muss ich ändern, damit die PHP-Tags in HTML-Dateien wieder erkannt werden? Ich habe schon in vielen Foren (ja, auch hier) gesucht, finde aber nichts.
Details zum Setup s.u.
System: Ubuntu 8.04
Apache:
Server version: Apache/2.2.8 (Ubuntu)
Server built: Jun 11 2009 18:39:41
Server's Module Magic Number: 20051115:11
Server loaded: APR 1.2.11, APR-Util 1.2.12
Compiled using: APR 1.2.11, APR-Util 1.2.12
Architecture: 32-bit
Server MPM: Prefork
threaded: no
forked: yes (variable process count)
PHP:
PHP 5.2.4-2ubuntu5.6 with Suhosin-Patch 0.9.6.2 (cli) (built: Apr 17 2009 14:31:37)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
apache2/mods-enabled/php5.conf:
<IfModule mod_php5.c>
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
AddHandler php5-script php
</IfModule>
Directory-Conf:
<IfModule mod_dir.c>
DirectoryIndex index.html index.cgi index.pl index.php index.xhtml
# DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm
</IfModule>
Danke im Voraus
Holzstock
Ich stehe vor dem Problem, dass zwar alle *.php-Dateien von PHP verarbeitet werden, aber "<?php"-Tags in HTML-Dateien nicht. Sie werden einfach nicht ausgegeben, die Seite bleibt blank. Ich beobachte dieses Verhalten sowohl auf Ubuntu als auch auf SuSE 10.2
Welche Einstellung muss ich ändern, damit die PHP-Tags in HTML-Dateien wieder erkannt werden? Ich habe schon in vielen Foren (ja, auch hier) gesucht, finde aber nichts.
Details zum Setup s.u.
System: Ubuntu 8.04
Apache:
Server version: Apache/2.2.8 (Ubuntu)
Server built: Jun 11 2009 18:39:41
Server's Module Magic Number: 20051115:11
Server loaded: APR 1.2.11, APR-Util 1.2.12
Compiled using: APR 1.2.11, APR-Util 1.2.12
Architecture: 32-bit
Server MPM: Prefork
threaded: no
forked: yes (variable process count)
PHP:
PHP 5.2.4-2ubuntu5.6 with Suhosin-Patch 0.9.6.2 (cli) (built: Apr 17 2009 14:31:37)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
apache2/mods-enabled/php5.conf:
<IfModule mod_php5.c>
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
AddHandler php5-script php
</IfModule>
Directory-Conf:
<IfModule mod_dir.c>
DirectoryIndex index.html index.cgi index.pl index.php index.xhtml
# DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm
</IfModule>
Danke im Voraus
Holzstock