mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-10 04:45:24 +02:00
16 lines
471 B
Markdown
16 lines
471 B
Markdown
# 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`
|