Apache / Python basic setup This is a from the ground up basic Apache/ Python integration. Linux OS: Debian 1. apt-get install python apache2 2. enable the cgi module by running ” a2enmod cgi ” 3. update the Apache config setting. For me I set AllowOverride to All because i wanted to set my configs
Read More