On 7/25/06, Gerard Seibert <[EMAIL PROTECTED]> wrote:
# .htaccess
AuthUserFile /usr/local/www/postfixadmin/admin/.htpasswd
AuthGroupFile /dev/null
AuthName "Postfix Admin"
AuthType Basic
require valid-user
# .htpasswd
admin:$apr1$5ip4S/..$cmAmYFlZa1gLHGwFFw2.G0
In addition to the other usef
Boyle Owen wrote:
> You simply have to allow access to the target directory (since it is
> above the doc root, it would usually be "denied"). Just add "Allow from
> all" in the directory container.
>
> BTW, you may be suffering from the popular misconception that
> AllowOverride and .htaccess fil
--- Boyle Owen <[EMAIL PROTECTED]> wrote:
>
> BTW, you may be suffering from the popular misconception that
> AllowOverride and .htaccess files are needed for password protection.
> They're not. If you can edit the config, as you can, it's usually better
> to put all the Auth directives straigh
On Tuesday 25 July 2006 15:30, Gerard wrote:
> > The only difference between a user's directory and the main document
> > root is that the document root is configured on the DocumentRoot
> > directive and gets whatever settings that are made for it.
Nope. Only true if all users have equal access
> -Original Message-
> From: Gerard Seibert [mailto:[EMAIL PROTECTED]
> >
> > And what's in the 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/postfixa
On Tue, 25 Jul 2006, Jerry McAllister wrote:
Using Apache-2.2.2 on a FreeBSD-6.1 STABLE system.
I recently installed 'postfixadmin' on to my system. The documentation
said to insert the following into the httpd.conf file:
Options Indexes
AllowOverride AuthConfig
That's ra
>
> On Tuesday 25 July 2006 12:43, Gerard Seibert wrote:
> > Using Apache-2.2.2 on a FreeBSD-6.1 STABLE system.
> >
> > I recently installed 'postfixadmin' on to my system. The documentation
> > said to insert the following into the httpd.conf file:
> >
> >
> > Options Indexes
> >
Nick Kew wrote:
> On Tuesday 25 July 2006 12:43, Gerard Seibert wrote:
> > Using Apache-2.2.2 on a FreeBSD-6.1 STABLE system.
> >
> > I recently installed 'postfixadmin' on to my system. The documentation
> > said to insert the following into the httpd.conf file:
> >
> >
> > Options Inde
On Tuesday 25 July 2006 12:43, Gerard Seibert wrote:
> Using Apache-2.2.2 on a FreeBSD-6.1 STABLE system.
>
> I recently installed 'postfixadmin' on to my system. The documentation
> said to insert the following into the httpd.conf file:
>
>
> Options Indexes
> AllowOverride Auth
Using Apache-2.2.2 on a FreeBSD-6.1 STABLE system.
I recently installed 'postfixadmin' on to my system. The documentation
said to insert the following into the httpd.conf file:
Options Indexes
AllowOverride AuthConfig
After doing so and restarting Apache, I was unable to fin
10 matches
Mail list logo