Hallo alle zusammen,
Ich habe ein Problem mit der zusätzlichen Konfigurationeinbindung von PHP5
Ich habe einen Linux Server und als Distribution CentOS. Konfiguriert ist PHP 4.3
geladen werden die Konfigurationen von der httpd.conf
Code:
Die php.conf sieht so aus
Kompiliert habe ich Php5 so
Code:
./configure --enable-memory-limit --enable-force-cgi-redirect --enabletrack-
vars --with-pcre-regex --with-sqlite --without-mm --enable-fastcgi --
prefix=/usr/local/php5
Alles ok soweit ..
Meine Frage ich möchte jetzt php5 zusätzlich als CGI einbinden was muss hinzugefügt werden ?
Wenn ich das so mache
Code:
Entweder mit Action Fehler 500 Integral und ohne wird mir die Datei phpinfo.php5 als download angeboten.
Ich hab da irgentwo einen Logik Fehler drinne. Wer kann mir weiterhelfen ?
Ich habe ein Problem mit der zusätzlichen Konfigurationeinbindung von PHP5
Ich habe einen Linux Server und als Distribution CentOS. Konfiguriert ist PHP 4.3
geladen werden die Konfigurationen von der httpd.conf
Code:
Code:
#
# Load config files from the config directory "/etc/httpd/conf.d".
#
Include conf.d/*.conf
Die php.conf sieht so aus
Code:
Code:
#
# PHP is an HTML-embedded scripting language which attempts to make it
# easy for developers to write dynamically generated webpages.
#
LoadModule php4_module modules/libphp4.so
#
# Cause the PHP interpreter to handle files with a .php extension.
#
AddType application/x-httpd-php .php .php4 .php3
# AddType application/x-httpd-php-source .phps
#
# Add index.php to the list of files that will be served as directory
# indexes.
#
DirectoryIndex index.php
Kompiliert habe ich Php5 so
Code:
./configure --enable-memory-limit --enable-force-cgi-redirect --enabletrack-
vars --with-pcre-regex --with-sqlite --without-mm --enable-fastcgi --
prefix=/usr/local/php5
Alles ok soweit ..
Meine Frage ich möchte jetzt php5 zusätzlich als CGI einbinden was muss hinzugefügt werden ?
Wenn ich das so mache
Code:
Code:
ScriptAlias /php/ "/usr/local/php5/bin/"
AddType application/x-httpd-php5 .php5
Action application/x-httpd-php5 "/php5/php.exe""
Entweder mit Action Fehler 500 Integral und ohne wird mir die Datei phpinfo.php5 als download angeboten.
Ich hab da irgentwo einen Logik Fehler drinne. Wer kann mir weiterhelfen ?