실수로 기본 웹 서버에 pihole을 설치한 후 제거했는데 이제 Apache가 시작되지 않습니다.

실수로 기본 웹 서버에 pihole을 설치한 후 제거했는데 이제 Apache가 시작되지 않습니다.

오늘은 아무 생각 없이 멍청한 짓을 했습니다. Ubuntu Server LTS 18.04를 실행하는 헤드리스 홈 서버가 있습니다.

나는 또한 아파치를 운영하고 있으며, 모든 문서를 보관하는 위키와 같이 홈 네트워크 내에서만 액세스할 수 있는 몇 가지 웹사이트를 운영하고 있습니다.

우분투 가상 머신에 로그인해서 파이홀 설치 스크립트를 실행한 줄 알았어요. 작업을 마쳤을 때 잘못된 서버에 있다는 것을 깨달았고 이를 홈 서버에 설치했습니다.

내 홈 서버의 IP가 192.168.1.7이라고 가정해 보겠습니다.

IP를 가리키면 파이홀 로고와 관리자 패널 링크가 보입니다.

로드하려고 하면 192.168.1.7/wiki(위키 페이지에 액세스하는 방법) 파이 홀 로고가 다시 표시되고 관리 패널에 대한 링크가 표시됩니다.

그런 다음 pihole을 제거하기로 결정했습니다.

이제 로드하려고 하면 다음이 192.168.1.7/wiki표시됩니다.

404 찾을 수 없음

apache2를 다시 시작하려고 시도했는데 /etc/init.d/apache2 restart다음 오류 메시지가 표시되었습니다.

[....] Restarting apache2 (via systemctl): apache2.serviceJob for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.
 failed!

apache sudo systemctl status apache2.service상태를 확인하려고 하면 다음과 같이 표시됩니다.

● apache2.service - The Apache HTTP Server
   Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
  Drop-In: /lib/systemd/system/apache2.service.d
           └─apache2-systemd.conf
   Active: failed (Result: exit-code) since Fri 2020-01-10 12:09:51 CET; 1min 50s ago
  Process: 1881 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)

Jan 10 12:09:51 server apachectl[1881]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
Jan 10 12:09:51 server apachectl[1881]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Jan 10 12:09:51 server apachectl[1881]: no listening sockets available, shutting down
Jan 10 12:09:51 server apachectl[1881]: AH00015: Unable to open logs
Jan 10 12:09:51 server apachectl[1881]: Action 'start' failed.
Jan 10 12:09:51 server apachectl[1881]: The Apache error log may have more information.
Jan 10 12:09:51 server systemd[1]: apache2.service: Control process exited, code=exited status=1
Jan 10 12:09:51 server systemd[1]: apache2.service: Failed with result 'exit-code'.
Jan 10 12:09:51 server systemd[1]: Failed to start The Apache HTTP Server.

/var/log/apache2/error.log현재 비어 있습니다.

웹 서버를 백업하고 실행하는 방법을 모릅니다.

관련 정보