How to – Fix Apache not starting on ViciBox
There is a new issue with ViciBox 9, 10 or 11 where Apache will not start up after installations. The error message is calling for mod_deflate which seems to not be there. The easy fix for this is to delete the include for it.
nano /etc/apache2/vhosts/dynportal.conf - Then go to line 16 and delete "Include /etc/apache2/conf.d/mod_deflate.conf"
Do the same for dynportal-ssl.conf
If you have nay questions feel free to join our discord: https://discord.gg/ymGZJvF6hK
Chris aka carpenox
rheymzkilove
same as i did thanks carpenox