Httpd on Mac: Difference between revisions
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
│ └── httpd | │ └── httpd | ||
│ └── httpd.conf | │ └── httpd.conf | ||
├── opt | ├── opt | ||
│ └── httpd | │ └── httpd | ||
Line 24: | Line 22: | ||
│ └── httpd | │ └── httpd | ||
└── var | └── var | ||
├── www | |||
│ └── index.html | |||
│ | |||
└── homebrew | └── homebrew | ||
└── linked | └── linked | ||
└── httpd | └── httpd |
Revision as of 03:15, 25 December 2023
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