Suivez les fils RSS
 

Des livres incontournables pour tout maîtriser

  • CSS avancées - vers HTML5 et CSS3
  • HTML5
  • CSS2
  • PHP5 avanc�
  • Memento MySQL
  • Memento CSS 3
  • Memento XHTML
  • WordPress 3 100% pratique
  • jQuery et jQuery UI
Auteur
Pages :
tintin_btz
#
Citer
28 Posts
(reprise du message précédent)

Question bete où puis je trouver le fichier log d'apache?
Merci 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)

^
PanPan50
#
Citer
63 Posts
Euh, alors moi j'utilise MAMP, et je trouve les logs ds Applications/MAMP/logs tout simplement..

http://www.guillaumeavoine.com/ 
^
tintin_btz
#
Citer
28 Posts
moi dans applications/mampp/logs j'ai apache_error.log
je le colle ci dessous

a écrit :
[Sun Jan 29 22:01:19 2012] notice Digest: generating secret for digest authentication ...
[Sun Jan 29 22:01:19 2012] notice Digest: done
[Sun Jan 29 22:01:19 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 22:08:07 2012] notice caught SIGTERM, shutting down
[Sun Jan 29 22:08:08 2012] notice Digest: generating secret for digest authentication ...
[Sun Jan 29 22:08:08 2012] notice Digest: done
[Sun Jan 29 22:08:08 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 22:08:19 2012] notice caught SIGTERM, shutting down
[Sun Jan 29 22:08:36 2012] notice Digest: generating secret for digest authentication ...
[Sun Jan 29 22:08:36 2012] notice Digest: done
[Sun Jan 29 22:08:36 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 22:09:02 2012] notice caught SIGTERM, shutting down
[Sun Jan 29 22:09:04 2012] notice Digest: generating secret for digest authentication ...
[Sun Jan 29 22:09:04 2012] notice Digest: done
[Sun Jan 29 22:09:04 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 22:38:13 2012] notice caught SIGTERM, shutting down
[Sun Jan 29 22:38:16 2012] notice Digest: generating secret for digest authentication ...
[Sun Jan 29 22:38:16 2012] notice Digest: done
[Sun Jan 29 22:38:16 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 22:38:26 2012] notice caught SIGTERM, shutting down
[Sun Jan 29 22:55:19 2012] notice Digest: generating secret for digest authentication ...
[Sun Jan 29 22:55:19 2012] notice Digest: done
[Sun Jan 29 22:55:19 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 22:55:34 2012] notice caught SIGTERM, shutting down
[Sun Jan 29 22:55:57 2012] notice Digest: generating secret for digest authentication ...
[Sun Jan 29 22:55:57 2012] notice Digest: done
[Sun Jan 29 22:55:57 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:36:50 2012] notice caught SIGTERM, shutting down
[Sun Jan 29 23:36:51 2012] notice Digest: generating secret for digest authentication ...
[Sun Jan 29 23:36:51 2012] 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


^
tintin_btz
#
Citer
28 Posts
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 biggrin

^
Pages :