Re: [EMAIL PROTECTED] Configuring Password Protection

2006-07-25 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Configuring Password Protection

2006-07-25 Thread Gerard Seibert
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

RE: [EMAIL PROTECTED] Configuring Password Protection

2006-07-25 Thread Bob Kinney
--- 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

Re: [EMAIL PROTECTED] Configuring Password Protection

2006-07-25 Thread Nick Kew
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

RE: [EMAIL PROTECTED] Configuring Password Protection

2006-07-25 Thread Boyle Owen
> -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

Re: [EMAIL PROTECTED] Configuring Password Protection

2006-07-25 Thread Gerard
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

Re: [EMAIL PROTECTED] Configuring Password Protection

2006-07-25 Thread Jerry McAllister
> > 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 > >

Re: [EMAIL PROTECTED] Configuring Password Protection

2006-07-25 Thread Gerard Seibert
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

Re: [EMAIL PROTECTED] Configuring Password Protection

2006-07-25 Thread Nick Kew
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

[EMAIL PROTECTED] Configuring Password Protection

2006-07-25 Thread Gerard Seibert
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