Helmut Bonjour à tous, j'ai installer et configuré Apache sur F17, ça marche, pas de soucis! Après j'ai installé php... mais il semble que navigateur (firefox) ne réussissent pas à le lire 🙁 Pourtant: [root@xxxx html]# php --version PHP 5.4.8 (cli) (built: Oct 18 2012 13:02:07) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies Mais dans firefox il m'affiche de code quand je rentre un fichier info.php: <?php phpinfo(); ?> Au lieu de m'afficher les infos... J'ai suivi les tutoriels de ce site pour installer... Si quelqu'un peu m'aider c'est super cool! Merci A+
Helmut ça me donne: [root@Helmut xxxx]# rpm -qa php* php-php-gettext-1.0.11-5.fc17.noarch php-odbc-5.4.8-1.fc17.x86_64 php-common-5.4.8-1.fc17.x86_64 php-pear-1.9.4-7.fc17.1.noarch php-pecl-memcached-2.0.1-3.fc17.x86_64 php-imap-5.4.8-1.fc17.x86_64 php-ldap-5.4.8-1.fc17.x86_64 php-pecl-memcache-3.0.7-3.fc17.x86_64 php-xml-5.4.8-1.fc17.x86_64 php-pecl-apc-3.1.13-1.fc17.x86_64 php-pgsql-5.4.8-1.fc17.x86_64 php-mysql-5.4.8-1.fc17.x86_64 php-soap-5.4.8-1.fc17.x86_64 phpMyAdmin-3.5.3-1.fc17.noarch php-fpm-5.4.8-1.fc17.x86_64 php-snmp-5.4.8-1.fc17.x86_64 php-mbstring-5.4.8-1.fc17.x86_64 php-pecl-igbinary-1.1.2-0.2.git3b8ab7e.fc17.x86_64 php-mcrypt-5.4.8-1.fc17.x86_64 php-gd-5.4.8-1.fc17.x86_64 php-pecl-mongo-1.2.12-1.fc17.x86_64 php-tidy-5.4.8-1.fc17.x86_64 php-cli-5.4.8-1.fc17.x86_64 php-xmlrpc-5.4.8-1.fc17.x86_64 php-shout-0.9.2-10.fc17.x86_64 php-5.4.8-1.fc17.x86_64 php-pdo-5.4.8-1.fc17.x86_64 php-mssql-5.4.8-1.fc17.x86_64 php-magickwand-1.0.9-3.fc17.x86_64 [root@Helmut xxxx]# rpm -Va php* .......T. /usr/share/pear/.depdb .......T. /usr/share/pear/.depdblock S.5....T. /usr/share/pear/.filemap .......T. /usr/share/pear/.lock S.5....T. c /etc/httpd/conf.d/php.conf
Helmut Et Apache se lance automatiquement au démarage, j'ai bien sa page d'accueil quand je tape "localhost". J'ai redémarrer plusieurs fois, mais rien y fait... 🙁
remi S.5....T. c /etc/httpd/conf.d/php.conf Pourquoi il a été modifié celui là ? Il y a quoi dedans ?
Helmut J'ai rien rajouté dedans, ni rien enlevé...: # # PHP is an HTML-embedded scripting language which attempts to make it # easy for developers to write dynamically generated webpages. # <IfModule prefork.c> LoadModule php5_module modules/libphp5.so </IfModule> <IfModule !prefork.c> LoadModule php5_module modules/libphp5-zts.so </IfModule> # # Cause the PHP interpreter to handle files with a .php extension. # #AddHandler php5-script .php #AddType text/html .php # # Add index.php to the list of files that will be served as directory # indexes. # DirectoryIndex index.php # # Uncomment the following line to allow PHP to pretty-print .phps # files as PHP source code: # #AddType application/x-httpd-php-source .phps
remi Le fichier a été modifié. La preuve : cf la sortie du rpm --verify et #AddHandler php5-script .php Cette ligne ne devrait pas être commentée.
Helmut Bah c'était juste ça en fait... ça marche 🙂 Merci beaucoup! Mais comment as tu fait pour connaitre tout ça?