Rudloff / alltube

Web GUI for youtube-dl
GNU General Public License v3.0
2.96k stars 582 forks source link

More than one MPM loaded error while deploying to heroku #315

Closed rsoorajs closed 3 years ago

rsoorajs commented 3 years ago

When i try to deploy in heroku as a docker container,it produce More than one MPM loaded error.but the same Dockerfile works fine in my Server.so whats wrong ? The deafult heroku deploy button working fine,i am talking about deploy as a Docker container in heroku,produces the below error.any fixes ? i didnt modified any configs.

I am using latest version of alltube master branch code.

heroku[web.1]: Starting process with command/usr/sbin/apache2ctl -D FOREGROUND 2020-10-11T05:23:32.401979+00:00 heroku[web.1]: Process exited with status 1 2020-10-11T05:23:32.438952+00:00 heroku[web.1]: State changed from starting to crashed 2020-10-11T05:23:32.334647+00:00 app[web.1]: AH00534: apache2: Configuration error: More than one MPM loaded. 2020-10-11T05:23:32.347094+00:00 app[web.1]: Action '-D FOREGROUND' failed. 2020-10-11T05:23:32.347096+00:00 app[web.1]: The Apache error log may have more information.

Rudloff commented 3 years ago

I have never used this Heroku feature.

AllTube itself does not specify a MPM, so this is probably a problem with Heroku or the base Docker image.

rsoorajs commented 3 years ago

I have never used this Heroku feature.

AllTube itself does not specify a MPM, so this is probably a problem with Heroku or the base Docker image.

yup.i made a hotfix for that heroku docker deploying error.i made PR for fixing all those issues.

Rudloff commented 3 years ago

I found this issue which provides some explanation: https://github.com/docker-library/wordpress/issues/293

rsoorajs commented 3 years ago

I found this issue which provides some explanation: docker-library/wordpress#293

yup its the heroku side error and in my recent pr it has been fixed through heroku.yml & start.sh