mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-06 21:55:24 +02:00
17 lines
471 B
Markdown
17 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`
|