Re: Questions regarding apache2 authentication using either Pam or MySQL

2007-06-05 Thread Mumia W..
On 06/05/2007 05:10 PM, Eric A. Bonney wrote: [...] I would much prefer to use the MySQL method and I would really prefer to have the authentication required at the server level and not in some php files. Anyone have any ideas at this point for using the libapache2-mod-auth-mysql package? Is

Re: Questions regarding apache2 authentication using either Pam or MySQL

2007-06-05 Thread Roberto C . Sánchez
On Tue, Jun 05, 2007 at 10:32:37PM -0400, Eric A. Bonney wrote: > > are there common or core files that need to be installed for pgsql? I > was able to find the phppgadmin and php5 stuff for it, but nothing for > the actual pgsql-common or anything like that. > The packages you need are: for t

Re: Questions regarding apache2 authentication using either Pam or MySQL

2007-06-05 Thread Eric A. Bonney
Roberto C. Sánchez wrote: On Tue, Jun 05, 2007 at 09:54:57PM -0400, Eric A. Bonney wrote: Great, I am used to using the command line and phpmyadmin. Only question I have is can MySQL and pgsql exist on the same server? I am tied to MySQL for one of the apps that I am using now.

Re: Questions regarding apache2 authentication using either Pam or MySQL

2007-06-05 Thread Roberto C . Sánchez
On Tue, Jun 05, 2007 at 09:54:57PM -0400, Eric A. Bonney wrote: > > > Great, I am used to using the command line and phpmyadmin. Only > question I have is can MySQL and pgsql exist on the same server? I am > tied to MySQL for one of the apps that I am using now. > Well, then you should not h

Re: Questions regarding apache2 authentication using either Pam or MySQL

2007-06-05 Thread Eric A. Bonney
Roberto C. Sánchez wrote: On Tue, Jun 05, 2007 at 09:11:52PM -0400, Eric A. Bonney wrote: Mostly because I am not familiar with pgsql and never heard of it. Guess I will take a look at that also Depending on how you are accustomed to working with MySQL, it should be a cinch. If

Re: Questions regarding apache2 authentication using either Pam or MySQL

2007-06-05 Thread Roberto C . Sánchez
On Tue, Jun 05, 2007 at 09:11:52PM -0400, Eric A. Bonney wrote: > > Mostly because I am not familiar with pgsql and never heard of it. > Guess I will take a look at that also > Depending on how you are accustomed to working with MySQL, it should be a cinch. If you have used and/or like php

Re: Questions regarding apache2 authentication using either Pam or MySQL

2007-06-05 Thread Eric A. Bonney
Roberto C. Sánchez wrote: On Tue, Jun 05, 2007 at 06:10:05PM -0400, Eric A. Bonney wrote: It appears that the mysql package has not yet been brought into the etc repositories yet and I found a post online from back in May that someone was wondering if this was going to be brought in the etc

Re: Questions regarding apache2 authentication using either Pam or MySQL

2007-06-05 Thread David Clymer
On Tue, 2007-06-05 at 18:10 -0400, Eric A. Bonney wrote: > I would like to create a directory on my web server that is password > protected. My initial stab at doing this was done using php > authentication and a MySQL database. It seems to be working just fine, > but I got to thinking that th

Re: Questions regarding apache2 authentication using either Pam or MySQL

2007-06-05 Thread Roberto C . Sánchez
On Tue, Jun 05, 2007 at 06:10:05PM -0400, Eric A. Bonney wrote: > > It appears that the mysql package has not yet been brought into the etc > repositories yet and I found a post online from back in May that someone > was wondering if this was going to be brought in the etc repository soon > or

Questions regarding apache2 authentication using either Pam or MySQL

2007-06-05 Thread Eric A. Bonney
I would like to create a directory on my web server that is password protected. My initial stab at doing this was done using php authentication and a MySQL database. It seems to be working just fine, but I got to thinking that there must be an easier method to do this that could be built into