rickmcgeer / TransCloud

Software for the TransCloud project
5 stars 1 forks source link

Update fabfile.py to deploy cgi-bin scripts #40

Closed rickmcgeer closed 11 years ago

rickmcgeer commented 11 years ago

get_data.py must be deployed in /usr/lib/cgi-bin also, we must enable headers on apache2 probably the easiest way to do this is cp /etc/apache2/mods-available/headers.load /etc/apache2/mods-enabled and cat the following into etc/apache2/mods-enabled/headers.conf

Header set Access-Control-Allow-Origin: *
rickmcgeer commented 11 years ago

httpd.conf fix takes care of this.