We have a collection of CGIs in a single directory handled by Apache::Registry,
however if we enter the name of a resource under that location that doesn't exist, say
www.noddy.com/registry_dir/dont_exist.cgi this is not recorded in the error_log, just
the access log, yet the correct 404 "File not found" response is displayed to the
client.
For locations managed by default handlers, attempts to access non-existent files is
logged in both the access and error logs. Is is possible to activate this behaviour
for the Apache::Registry handled location?
Thanks for any info,
Martin