Forums » Development »
Added by dloewenherz over 15 years ago
Hi there,
Has anyone looked into making logging for 403 server errors to be a little more verbose? I just spent hours trying to figure out why
fastcgi.server = ( "/index.py" => ((...)))
wasn't working. I then made a change to
fastcgi.server = ( ".py" => ((...)))
and lo and behold. All works.
Is there an logging option that I missed?
Best,
Dan
mod_fastcgi documentation and examples.