Re: Some recommendations on file locations sought

2006-10-04 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Will Maier wrote: On Fri, Sep 22, 2006 at 01:29:56PM -0700, John Draper wrote: Here is what I did... htpasswd -c /var/www/conf/auth/passwd edp I set the password here chown root.nogroup /var/www/conf/auth/passwd chmod 640

Re: Some recommendations on file locations sought

2006-10-03 Thread John Draper
Will Maier wrote: On Fri, Sep 22, 2006 at 01:29:56PM -0700, John Draper wrote: Here is what I did... htpasswd -c /var/www/conf/auth/passwd edp I set the password here chown root.nogroup /var/www/conf/auth/passwd chmod 640 /var/www/conf/auth/passwd What user/group are you running

Re: Some recommendations on file locations sought

2006-09-22 Thread John Draper
Hi again. Issue NOT resolved yet... (sigh) Well - I thought it works, but (sigh) it don't work. I can get to the site via the URL, and indeed apache asks for the username and password, but it rejects it, and won't let me on the site Here is what I did... htpasswd -c

Re: Some recommendations on file locations sought

2006-09-22 Thread Will Maier
On Fri, Sep 22, 2006 at 01:29:56PM -0700, John Draper wrote: Here is what I did... htpasswd -c /var/www/conf/auth/passwd edp I set the password here chown root.nogroup /var/www/conf/auth/passwd chmod 640 /var/www/conf/auth/passwd What user/group are you running httpd as? Is that user a

Re: Some recommendations on file locations sought

2006-09-21 Thread John Draper
Jack J. Woehr wrote: On Sep 20, 2006, at 3:11 PM, John Draper wrote: 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 /usr/local/apache/passwd Since we're chrooted, how about:

Re: Some recommendations on file locations sought

2006-09-21 Thread John Draper
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),

Re: Some recommendations on file locations sought

2006-09-21 Thread John Draper
Jack J. Woehr wrote: On Sep 20, 2006, at 3:11 PM, John Draper wrote: 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 /usr/local/apache/passwd Since we're chrooted, how about:

Re: Some recommendations on file locations sought

2006-09-21 Thread Jack J. Woehr
On Sep 21, 2006, at 12:37 PM, John Draper wrote: usr/local/apache/passwd I checked - I don't have a usr directory in my www directory... Am I supposed to create one? Yes, if you use a chroot'ed directory scheme, you just re-create everything from the real directory layout that you

Re: Some recommendations on file locations sought

2006-09-21 Thread John Draper
Hi, This finally works... So ignore that last message I first went to conf directory, created an auth directory, and I'm putting it in there. htpasswd -c /var/www/conf/auth/passwd edp # Here is where I set the permissions.. chown root.nogroup /var/www/conf/auth/passwd chmod 640

Re: Some recommendations on file locations sought

2006-09-21 Thread Joachim Schipper
On Thu, Sep 21, 2006 at 11:51:17AM -0700, John Draper wrote: Hi, This finally works... So ignore that last message I first went to conf directory, created an auth directory, and I'm putting it in there. htpasswd -c /var/www/conf/auth/passwd edp # Here is where I set the

Re: Some recommendations on file locations sought

2006-09-21 Thread John Draper
Jack J. Woehr wrote: On Sep 21, 2006, at 12:37 PM, John Draper wrote: usr/local/apache/passwd I checked - I don't have a usr directory in my www directory... Am I supposed to create one? Yes, if you use a chroot'ed directory scheme, you just re-create everything from the real

Re: Some recommendations on file locations sought

2006-09-21 Thread Stuart Henderson
On 2006/09/21 14:53, John Draper wrote: yea I know _ I tried it already, but in the interest of just getting the work done so I can get paid, and since at this time, security is not an issue at this time, but wait! www.webcrunchers.com says, We are starting new projects relating to

Re: Some recommendations on file locations sought

2006-09-20 Thread Jack J. Woehr
On Sep 20, 2006, at 3:11 PM, John Draper wrote: 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 /usr/local/apache/passwd Since we're chrooted, how about: /var/www/usr/local/apache/passwd Basic

Re: Some recommendations on file locations sought

2006-09-20 Thread Adam
John Draper [EMAIL PROTECTED] wrote: I looked in the OpenBSD FAQ and documentation area, and cannot seem to find out the best place to keep my apache password files. Somewhere in the chroot dir (/var/www) but not in the actual document root. Stick them in /var/www/conf or make a

Re: Some recommendations on file locations sought

2006-09-20 Thread Spruell, Darren-Perot
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

Re: Some recommendations on file locations sought

2006-09-20 Thread Daniel Ouellet
John Draper wrote: Can someone please make a recommendation, or point me to any docs that might be in the OpenBSD Site... the only docs I could find is in the FAQ, and it only mentions operation of the server in chrooted mode, but nothing on setting it up. All is ready and the server

Re: Some recommendations on file locations sought

2006-09-20 Thread L. V. Lammert
On Wed, 20 Sep 2006, Daniel Ouellet wrote: John Draper wrote: Can someone please make a recommendation, or point me to any docs that might be in the OpenBSD Site... the only docs I could find is in the FAQ, and it only mentions operation of the server in chrooted mode, but nothing on