On 2/21/06, azeem ahmad <[EMAIL PROTECTED]> wrote:

> <Directory /home/mine/public_html/cgi-bin/>
> Options +Indexes +ExecCGI
> Order allow,deny
> DirectoryIndex index.cgi
> AllowOverride None
> </Directory>
> </VirtualHost>
> ---------------------------------------------------------------------------------
>
> the error it gives is
> [Tue Feb 21 14:15:48 2006] [error] [client 80.231.220.2] client denied by
> server configuration: /home/mine/public_html/cgi-bin/dgate.html
>
> whats is the error in fact

You need
Allow from all
in the <Directory> section.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to