저는 Linux Mint Maya를 실행하고 있습니다. http://localhost/
브라우저에 접속하면 "연결할 수 없습니다"라는 메시지가 나타납니다. Apache를 제거하고 다시 설치해 보았지만 작동하지 않았습니다. sudo service apache2 status
터미널에 들어가면 이렇게 나와요/etc/init.d/apache2: 51: .: Can't open /etc/apache2/envvars
내용은 다음과 같습니다/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
업데이트 관리자를 실행할 때 오류가 발생했지만 문제가 되지 않는다고 생각하여 무시해 왔습니다. 오류는 다음과 같습니다.
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.
내가 도대체 뭘 잘못하고있는 겁니까?
답변1
아마도 이전 구성 파일과 충돌하는 것 같습니다. 노력하다 :
sudo apt-get purge apache2
sudo apt-get install apache2
답변2
아파치가 작동하고 있습니다. 방법은 확실하지 않지만 업데이트 배포판 실행과 관련이 있다고 생각합니다. 그 후에는 이전에 권장했던 것과 동일한 명령을 실행할 수 있었고 이번에는 제대로 작동했습니다.