8797 sujets

Développement web côté serveur, CMS

Pages :
(reprise du message précédent)

Question bete où puis je trouver le fichier log d'apache?
Merci Smiley sweatdrop

PS: je viens de passer sous mac et les index.php n'ont jamais marché
ton lien ne marche pas.

Merci
Modifié par tintin_btz (31 Jan 2012 - 14:31)
moi dans applications/mampp/logs j'ai apache_error.log
je le colle ci dessous

a écrit :
[Sun Jan 29 22:01:19 2012] Smiley notice Digest: generating secret for digest authentication ...
[Sun Jan 29 22:01:19 2012] Smiley notice Digest: done
[Sun Jan 29 22:01:19 2012] Smiley notice Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
[Sun Jan 29 22:08:07 2012] Smiley notice caught SIGTERM, shutting down
[Sun Jan 29 22:08:08 2012] Smiley notice Digest: generating secret for digest authentication ...
[Sun Jan 29 22:08:08 2012] Smiley notice Digest: done
[Sun Jan 29 22:08:08 2012] Smiley notice Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
[Sun Jan 29 22:08:19 2012] Smiley notice caught SIGTERM, shutting down
[Sun Jan 29 22:08:36 2012] Smiley notice Digest: generating secret for digest authentication ...
[Sun Jan 29 22:08:36 2012] Smiley notice Digest: done
[Sun Jan 29 22:08:36 2012] Smiley notice Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
[Sun Jan 29 22:09:02 2012] Smiley notice caught SIGTERM, shutting down
[Sun Jan 29 22:09:04 2012] Smiley notice Digest: generating secret for digest authentication ...
[Sun Jan 29 22:09:04 2012] Smiley notice Digest: done
[Sun Jan 29 22:09:04 2012] Smiley notice Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
[Sun Jan 29 22:38:13 2012] Smiley notice caught SIGTERM, shutting down
[Sun Jan 29 22:38:16 2012] Smiley notice Digest: generating secret for digest authentication ...
[Sun Jan 29 22:38:16 2012] Smiley notice Digest: done
[Sun Jan 29 22:38:16 2012] Smiley notice Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
[Sun Jan 29 22:38:26 2012] Smiley notice caught SIGTERM, shutting down
[Sun Jan 29 22:55:19 2012] Smiley notice Digest: generating secret for digest authentication ...
[Sun Jan 29 22:55:19 2012] Smiley notice Digest: done
[Sun Jan 29 22:55:19 2012] Smiley notice Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
[Sun Jan 29 22:55:34 2012] Smiley notice caught SIGTERM, shutting down
[Sun Jan 29 22:55:57 2012] Smiley notice Digest: generating secret for digest authentication ...
[Sun Jan 29 22:55:57 2012] Smiley notice Digest: done
[Sun Jan 29 22:55:57 2012] Smiley notice Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
[Sun Jan 29 23:36:50 2012] Smiley notice caught SIGTERM, shutting down
[Sun Jan 29 23:36:51 2012] Smiley notice Digest: generating secret for digest authentication ...
[Sun Jan 29 23:36:51 2012] Smiley notice Digest: done
[Sun Jan 29 23:36:51 2012] [notice] Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
[Sun Jan 29 23:37:51 2012] [error] [client 127.0.0.1] client denied by server configuration: /Applications/MAMP/htdocs/.DS_Store
[Mon Jan 30 02:24:59 2012] [notice] caught SIGTERM, shutting down
[Mon Jan 30 14:38:17 2012] [notice] Digest: generating secret for digest authentication ...
[Mon Jan 30 14:38:17 2012] [notice] Digest: done
[Mon Jan 30 14:38:17 2012] [notice] Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
[Mon Jan 30 20:32:42 2012] [notice] caught SIGTERM, shutting down
[Mon Jan 30 20:32:45 2012] [notice] Digest: generating secret for digest authentication ...
[Mon Jan 30 20:32:45 2012] [notice] Digest: done
[Mon Jan 30 20:32:45 2012] [notice] Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
[Mon Jan 30 21:03:35 2012] [notice] caught SIGTERM, shutting down
Après de nombreuses recherches sur google, site après site, forum après forum je suis tombé sur un sujet qui traitait du même problème. La solution est toute bête.
Il suffit de remplacer cette partie:

a écrit :
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>


Par:

a écrit :
<IfModule dir_module>
DirectoryIndex index.php index.php5 index.php3 index.html index.htm index.html.var
</IfModule>


Et maintenant cela marche.

encore merci pour vos aides en espérant que cela puisse aider d'autres internaute.

A tres vite Smiley biggrin
Pages :