You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Enhancement]
Just wondering whether we can customise the path to which .conf file Pawnee looks at and/or which apache install.
On my set up I use brew for everything and got rid of the built in apache then installed via brew: brew install httpd
I've tried a few things such as creating a symlink to the directory specified in the readme and got it almost working but i get halted with an apache error: AH00534: httpd: Configuration error: More than one MPM loaded.
I know what you're thinking, don't use more than one MPM...
Well over to my httpd.conf..
I can switch to another MPM and it works, but its unsupported by brew:
Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe. Homebrew PHP does not support a thread-safe php binary. To use the PHP apache sapi please change your httpd config to use the prefork MPM
AH00013: Pre-configuration failed
I'm gonna try a few more things from source and see if I can fix it, unless anyone has any alternate ideas.
Thanks,
Callum
The text was updated successfully, but these errors were encountered:
[Enhancement]
Just wondering whether we can customise the path to which
.conf
file Pawnee looks at and/or which apache install.On my set up I use brew for everything and got rid of the built in apache then installed via brew:
brew install httpd
I've tried a few things such as creating a symlink to the directory specified in the readme and got it almost working but i get halted with an apache error:
AH00534: httpd: Configuration error: More than one MPM loaded.
I know what you're thinking, don't use more than one MPM...
Well over to my
httpd.conf
..I can switch to another MPM and it works, but its unsupported by brew:
I'm gonna try a few more things from source and see if I can fix it, unless anyone has any alternate ideas.
Thanks,
Callum
The text was updated successfully, but these errors were encountered: