please ignore that last message, the instructions on that webpage
worked, it was my fault.
Thanks,
Ido.
--
http://mail.python.org/mailman/listinfo/python-list
Hi Graham, thank you for that link but it didn't help.
I've followed the instructions, yet In the 'basic-content-handler'
section, after getting to the point where it says to add this to the
main Apache configuration file:
AllowOverride FileInfo
I replaced /some/directory with the correct direc
Ido Yehieli wrote:
> Thank you for your response,
> but I think it's not it - that didn't make any difference.
Suggest you read:
http://www.dscpl.com.au/articles/modpython-001.html
It contains helpful hints for getting a basic handler working
in mod_python. If you can get that working, then t
Thank you for your response,
but I think it's not it - that didn't make any difference.
--
http://mail.python.org/mailman/listinfo/python-list
Ido Yehieli schrieb:
> [...]
> Anyone has any idea as to what went wrong?
> [...]
If you compiled mod_python as a Dynamic Shared Object (DSO) you have to
tell Apache to load that module. For example like this:
LoadModule python_module libexec/mod_python.so
See the mod_python documentation, espe