Graham Dumpleton
grahamd at dscpl.com.au
Tue Nov 22 20:11:36 EST 2005
You don't need mod_python to execute standard CGI scripts, even if written in Python. See Apache documentation for how to setup CGI. http://httpd.apache.org/docs/2.0/howto/cgi.html Valentin D. wrote .. > Hi Guys, > > does somebody know how to chagne my apache2 config. on Debian > in order to execute python cgi programs. > > I basically need to enable a directory with python files > e.g. > /var/www/my_python_stuff/* > > or > > /var/www/cgi/* > > to be executed from my browser using apache2. > e.g. > http://localhost/cgi/* > > thanks in advance. > Cheers > Valentin > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python
|