Apache on macOS 15 Sequoia

I have found that using the both the built in Apache webserver and the Homebrew variant does not work with the ssl related modules enabled, I have not narrowed down which module specifically crashes httpd, but I believe I have narrowed it down to be one of the ones that are required to use ssl.

It exits with zsh: abort sudo httpd -k start while printing dyld[31928]: Assertion failed: (this->magic == kMagic), function isDelayInit, file Loader.cpp, line 464. to the error_log.

I can provide more details, right now I feel like I'm forgetting to add something but I can't think of what it is.

Answered by Socam in 792533022

Resolved in beta 2.

This is a known bug with calling dlclose() on C++ dylibs in the WWDC Seed release of macOS 15.

i am facing the same issue.

Same here

I think it will be fixed in the next update or when it's in public beta :))

Accepted Answer

Resolved in beta 2.

Apache on macOS 15 Sequoia
 
 
Q