EMAIL PROTECTED]> wrote:
> On Jan 11, 2008 12:48 AM, t s <[EMAIL PROTECTED]> wrote:
>
> > Why is this error_log entry generated for each request to the script
> > defined in ScriptAlias?
>
> What does the access log say? There ought to be requests with status
> co
Hi,
I have the following problem. Start with a stock apache 2.2.6 install
on generic linux (appears to also happen with apache 2.0.61)
Add this section to the end of the httpd.conf file
Order deny,allow
deny from all
ScriptAlias /testme /usr/local/httpd/cgi-bin/testme.pl
Order allow,deny