Httpd on Mac
Jump to navigation
Jump to search
Internal
Installation
Start at Boot
sudo brew services start httpd
Directory Layout
/opt └── brew ├── Cellar │ ├── etc │ └── httpd │ └── httpd.conf ├── opt │ └── httpd │ └── bin │ └── httpd └── var ├── www │ └── index.html │ └── homebrew └── linked └── httpd