Eu tentei fazer isso tb. Na verdade tava tendo este problema. Tinha instalado o LAMP com (APACHE2 + MYSQL5 + PHP5) Logo depois instalei o PHPMYADMIN e tive este erro.
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [no address given] 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. ------------------------------ Apache/2.2.3 (Debian) PHP/5+etch1 Server at 10.1.0.1 Port 80 PAra tentar resolver mandei remover os pacotes do php5 e instalar o php4. Ai que começou a dar estes problemas. Agora nao consigo mais coltar com o 5 ou arrumar o 4. Att Gustavo Em 18/04/07, Filipe Gomes <[EMAIL PROTECTED]> escreveu:
Esses tempos tive um problema parecido, como não tinha a necessidade do php5 desinstalei ele e instalei só o php4... On 4/18/07, Silvino Silva <[EMAIL PROTECTED]> wrote: > > > Faça links simbólicos no mods-enable apontando para os arquivos > > referentes ao php que estão em mods-available, reinicie o apache e veja o > > que aconteceu! > > > > cd /etc/apache2/mods-enable > > ln -s ../mods-available/php5.load > > ln -s ../mods-available/php5.conf > > /etc/init.d/apache2 reload > > > > > > > Podes usar os seguintes comandos > > a2enmod Para activar modulo > a2dissite Para desactivar modulo > > no fundo o que estes dois comandos fazem é criar os links, mas se não > der um nome, ele lista todos os módulos disponíveis. > > Boa sorte >

