포시코딩

mac apachectl 강제 종료 본문

카테고리 없음

mac apachectl 강제 종료

포시 2023. 8. 22. 15:30
728x90
sudo apachectl stop

apachectl을 실행해놓고 서버 폴더를 지워버려서 이상하게 꼬였다. 

위 명령어를 실행해도 처음엔 해당 폴더가 경로에 없다고 나와서 억지로나마 깡통 폴더를 만들어줬는데

 

AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using seonghuns-MacBook-Pro.local. Set the 'ServerName' directive globally to suppress this message

httpd (no pid file) not running

 

계속 이런 메시지만 뜨고 정작 종료되지는 않음

PID 찾아서 강제로 kill해봐도 자꾸 PID가 바뀌며 되살아났다. 

 

내내 찾다 결국 

sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist 2>/dev/null

위 명령어를 통해 해결

 

출처: https://stackoverflow.com/questions/49909787/stop-apache-server-on-mac-high-sierra

728x90