|
|
|
|
Posté par
xml009, le mercredi 24 octobre 2007 à 12:41:37Configuration: Windows Vista Internet Explorer 7.0
Salut,
essaie la connexion et ensuite affiche le résultat de tail /var/log/apache2/access.log-- lami20j |
Il me dit:
root@ns27452:/# tail /var/log/apache2/access.log 172.152.173.70 - - [24/Oct/2007:02:35:47 +0200] "GET /icons/folder.gif HTTP/1.1" 304 - "http://91.121.85.134/xz/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" 172.152.173.70 - - [24/Oct/2007:02:35:48 +0200] "GET /xz/Image/ HTTP/1.1" 200 899 "http://91.121.85.134/xz/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" 172.152.173.70 - - [24/Oct/2007:02:35:48 +0200] "GET /icons/image2.gif HTTP/1.1" 200 309 "http://91.121.85.134/xz/Image/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" 172.152.173.70 - - [24/Oct/2007:02:35:49 +0200] "GET /xz/Image/xz!%5e%5e.bmp HTTP/1.1" 200 230454 "http://91.121.85.134/xz/Image/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" 172.152.173.70 - - [24/Oct/2007:02:40:48 +0200] "GET /xz/Image/ HTTP/1.1" 200 1091 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" 172.152.173.70 - - [24/Oct/2007:02:40:48 +0200] "GET /icons/blank.gif HTTP/1.1" 304 - "http://91.121.85.134/xz/Image/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" 172.152.173.70 - - [24/Oct/2007:02:40:48 +0200] "GET /icons/back.gif HTTP/1.1" 304 - "http://91.121.85.134/xz/Image/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" 172.152.173.70 - - [24/Oct/2007:02:40:48 +0200] "GET /icons/image2.gif HTTP/1.1" 304 - "http://91.121.85.134/xz/Image/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" 172.152.173.70 - - [24/Oct/2007:02:40:50 +0200] "GET /xz/Image/Shot00022.JPG HTTP/1.1" 200 152764 "http://91.121.85.134/xz/Image/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" 77.202.217.120 - - [24/Oct/2007:03:45:55 +0200] "GET / HTTP/1.1" 200 358 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)" 77.202.217.120 - - [24/Oct/2007:03:45:55 +0200] "GET / HTTP/1.1" 200 358 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506) merci |
oups, je t'ai donné la mauvais commande, désolé :-)
c'est error.log qu'il faut regarder tail /var/log/apache2/error.log-- lami20j |
Pas de soucie,
voila l'execution de tail /var/log/apache2/error.log me donne: [Wed Oct 24 13:14:55 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here merci |
up svp |
/var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here
Ben, il suffit de comprendre le message d'erreur Option FollowSymLinks not allowed here - La dirctevie Option FollowSymLinks not allowed here n'est pas permis ici Affiche cat /var/www/phpmyadmin/.htaccess-- lami20j |
voila:
root@ns27452:~# cat /var/www/phpmyadmin/.htaccess DirectoryIndex index.php Options +FollowSymLinks -Indexes <IfModule mod_mime.c> <IfModule mod_php4.c> AddType application/x-httpd-php .php php_flag magic_quotes_gpc Off php_flag track_vars On php_flag register_globals Off php_value include_path . </IfModule> <IfModule mod_php5.c> AddType application/x-httpd-php .php php_flag magic_quotes_gpc Off php_flag track_vars On php_flag register_globals Off php_value include_path . </IfModule> <IfModule !mod_php4.c> <IfModule !mod_php5.c> <IfModule !mod_fastcgi.c> <IfModule !mod_fcgid.c> <IfModule mod_actions.c> <IfModule mod_cgi.c> AddType application/x-httpd-php .php Action application/x-httpd-php /cgi-bin/php </IfModule> <IfModule mod_cgid.c> AddType application/x-httpd-php .php Action application/x-httpd-php /cgi-bin/php </IfModule> </IfModule> </IfModule> </IfModule> </IfModule> </IfModule> </IfModule> # Deny config.inc.php file <Files config.inc.php> Order deny,allow Deny from all </Files> # Authorize for setup <Files setup.php> # For Apache 1.3 and 2.0 <IfModule mod_auth.c> AuthType Basic AuthName "phpMyAdmin Setup" AuthUserFile /etc/phpmyadmin/htpasswd.setup </IfModule> # For Apache 2.2 <IfModule mod_authn_file.c> AuthType Basic AuthName "phpMyAdmin Setup" AuthUserFile /etc/phpmyadmin/htpasswd.setup </IfModule> Require valid-user </Files> merci |
Ben, ton fichier semble correct.
Affiche cat /var/log/apache2/error.log pour voir s'il n'y a pas d'autre erreurs et le code d'erreur d'apache c'est quoi? ça peut être aussi à cause de mysql (voir /var/log/syslog) lami20j |
[Wed Oct 24 01:51:37 2007] [error] [client 86.205.225.180] File does not exist: /var/www/max/Video/comique
[Wed Oct 24 01:51:38 2007] [error] [client 172.152.173.70] File does not exist: /var/www/max/video [Wed Oct 24 01:51:49 2007] [error] [client 172.152.173.70] File does not exist: /var/www/max/video [Wed Oct 24 02:30:34 2007] [error] [client 172.152.173.70] File does not exist: /var/www/xz/.gaming.cx [Wed Oct 24 02:42:54 2007] [notice] caught SIGTERM, shutting down [Wed Oct 24 02:43:04 2007] [notice] Apache/2.2.3 (Ubuntu) PHP/5.2.1 configured -- resuming normal operations [Wed Oct 24 03:01:14 2007] [notice] caught SIGTERM, shutting down (2)No such file or directory: apache2: could not open error log file /etc/apache2/logs/www.dedieniiko.net-error_log. Unable to open logs (2)No such file or directory: apache2: could not open error log file /etc/apache2/logs/www.dedieniiko.net-error_log. Unable to open logs (2)No such file or directory: apache2: could not open error log file /etc/apache2/logs/www.dedieniiko.net-error_log. Unable to open logs [Wed Oct 24 03:45:41 2007] [notice] Apache/2.2.3 (Ubuntu) PHP/5.2.1 configured -- resuming normal operations [Wed Oct 24 03:53:58 2007] [notice] caught SIGTERM, shutting down [Wed Oct 24 03:55:18 2007] [notice] Apache/2.2.3 (Ubuntu) PHP/5.2.1 configured -- resuming normal operations [Wed Oct 24 03:58:33 2007] [error] [client 90.39.116.209] File does not exist: /var/www/favicon.ico [Wed Oct 24 04:01:47 2007] [error] [client 90.39.116.209] File does not exist: /var/www/favicon.ico [Wed Oct 24 12:11:40 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 12:11:49 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 12:13:15 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 12:13:18 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 12:14:34 2007] [alert] [client 90.39.116.209] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 12:16:38 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 12:17:40 2007] [notice] caught SIGTERM, shutting down [Wed Oct 24 12:18:54 2007] [notice] Apache/2.2.3 (Ubuntu) PHP/5.2.1 configured -- resuming normal operations [Wed Oct 24 12:21:42 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 12:24:23 2007] [error] [client 77.202.217.120] File does not exist: /var/www/phpmyadmin [Wed Oct 24 12:26:11 2007] [error] [client 77.202.217.120] File does not exist: /var/www/phpmyadmin [Wed Oct 24 12:26:13 2007] [error] [client 77.202.217.120] File does not exist: /var/www/phpmyadmin [Wed Oct 24 12:27:56 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 12:30:55 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 12:38:46 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 12:45:02 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 12:45:03 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 12:47:10 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 12:59:07 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 13:01:30 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 13:01:32 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 13:01:33 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 13:14:52 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 13:14:53 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 13:14:55 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 13:50:29 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 14:15:28 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 15:25:32 2007] [error] [client 81.169.186.141] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:) [Wed Oct 24 16:18:09 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here [Wed Oct 24 16:19:57 2007] [alert] [client 77.202.217.120] /var/www/phpmyadmin/.htaccess: Option FollowSymLinks not allowed here |
bonjour va dans ton .htaccess dans phpmyadmin ensuite edite le
une fois dedans commante la ligne suivant Options +FollowSymLinks -Indexes en mettant un #devant enregistre le tout et op l'affaire est reglee :) bonne journee.
|
| 08/11 02h22 | Serveurs POP ET SMTP des principaux FAI | Fournisseurs d'accès |
| 15/04 21h36 | [Sécurité] Mandriva - Paramétrage Shorewall | Sécurité |
| 16/08 21h40 | Choisir une distribution Linux | Distributions |
| 18/10 15h28 | [Internet] Accéder à ses fichiers depuis n'importe où | Internet |
| 11/11 22h41 | [Linux] Synchroniser l'heure de l'horloge système | Linux |
| 25/05 15h47 | [Python] Internal Server Error | 4 |
| 15/02 19h04 | Internal Server Error aide svp | 5 |
| 10/02 22h34 | Internal Server Error | 3 |
| 03/02 14h13 | Internal Server Error | 9 |
![]() | WAMP Server - WAMP5 (WAMP signifiant Windows Apache Mysql PHP) est une plateforme de développement Web sous Windows. Il vous permet de... | Catégorie: Serveurs Licence: Freeware/gratuit |
![]() | Internet Explorer - Internet Explorer 7 est la dernière version du navigateur phare de Microsoft, intégrant les derniers correctifs en matière... | Catégorie: Navigateurs Licence: Freeware/gratuit |
![]() | Filezilla Server - FileZilla Server est un serveur FTP pour Windows développé en open source. Il comporte de nombreuses fonctionnalités telles... | Catégorie: FTP Licence: Open Source |
![]() | Google Toolbar pour Internet Explorer - La barre d'outils Google permet : d'afficher le pagerank des pages visitées d'ajouter à vos favoris les pages que vous... | Catégorie: Référencement Licence: Freeware/gratuit |
![]() | Pioneer DVR-112 - DVD±RW | Catégorie: Graveur CD/DVD | 32.90 € La Boutique Du Net |
![]() | HP 383974-B21 DVD±RW (+R | Catégorie: Graveur CD/DVD | 137.54 € Compufirst |
![]() | Philips SPD7000BD CD-RW/DVD+/-RW (+/-R | Catégorie: Graveur CD/DVD | 525.04 € Misco FR |
![]() | Benq 1232C-RTL CD-RW / | Catégorie: Graveur CD/DVD | 13.90 € Toutpourlamicro.com |