Httpd on Mac: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
/opt | /opt | ||
└── brew | └── brew | ||
├── Cellar | |||
│ | |||
└── opt | |||
└── httpd | └── httpd | ||
└── bin | └── bin |
Revision as of 03:08, 25 December 2023
Internal
Installation
Start at Boot
sudo brew services start httpd
Directory Layout
/opt └── brew ├── Cellar │ └── opt └── httpd └── bin