socialappslab / appcivist-docker-compose

AppCivist multi-container docker composer. This includes: `appcivist-backend, appcivist-voting-api, appcivist-pb-client, etherpad-lite, socialbus components`
0 stars 0 forks source link

Apache no longer starts in pb-client, need manual start #6

Open cdparra opened 6 years ago

cdparra commented 6 years ago

When running the docker of appcivist-pb-client, apache does not start, you have to go inside and start in manually root@js-156-246:/data# service apache2 status [FAIL] apache2 is not running ... failed! root@js-156-246:/data# service apache2 start [....] Starting web server: apache2[Fri Mar 30 01:14:24.300341 2018] [proxy_html:notice] [pid 133] AH01425: I18n support in mod_proxy_html requires mod_xml2enc. Without it, non-ASCII characters in proxied pages are likely to display incorrectly. . ok root@js-156-246:/data#