nextcloud-heroku icon indicating copy to clipboard operation
nextcloud-heroku copied to clipboard

Error in apache when sending to heroku

Open lauroguedes opened this issue 5 years ago • 2 comments

Hello, I have identified that when sending the image to heroku, it is giving the following error when starting the instance "AH00534: apache2: Configuration error: More than one MPM loaded", in the local machine it works normally, however in heroku it does not work and the application does not open. You could look at this question please.

lauroguedes avatar May 15 '19 11:05 lauroguedes

I'm seeing the same behavior. Maybe we have to set the environment variables for the Postgres database as well?

enedrio avatar Mar 22 '20 16:03 enedrio

Hi, I just found the solution here: https://github.com/docker-library/wordpress/issues/293#issuecomment-398384583

just run:

heroku labs:enable --app=YOUR-APP runtime-new-layer-extract

jisbruzzi avatar Mar 20 '21 01:03 jisbruzzi