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
[EMAIL PROTECTED]                                http://www.palstra.com/
_______________________________________________
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