Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2006 11:05:04 +0200
From:      Riemer Palstra <riemer@palstra.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Unable to access Postfixadmin
Message-ID:  <20060725090504.GA74421@rb1.palstra.com>
In-Reply-To: <20060725045211.D314.GERARD@seibercom.net>
References:  <20060724165648.3F7A.GERARD@seibercom.net> <20060725061640.GB57835@rb1.palstra.com> <20060725045211.D314.GERARD@seibercom.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 25, 2006 at 04:56:45AM -0400, Gerard Seibert wrote:
> [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/

Ah, right. Try something like this:

<Directory "/usr/local/www/postfixadmin">
      Options Indexes
      AllowOverride AuthConfig
      Order allow,deny
      Allow from all
</Directory>

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

Uhm, php.ini perhaps?

-- 
Riemer Palstra		     		      Amsterdam, The Netherlands
riemer@palstra.com				 http://www.palstra.com/



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