Bonjour,
Bien, bah... tout est dans le titre!
Un peu plus de détails:
Je travaille en ce moment sur la mise en place d'un serveur type ORACLE (xe 10g) - Apache (2.2.11) - Php 5.2.9.
j'ai commencé par installer oracle, sans trop de soucis,
puis apache apparemment sans soucis puisque quand je lance http://localhost/ j'ai une page, non pas type apache, mais avec écris "It works" (si je stop apache, je n'ai plus cette page...):
./configure --prefix=/usr/local/apache --enable-module=so
make
make install
enfin j'ai installé php
./configure --with-apxs2=/usr/sbin/apxs --with-oci8=$ORACLE_HOME --enable-sigchild
make
make install
Voila pour les installs
J'ai copié le fichier php.ini_recommended dans /usr/local/lib/php.ini
Puis j'ai édité le fichier httpd.conf de cette manière:
AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php-source .phps
J'ai ensuite créé une petite page php de base
<?php phpinfo(); ?>
Je fais un service httpd restart (en root évidemment) et la "service httpd: service non reconnu"
Soucis qui en découle : http://localhost/info.php retourne "NOT FOUND the requested URL /info.php was not found on this server"
Quelqu'un pourrait m'aider?
D'avance merci
Configuration: fedora 9
Firefox 3.0.10