Internal server error phpmyadmin

xml009 Messages postés 7 Date d'inscription   Statut Membre Dernière intervention   -  
lami20j Messages postés 21331 Date d'inscription   Statut Modérateur, Contributeur sécurité Dernière intervention   -
Bonjour,
Actuellement titulaire d'un serveur dedié sur OVH avec comme systeme d'exploitation Ubuntu Desktop 7.04,
en voulant accéder a l'adresse suivant: http://91.121.85.134/phpmyadmin
Vous pouvez constater son erreur :/
Et ceci est arrivé du jour au lendemain, hier sa marcher trés bien, aujourd'hui j'en passe....

Merci pour votre aide
A voir également:

10 réponses

Rules-
 
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.
1
lami20j Messages postés 21331 Date d'inscription   Statut Modérateur, Contributeur sécurité Dernière intervention   3 570
 
Salut,

en mettant un #devant enregistre le tout et op l'affaire est reglee :)

Oui et non.
Dans mon fichier .htaccess de phpmyadmin j'ai la même directive et je n'ai pas ce problème.
Donc même si l'affaire sera peut être reglée je pense que ce n'est pas la vraie solution.
0
lami20j Messages postés 21331 Date d'inscription   Statut Modérateur, Contributeur sécurité Dernière intervention   3 570
 
Salut,

essaie la connexion et ensuite affiche le résultat de
tail /var/log/apache2/access.log
--

lami20j
0
xml009 Messages postés 7 Date d'inscription   Statut Membre Dernière intervention  
 
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
0
lami20j Messages postés 21331 Date d'inscription   Statut Modérateur, Contributeur sécurité Dernière intervention   3 570
 
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
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
xml009 Messages postés 7 Date d'inscription   Statut Membre Dernière intervention  
 
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
0
xml009 Messages postés 7 Date d'inscription   Statut Membre Dernière intervention  
 
up svp
0
lami20j Messages postés 21331 Date d'inscription   Statut Modérateur, Contributeur sécurité Dernière intervention   3 570
 
/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
0
xml009 Messages postés 7 Date d'inscription   Statut Membre Dernière intervention  
 
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
0
lami20j Messages postés 21331 Date d'inscription   Statut Modérateur, Contributeur sécurité Dernière intervention   3 570
 
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)
0
xml009 Messages postés 7 Date d'inscription   Statut Membre Dernière intervention  
 
[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
0