From: Robert Ionescu <[EMAIL PROTECTED]>
Reply-To: users@httpd.apache.org
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] access denied
Date: Tue, 21 Feb 2006 23:31:28 +0100

azeem ahmad wrote:
<Directory /home/mine/public_html/cgi-bin/>
Options +Indexes +ExecCGI
Order allow,deny

looks like the allow directive is missing somewhere. Try to use

Order allow,deny
allow from all

i did allow from all, then it says the error is "premature end of script headers"
Regards
Azeem



---------------------------------------------------------------------
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