2022-07-17 03:11:31 +01:00
|
|
|
# apachectl
|
|
|
|
|
|
|
|
> Interface de controle do Servidor HTTP Apache para macOS.
|
2024-01-31 10:20:27 +00:00
|
|
|
> Mais informações: <https://keith.github.io/xcode-man-pages/apachectl.8.html>.
|
2022-07-17 03:11:31 +01:00
|
|
|
|
2023-12-27 18:37:07 +00:00
|
|
|
- Inicia o job launchd `org.apache.httpd`:
|
2022-07-17 03:11:31 +01:00
|
|
|
|
|
|
|
`apachectl start`
|
|
|
|
|
2023-12-27 18:37:07 +00:00
|
|
|
- Para o job launchd:
|
2022-07-17 03:11:31 +01:00
|
|
|
|
|
|
|
`apachectl stop`
|
|
|
|
|
2023-12-27 18:37:07 +00:00
|
|
|
- Para, e então inicia o job launchd:
|
2022-07-17 03:11:31 +01:00
|
|
|
|
|
|
|
`apachectl restart`
|