Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Sequelize
- cookie
- OCR
- game
- 공룡게임
- flask
- class
- 게임
- Dinosaur
- MySQL
- TypeScript
- MongoDB
- nodejs
- dfs
- jest
- Python
- Express
- Bull
- Nest.js
- mongoose
- react
- typeORM
- AWS
- JavaScript
- nestjs
- 정렬
- 자료구조
- GIT
- Queue
Archives
- Today
- Total
포시코딩
mac apachectl 강제 종료 본문
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