[PHP] Pb config ie ou php.ini???

Pb config ie ou php.ini??? [PHP] - Programmation

Marsh Posté le 14-04-2001 à 12:18:31    

J'ai installé apache, ça marche et aussi php mais ça ne marche pas, il trouve une page mais elle ne s'affiche jamais (délai expiré..)
Je ne sais pas si cela vient de la config de php ou de ie.
Comment configurer Internet Explorer?
 
Ou alors c'est httpd.conf de apache qui n'est pas bien configurer pour php?

Reply

Marsh Posté le 14-04-2001 à 12:18:31   

Reply

Marsh Posté le 14-04-2001 à 14:26:41    

moi j'ai mis ca dans  
 
php.ini :
*********
 
 
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
include_path =          
doc_root =
user_dir =    
extension_dir = e:\server\php\dlls    
 
 
 
et dans httpd.conf :
********************
 
#ServerName new.host.name
ServerName 127.0.0.1
 
et vers la fin du fichier :
***************************
 
    # And for PHP 4.x, use:
    #
    #AddType application/x-httpd-php .php
    #AddType application/x-httpd-php-source .phps
LoadModule php4_module e:/server/php/sapi/php4apache.dll
ScriptAlias /php/ "e:/server/php"  
AddType application/x-httpd-php .php
AddType application/x-httpd-php .html
AddType application/x-httpd-php .htm
Action application/x-httpd-php "/php/php.exe"  
 
 
Mais je crois qu'on peut aussi mettre :
 
AddType application/x-httpd-php .php .html .htm
 
 
Voilà, j'ai rien changé d'autre et ca marche chez moi (win98 + apache 1.3.14 + php 4)
 
j'espère que ca pourra t'aider...

Reply

Marsh Posté le 14-04-2001 à 16:18:28    

fais voir tes logs d'apache shinji. le access_log et le error_log pliz


---------------
Do androïds dream of electric sheep ?
Reply

Marsh Posté le 15-04-2001 à 16:14:25    

Voici ce que j'ai dans access.log
 
127.0.0.1 - - [15/Apr/2000:15:37:15 +0200] "GET / HTTP/1.1" 200 2316
127.0.0.1 - - [15/Apr/2000:15:37:15 +0200] "GET /icons/blank.gif HTTP/1.1" 304 -
127.0.0.1 - - [15/Apr/2000:15:37:15 +0200] "GET /icons/folder.gif HTTP/1.1" 304 -
127.0.0.1 - - [15/Apr/2000:15:37:15 +0200] "GET /icons/image2.gif HTTP/1.1" 200 309
127.0.0.1 - - [15/Apr/2000:15:37:15 +0200] "GET /icons/text.gif HTTP/1.1" 304 -
 
et rien dans "error.log"
qd je tape http://localhost j'ai une page ou il y a des répertoires et des fichiers. Est-ce que c'est normal?
 
Merci de votre aide!

Reply

Marsh Posté le 15-04-2001 à 17:41:16    

des traces de log quand tu demandes une page php  pliz !


---------------
Do androïds dream of electric sheep ?
Reply

Sujets relatifs:

Leave a Replay

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