Riemer Palstra wrote:

> On Mon, Jul 24, 2006 at 05:12:51PM -0400, Gerard Seibert wrote:
> > <Directory "/usr/local/www/postfixadmin">
> >      Options Indexes
> >      AllowOverride AuthConfig
> > </Directory>
> > 
> > Attempting to access the site produced am error message.
> 
> So, what's the error message, and what's in your Apache logs?

Forbidden

You don't have permission to access /postfixadmin/ on this server.

[httpd-error.log]

[Tue Jul 25 04:46:35 2006] [error] [client 72.14.194.17] client denied by 
server configuration: /usr/local/www/postfixadmin/, referer: 
http://www.seibercom.net/postfixadmin/

[Tue Jul 25 04:46:36 2006] [error] [client 67.189.184.224] client denied
by server configuration: /usr/local/www/postfixadmin/


> 
> > The .htpasswd and .htaccess files are both located in the
> > postfixadmin/admin directory.
> 
> And what's in your .htaccess file?

AuthUserFile /usr/local/www/postfixadmin/admin/.htpasswd
#AuthGroupFile /dev/null
AuthName "Postfix Admin"
AuthType Basic

<limit GET POST>
require valid-user
</limit>

I commented out the AuthGroupFile because someone else told me it was
not needed. Either with or without it, it still does not work.


> 
> On a related note, is magic_quotes_gpc turned on in your PHP config?
> Unfortunately, PostfixAdmin may need that.

I don't know. Where would I locate it?


-- 
Gerard Seibert
[EMAIL PROTECTED]

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to