Skip to content Skip to sidebar Skip to footer
Showing posts with the label Apache

Running Python Script From Apache Server Using Php

I'm working on a project with a raspberry pi to turn on and off an LED strip using a mobile dev… Read more Running Python Script From Apache Server Using Php

How To Make Bottle Print Stacktrace When Running Through Apache Modwsgi?

When running Bottle as a standalone server it's very easy to do: from bottle import run, Bottle… Read more How To Make Bottle Print Stacktrace When Running Through Apache Modwsgi?