Closed justinhartman closed 4 years ago
It would seem, brew reinstall httpd
fixes this problem. I am not sure if this is the intended fix for this problem though?
- [ ] if
brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue? Not applicable
brew config
output is always applicable. Please provide it in future issues.
Debugging
brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link?brew gist-logs httpd
can be found clicking herebrew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue? Not applicableWhat you were trying to do (and why)
I have been running
httpd
on my macOS for over a year now without issue. Today, for whatever reason,httpd
won't run.What happened (include command output)
I went to
https://localhost
and there was a dead page.ps aux | grep httpd
returned nothing so it was not running.I ran the following:
Then:
Important to note the
Status
column showsstarted
but this is in orange and not green like the other services.Running
ps aux | grep httpd
again still returned nothing.When I try run
httpd
manually from the command line I finally get the error:Checking the specific line number:
I also checked to see if the module was there:
But then the library is not:
Checking what is there shows me that
libssl.1.1.dylib
is there instead.Output of
brew config
andbrew doctor
commandsSee the output from running '$ brew update':
See the output from running '$ brew doctor':