1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 21:55:24 +02:00
tldr/pages.th/osx/apachectl.md

17 lines
471 B
Markdown
Raw Normal View History

# apachectl
> อินเทอร์เฟซควบคุมสำหรับ Apache HTTP Server เพื่อ macOS.
> ข้อมูลเพิ่มเติม: <https://keith.github.io/xcode-man-pages/apachectl.8.html>
- เริ่ม `org.apache.httpd` launchd job:
`apachectl start`
- หยุด launchd job:
`apachectl stop`
- รีสตาร์ท (หยุด, แล้วเริ่ม) launchd job ใหม่:
`apachectl restart`