Thanks for the pointer Irmen. That works fine.
Also my unfamiliarity with the console app is showing - I just learned
that there is a navigation pane activated by the 'logs' icon that allows
me to see various system logs, including the Apache ones :p
You're right, I've heard a bit about the
RGK wrote:
I'm on mac os x 10.4.11 running python 2.5.2, and Django 1.0, but this
is a python question.
When doing django/mod_python stuff, I can write to the Apache error_log
file with
sys.stderr.write("SOMETHING I WANT TO KNOW")
which had me wondering if there's not a means for a misc