Httpd on Mac: Difference between revisions
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
│ └── httpd | │ └── httpd | ||
└── var | └── var | ||
├── www | ├── www <font color=teal># Document root</font> | ||
│ └── index.html | │ └── index.html | ||
│ | │ |
Revision as of 02:26, 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 ├── opt │ └── httpd │ └── bin │ └── httpd └── var ├── www # Document root │ └── index.html │ └── homebrew └── linked └── httpd