Hook / opt / elasticbeanstalk / hooks / appdeploy / enact / 01flip. py failed . For more detail, check / var / log / eb activity. log using console or EB CLI. INFO: Command execution completed on all instances. Summary: [Successful: 0, Failed : 1]. WARN: User initiated abort was received. Canceling the current operation. ERROR: Failed to …
I am trying to enable gzip compression for Python 2.7 & Django 1.11 with Apache 2.4.39 (Amazon).. I successfully enabled gzip compression when I created an Elastic Beanstalk php 7.2 application.. I placed the .htaccess file in /etc/httpd/conf.d and called it compression.conf. I restarted Apache $ sudo service httpd restart My test.html page used local js and css files which were now compressed …