내가 입력하면 :
sudo apt-get install apache2
나는 얻다:
Setting up apache2-bin (2.4.7-1ubuntu4.8) ...
Setting up apache2-data (2.4.7-1ubuntu4.8) ...
Setting up apache2 (2.4.7-1ubuntu4.8) ...
ERROR: Config file dir.conf not properly enabled: /etc/apache2/mods-enabled/dir.conf is a real file, not touching it
dpkg: error processing package apache2 (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
Errors were encountered while processing:
apache2
E: Sub-process /usr/bin/dpkg returned an error code (1)
입력 : sudo apt-get install -f
출력 : 패키지 목록 읽기 ... 완료 건물 종속성 트리
읽기 상태 정보 ... 완료 0 업그레이드, 0 새로 설치, 0 제거 및 0 업그레이드되지 않음. 1 완전히 설치 또는 제거되지 않았습니다. 이 작업 후에는 0B의 추가 디스크 공간이 사용됩니다. apache2 설정 (2.4.7-1ubuntu4.8) ... 오류 : 구성 파일 dir.conf가 올바르게 활성화되지 않았습니다 : /etc/apache2/mods-enabled/dir.conf는 실제 파일이며 dpkg를 건드리지 않습니다 : 오류 처리 패키지 apache2 (-configure) : 서브 프로세스 설치 후 설치 스크립트가 오류 종료 상태 1을 리턴했습니다. 처리하는 동안 오류가 발생했습니다 : apache2 E : 서브 프로세스 / usr / bin / dpkg가 오류 코드를 리턴했습니다 (1)
입력 : sudo a2dismod dir; 출력 : 오래된 구성 파일 dir.conf를 비활성화합니다. 오류 : /etc/apache2/mods-enabled/dir.conf는 삭제되지 않은 기호 링크가 아닙니다.
—
user3682961
-rw-r--r-- 1 개의 루트 루트 157 2014 ানু 3 2014 /etc/apache2/mods-available/dir.conf -rw-r--r-- 1 개의 루트 루트 58 ache ানু 3 2014 / etc / apache2 / mods -available / dir.load
—
user3682961
출력 : -rw-r--r-- 1 루트 루트 117 নভে 27 10:16 /etc/apache2/mods-enabled/dir.conf -rw-r--r-- 1 루트 루트 117 নভে 27 10:16 /etc/apache2/mods-enabled/dir.conf~ -rw ------- 1 루트 루트 1 নভে 27 10:10 /etc/apache2/mods-enabled/dir.conf.save -rw-r- -r-- 1 루트 루트 117 নভে 27 10:28 /etc/apache2/mods-enabled/dir.conf.save.1
—
user3682961
rm : '/etc/apache2/mods-enabled/dir.*'를 제거 할 수 없음 : 해당 파일 또는 디렉토리가 없습니다
—
user3682961
sudo a2dismod dir; sudo apt-get install -f
질문에 출력을 추가하십시오.