Estou executando o Linux Mint Maya. Quando entro http://localhost/
no meu navegador, recebo uma mensagem "não é possível conectar". Já tentei desinstalar e reinstalar o apache mas não funcionou. Quando entro sudo service apache2 status
no terminal, recebo/etc/init.d/apache2: 51: .: Can't open /etc/apache2/envvars
Aqui está o conteúdo de/etc/apt/sources.list
deb http://packages.linuxmint.com/ maya main upstream import
deb http://archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ precise partner
# deb http://archive.getdeb.net/ubuntu precise-getdeb apps
# deb http://archive.getdeb.net/ubuntu precise-getdeb games
Quando executo o Update Manager, recebo um erro, mas não achei que isso importasse, então o ignorei. Aqui está o erro:
There is no public key available for the following key IDs:
1397BC53640DB551Failed to fetch http://ppa.launchpad.net/heyarje/libav- 11/ubuntu/dists/precise/main/source/Sources 404 Not Found
Failed to fetch http://ppa.launchpad.net/heyarje/libav-11/ubuntu/dists/precise/main/binary-i386/Packages 404 Not Found
Some index files failed to download. They have been ignored, or old ones used instead.
O que estou fazendo de errado?
Responder1
Provavelmente é um conflito com arquivos de configuração antigos. Tentar :
sudo apt-get purge apache2
sudo apt-get install apache2
Responder2
Eu tenho o Apache funcionando. Não tenho muita certeza de como, mas acho que teve algo a ver com a execução da distribuição de atualização. Depois disso consegui executar os mesmos comandos recomendados antes e, desta vez, funcionaram.