Hi!
i've just started to learn mod_python and im having a small problem.
if i put all my *py scripts in "cgi-bin" directory and put:
into the .htaccess in cgi-bin, everything works fine,
and i've tried to put my scripts in the "root" directory but i get a "500" and a "404" error. i've tried with all the stuff thats on the mod_python homepage but it just doesnt work.
lets say also that i've played around alot with the .htaccess file.
Is it actually so that it doesnt work or am i stupid?
//that last statement is on the house
i've just started to learn mod_python and im having a small problem.
if i put all my *py scripts in "cgi-bin" directory and put:
| Code: |
|
SetHandler python-program PythonHandler mod_python.publisher |
into the .htaccess in cgi-bin, everything works fine,
and i've tried to put my scripts in the "root" directory but i get a "500" and a "404" error. i've tried with all the stuff thats on the mod_python homepage but it just doesnt work.
lets say also that i've played around alot with the .htaccess file.
Is it actually so that it doesnt work or am i stupid?
//that last statement is on the house
