Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 1998 19:47:26 -0500
From:      Matthew Hunt <mph@pobox.com>
To:        Ruslan Shevchenko <Ruslan@Shevchenko.kiev.ua>
Cc:        Mike <sturdee@mikesweb.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: question
Message-ID:  <19980122194726.48724@mph124.rh.psu.edu>
In-Reply-To: <34C6AF3A.7E864946@Shevchenko.kiev.ua>; from Ruslan Shevchenko on Thu, Jan 22, 1998 at 04:30:19AM %2B0200
References:  <3.0.3.32.19980122180533.006c73a8@mail.mikesweb.com> <34C6AF3A.7E864946@Shevchenko.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 22, 1998 at 04:30:19AM +0200, Ruslan Shevchenko wrote:

> > I am having a killer time trying to find the program "htpasswd" so that I
[...]
> It is not a programm, it's a file, with format:username:password
> or some like this.

Sure it's a program.  It creates and modifies the .htpasswd files
you described.

It is included with the Apache distribution, but the port does not
install it.  I think that is a flaw which should be corrected.

I installed htpasswd by doing a "make extract" in /usr/ports/www/apache,
rummaging around the work directory, and building it by hand:

cd work/apache_1.2.5/support
cc -o htpasswd htpasswd.c -lcrypt
install -o bin -g bin -m 555 htpasswd /usr/local/bin
install -o bin -g bin -m 444 htpasswd.1 /usr/local/man/man1

Regards,
Matthew

-- 
Matthew Hunt <mph@pobox.com> * Think locally, act globally.
http://mph124.rh.psu.edu/~mph/pgp.key for PGP public key 0x67203349.



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