[Mandrake + php]

[Mandrake + php] - Installation - Linux et OS Alternatifs

Marsh Posté le 30-04-2004 à 13:09:26    

Je viens de faire une mise-à-jour de ma Mandrake de 9.2 vers 10.0.
Les paquets 2.0.48-6mdk de apache/php étant buggés, j'ai du repasser à la main aux versions 2.0.47-6.3.92mdk.
 
Apache2 se lance, affiche les pages correctement.
 
Problème: plus d'index par défaut. A savoir qu'avant toute requête
"http://site.com/dir/" était redirigée vers "http://site.com/dir/index.php", mais plus maintenant. En revanche "http://site.com/dir/index.php" saisi directement fonctionne.
 
C'est je suppose un problème avec mod_dir , mais lequel ?

Reply

Marsh Posté le 30-04-2004 à 13:09:26   

Reply

Marsh Posté le 30-04-2004 à 13:12:39    

ca serait plutôt un DirectoryIndex qui aurait sauté a mon avis :)


---------------
Intermittent du GNU
Reply

Marsh Posté le 30-04-2004 à 13:24:10    

Dans commonhttpd.conf j'ai ça

Code :
  1. <IfModule mod_dir.c>
  2.     DirectoryIndex index.php index.php3 index.shtml index.html index.html.var index.cgi index.p
  3. </IfModule>


et dans httpd2.conf j'ai

Code :
  1. LoadModule dir_module         modules/mod_dir.so


donc ça devrait marcher tout seul, non ?
 
Quand je fait

Code :
  1. #<IfModule mod_dir.c>
  2.     DirectoryIndex index.php index.php3 index.shtml index.html index.html.var index.cgi index.p
  3. #</IfModule>


et redémarre http2 ça ne change rien ...
 
Qu'ai-je oublié ?

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed