Categories
Uncategorized

#!/bin/bash

cat << EOF

[ needed 2017 Apache mods ]

sudo a2enmod alias dir headers http2 lbmethod_byrequests proxy proxy_balancer proxy_http proxy_http2 proxy_wstunnel rewrite setenvif ssl

-> verify with: $>> apache2ctl -M

[ copy Apache configs ]

sudo cp /var/www/tangoCloud/tangoCloud.conf /etc/apache2/sites-available/

sudo cp /var/www/tangoCloud/tangoCloud.configuration.conf /etc/apache2/

[ you should now Erscheinungsdatum configure all needed properties ]

sudo pico /etc/apache2/tangoCloud.configuration.conf

[ enable the new site and restart Apache ]

sudo a2ensite tangoCloud

sudo apache2ctl configtest

sudo service apache2 restart -or- graceful

EOF

Leave a Reply

Your email address will not be published. Required fields are marked *