Date: Mon, 26 Aug 2002 12:18:15 +0530 From: "Unix Tools" <unixtools@hotmail.com> To: <sroberts@dsl.pipex.com>, "FreeBSD Questions" <freebsd-questions@FreeBSD.ORG> Subject: Re: mod_auth_db dir protection and apache Message-ID: <OE71ZxOASWTgZu6WY9I000012bb@hotmail.com>
next in thread | raw e-mail | index | archive | help
create the .htaccess file ===================== AuthName Security AuthType Basic require valid-user Options Indexes AuthUserFile <PATH TO YOUR PASSWORD FILE> ===================== create the password file using htpasswd in httpd.conf replace the directive allowoverride none with allowoverride all restart apache THATS ALL YOU HAVE TO DO ----- Original Message ----- From: "Unix Tools" <unixtools@hotmail.com> To: <sroberts@dsl.pipex.com>; "FreeBSD Questions" <freebsd-questions@FreeBSD.ORG> Sent: Monday, August 26, 2002 12:07 PM Subject: Re: mod_auth_db dir protection and apache > create the .htaccess file > > ===================== > AuthName Security > AuthType Basic > require valid-user > Options Indexes > <PATH TO YOUR PASSWORD FILE> > ===================== > > create the password file using htpasswd > > in httpd.conf replace the directive > allowoverride none > with > allowoverride all > > restart apache > > THATS ALL YOU HAVE TO DO > > > > ----- Original Message ----- > From: "Stacey Roberts" <stacey@Demon.vickiandstacey.com> > To: "FreeBSD Questions" <freebsd-questions@FreeBSD.ORG> > Sent: Sunday, August 25, 2002 01:56 AM > Subject: mod_auth_db dir protection and apache > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OE71ZxOASWTgZu6WY9I000012bb>