Spruell, Darren-Perot wrote:
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
I looked in the OpenBSD FAQ and documentation area, and
cannot seem to find out the best place to keep my apache
password files.
According to the Apache docs (I couldn't find anything in
the OpenBSD Site), they recommend I setup the path to the
passwd file in....
[snip]
I'm at a loss on which directory to create my passwd directory...
Would I create it in the
/usr/lib or the /usr/local, or /usr/sbin, or does it matter?
You'll find nothing because there is no such hard requirement. You can
configure the path yourself in your .conf file, so they can be in an
arbitrary location. That said, if you are using the chroot configuration
(recommended) you'll probably need them under /var/www/.
Ok, This was also recommended by Jack as well, and that's
where I'm putting it.
So since /var/www/conf/ is where the rest of the apache configuration lives,
you could do a subdirectory under there and use that. Something like
/var/www/conf/auth/ or whatever you like.
Ok, sounds like a plan.
John