반응형
# /etc/init.d/apache2 restart
아파치 구동시 No such file or directory: apache2: could not open error log file /var/log/apache2/error.log. 를 뿜어 내어서 가동이 안되어서 해당 log가 있는 경로로 찾아 가보면 apache2 디렉토리가 없는 것을 보실 수 있습니다. 이 때에 해결 방법은 무척 간단합니다.
# mkdir /var/log/apache2
반응형