Repair / Install Apache onto OSX Monterey
Budget: €8 – €30 EUR
I installed Apache locally with this instruction:
https://getgrav.org/blog/macos-monterey-apache-multiple-php-versions
When running "brew services start httpd" I get this error message:
Bootstrap failed: 5: Input/output error
Try re-running the command as root for richer errors.
Error: Failure while executing; `/bin/launchctl bootstrap gui/501 /Users/dan.../Library/LaunchAgents/homebrew.mxcl.httpd.plist` exited with 5.
Running the command with sudo I get this error:
Warning: Taking root:admin ownership of some httpd paths:
/usr/local/Cellar/httpd/2.4.52/bin
/usr/local/Cellar/httpd/2.4.52/bin/httpd
/usr/local/opt/httpd
/usr/local/opt/httpd/bin
/usr/local/var/homebrew/linked/httpd
This will require manual removal of these paths using `sudo rm` on
brew upgrade/reinstall/uninstall.
Warning: httpd must be run as non-root to start at user login!
/Library/LaunchDaemons/homebrew.mxcl.httpd.plist: service already bootstrapped
Bootstrap failed: 37: Operation already in progress
Error: Failure while executing; `/bin/launchctl bootstrap system /Library/LaunchDaemons/homebrew.mxcl.httpd.plist` exited with 37.
I want to have a running installation of apache onto my mac onto port 80, which is installed by homebrew.
Additionally I want to have installed an nginx with brew, which is working on port 8081
SSL should work onto both too.
https://getgrav.org/blog/macos-monterey-apache-multiple-php-versions
When running "brew services start httpd" I get this error message:
Bootstrap failed: 5: Input/output error
Try re-running the command as root for richer errors.
Error: Failure while executing; `/bin/launchctl bootstrap gui/501 /Users/dan.../Library/LaunchAgents/homebrew.mxcl.httpd.plist` exited with 5.
Running the command with sudo I get this error:
Warning: Taking root:admin ownership of some httpd paths:
/usr/local/Cellar/httpd/2.4.52/bin
/usr/local/Cellar/httpd/2.4.52/bin/httpd
/usr/local/opt/httpd
/usr/local/opt/httpd/bin
/usr/local/var/homebrew/linked/httpd
This will require manual removal of these paths using `sudo rm` on
brew upgrade/reinstall/uninstall.
Warning: httpd must be run as non-root to start at user login!
/Library/LaunchDaemons/homebrew.mxcl.httpd.plist: service already bootstrapped
Bootstrap failed: 37: Operation already in progress
Error: Failure while executing; `/bin/launchctl bootstrap system /Library/LaunchDaemons/homebrew.mxcl.httpd.plist` exited with 37.
I want to have a running installation of apache onto my mac onto port 80, which is installed by homebrew.
Additionally I want to have installed an nginx with brew, which is working on port 8081
SSL should work onto both too.