Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2006 04:56:45 -0400
From:      Gerard Seibert <gerard@seibercom.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Unable to access Postfixadmin
Message-ID:  <20060725045211.D314.GERARD@seibercom.net>
In-Reply-To: <20060725061640.GB57835@rb1.palstra.com>
References:  <20060724165648.3F7A.GERARD@seibercom.net> <20060725061640.GB57835@rb1.palstra.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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
gerard@seibercom.net




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060725045211.D314.GERARD>