Looks like a BSD system. Those systems are much
more particular about permissions. You might need
different permissions on the .htaccess file.

On Thursday 13 March 2003 01:14 pm, Wil Hatfield - HVHM Customer Care wrote:
> Kenn,
>
> > Make sure the dnsadmin.cgi program is setuid root.
>
> -rw-r--r--  1 root  wheel    123 Mar  9 04:52 .htaccess
>
> > Make sure you added the  <directory .... > lines
> > to your apache conf, make sure you restart apache.
>
> <Directory "/usr/local/apache-temp/cgi-bin/dnsadmin">
>     deny from all
>     Options ExecCGI
>     AllowOverride AuthConfig
>     Order deny,allow
> </Directory>
>
> > Make sure your .htaccess file points to your password
> > file setup  with htpasswd. make sure the .htacces file
> > and the password file have the right permissions and
>
> -rw-r--r--  1 root  wheel    123 Mar  9 04:52 .htaccess
> -rw-r--r--  1 root  wheel    39 Mar  9 05:10 dnsadmin.passwd
> Opens dnsadmin.cgi after apache authentication just fine
>
> > make sure you are using the right url,  it should be
> > something like https://machine/cgi-bin/dnsadmin/dnsadmin.cgi
>
> http://h6.a-zhost.com/cgi-bin/dnsadmin/dnsadmin.cgi
>
> For Permission Denied error see:
> http://h6.a-zhost.com/cgi-bin/dnsadmin/dnsadmin.cgi?nav=list_domains&dname=
>
> If I knew what permission, and to what, is being denied I could probably
> find the problem. Is there a way to turn on a higher level of debugging?
>
> Wil


Reply via email to