Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mod Python

Error While Deploying Django On Apache

I have a small Django website which I am trying to run on an Apache 2.2 HTTP-Server. The applicati… Read more Error While Deploying Django On Apache

Mod_python Equivalent To Php Exec() Command

what is the mod_python equivalent to the php exec command? $cmd = '/var/www/scripts/test.py'… Read more Mod_python Equivalent To Php Exec() Command