Httpd on Mac: Difference between revisions
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
├── etc | ├── etc | ||
│ └── httpd | │ └── httpd | ||
│ | │ ├── httpd.conf <font color=teal># Main configuration file</font> | ||
│ └── extra | |||
│ └── httpd-ssl.conf | |||
├── opt | ├── opt | ||
│ └── httpd | │ └── httpd |
Revision as of 02:27, 29 December 2023
Internal
Installation
Start
Start at Boot
sudo brew services start httpd
Directory Layout
/opt └── brew ├── Cellar │ └── httpd │ └── 2.4.58 │ └── bin │ └── httpd ├── etc │ └── httpd │ ├── httpd.conf # Main configuration file │ └── extra │ └── httpd-ssl.conf ├── opt │ └── httpd │ └── bin │ └── httpd └── var ├── www # Document root │ └── index.html │ └── homebrew └── linked └── httpd