Rechercher : dans
Par :

Internal server error phpmyadmin

Dernière réponse le 26 oct 2007 à 11:09:22 xml009, le 24 oct 2007 à 12:41:37 
 Signaler ce message aux modérateurs

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

Configuration: Windows Vista
Internet Explorer 7.0

Meilleures réponses pour « Internal server error phpmyadmin » dans :
Club-Internet - Fournisseurs d'accès à Internet VoirServeur de courrier entrant Serveur POP : pop3.club-internet.fr Serveur IMAP : imap.club-internet.fr Serveurs de courrier sortant Serveur SMTP : mail.club-internet.fr Serveurs de noms de domaine DNS Primaire : 194.117.200.10 DNS...
Free - Fournisseurs d'accès à Internet VoirServeur de courrier entrant Serveur POP : pop.free.fr Serveur IMAP : imap.free.fr Serveur de courrier sortant Serveur SMTP : smtp.free.fr Serveurs de noms de domaine Free DNS Primaire : 212.27.32.5 DNS Secondaire : 212.27.32.6 Free...

1

lami20j, le 24 oct 2007 à 12:56:24

Salut,

essaie la connexion et ensuite affiche le résultat de

tail /var/log/apache2/access.log
--

lami20j

Répondre à lami20j

2

xml009, le 24 oct 2007 à 13:00:48

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

Répondre à xml009

3

lami20j, le 24 oct 2007 à 13:10:04

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

Répondre à lami20j

4

xml009, le 24 oct 2007 à 13:16:42

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

Répondre à xml009

5

xml009, le 24 oct 2007 à 14:14:14

Up svp

Répondre à xml009

6

lami20j, le 24 oct 2007 à 14:21:58

/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

Répondre à lami20j

7

xml009, le 24 oct 2007 à 15:59:00

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

Répondre à xml009

8

lami20j, le 24 oct 2007 à 16:13:11

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

Répondre à lami20j

9

xml009, le 24 oct 2007 à 16:26:46

[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

Répondre à xml009

10

Rules-, le 26 oct 2007 à 09:53:48
  • +1

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.

Répondre à Rules-

11

 lami20j, le 26 oct 2007 à 11:09:22

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.

lami20j

Répondre à lami20j