Problema Phpmyadmin

1. Problema Phpmyadmin

João Vitor
joaovitorlinux

(usa Ubuntu)

Enviado em 15/01/2009 - 14:37h

Galera, nao consigo acessar o phpmyadmin pelo navegador mais, olhe o erro q esta dando:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Alguem pode me ajudar?


  


2. Re: Problema Phpmyadmin

Isaque Vieira de Sousa Alves
isaque_alves

(usa Fedora)

Enviado em 15/01/2009 - 15:05h

qual o sistema operacional?
Qual a configuração do servidor apache?

Me parece problema com permissões de acesso. Verifique isso!


3. log

Edson
heroes

(usa CentOS)

Enviado em 15/01/2009 - 22:17h

...uma olhadinha no log do apache pode dar uma luz...


4. Re: Problema Phpmyadmin

João Vitor
joaovitorlinux

(usa Ubuntu)

Enviado em 16/01/2009 - 08:08h

O erro q aparece no error.log é esse:

/var/www/phpmyadmin/.htaccess: DirectoryIndex not allowed here

Significa q esta faltando um arquivo .htaccess ?



5. Re: Problema Phpmyadmin

João Vitor
joaovitorlinux

(usa Ubuntu)

Enviado em 04/03/2009 - 16:11h

Utilizo o Debian 4.0

Alguem pode me ajudar ?


6. Re: Problema Phpmyadmin

Juliano Giacomeli
julianjedi

(usa Arch Linux)

Enviado em 04/03/2009 - 17:02h

edite o .htaccess no diretoryo do phpmyadmin e coloque esses dados

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 .

caso nao der certo da um toque que posto o meu htaccess =]


7. Re: Problema Phpmyadmin

João Vitor
joaovitorlinux

(usa Ubuntu)

Enviado em 04/03/2009 - 19:15h

Meu amigo, olhe como esta o meu .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>



8. Re: Problema Phpmyadmin

João Vitor
joaovitorlinux

(usa Ubuntu)

Enviado em 05/03/2009 - 09:22h

julianjedi, alterei meu .htaccess igual ao que vc postou mas continua a mesma coisa. :(






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts