그래서 다음 명령으로 apache2 서버를 시작하려고했습니다 ...
sudo service apache2 start
그러나이 오류 메시지가 나타납니다 ...
Job for apache2.service failed. See "systemctl status apache2.service" and "journalctl -xe" for details.
그래서 나는 systemctl을 보려고 할 때 이것을 얻습니다 ...
● apache2.service - LSB: Apache2 web server
Loaded: loaded (/etc/init.d/apache2)
Active: failed (Result: exit-code) since Mon 2015-07-06 10:34:49 IST; 4min 23s ago
Docs: man:systemd-sysv-generator(8)
Process: 8899 ExecStart=/etc/init.d/apache2 start (code=exited, status=2)
Jul 06 10:34:49 archisman-HP-ProBook-440-G2 systemd[1]: Starting LSB: Apache2 web server...
Jul 06 10:34:49 archisman-HP-ProBook-440-G2 apache2[8899]: /etc/init.d/apache2: 64: .: Can't open /etc/apache2/envvars
Jul 06 10:34:49 archisman-HP-ProBook-440-G2 apache2[8899]: /etc/init.d/apache2: 76: .: Can't open /etc/apache2/envvars
Jul 06 10:34:49 archisman-HP-ProBook-440-G2 apache2[8899]: ERROR: APACHE_PID_FILE needs to be defined in /etc/apache2/envvars
Jul 06 10:34:49 archisman-HP-ProBook-440-G2 systemd[1]: apache2.service: control process exited, code=exited status=2
Jul 06 10:34:49 archisman-HP-ProBook-440-G2 systemd[1]: Failed to start LSB: Apache2 web server.
Jul 06 10:34:49 archisman-HP-ProBook-440-G2 systemd[1]: Unit apache2.service entered failed state.
Jul 06 10:34:49 archisman-HP-ProBook-440-G2 systemd[1]: apache2.service failed.
내 브라우저의 http : // localhost / 도 오류가 발생하여 아파치가 실행되고 있지 않음을 나타냅니다.
내가 이렇게하면 ...
sudo restart apache2
이 오류가 발생합니다 ...
restart: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
누군가 도와주세요.
생생한
—
Ron
apache2.conf와 같은 구성 파일에 오류가있는 경우에도 발생할 수 있습니다.
—
Sudip Bhandari