Complete.Org: Mailing Lists: Archives: discussion: May 1999:
Re: [aclug-L] Need topic suggestions
Home

Re: [aclug-L] Need topic suggestions

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] Need topic suggestions
From: "Clint A. Brubakken" <cabrubak@xxxxxxxxxxxx>
Date: Tue, 11 May 1999 09:34:27 -0500 (CDT)
Reply-to: aclug-L@xxxxxxxxxxxx

What do you want to do with this? 
Administrate a Database via the web?
Authenticate from a database? 
Access a DataBase via a CGI program?

For the first, there are several program already wrote that do that.
for mysql check out MyAdmin.cgi  http://www.tcx.se
 

For Authentication look into mod_perl http://perl.apache.org , 
and the Apache::DBI module (which comes with: 
o AuthenDBI.pm provides authentication
o AuthzDBI.pm  provides authorization
o DBI.pm provides persistent database connections
o DebugDBI.pm enables debugging
) just make sure you have the DBI perl module and DBD module for the
database you use from http://www.hermetica.com/technologia/DBI/ (if not
already installed)

Apache:DBI and DBI, is also good for writting perl programs that
access a databse.

There are similar things "I Think" for python, C ,etc

-- 
Clint Brubakken
Computer Science Services Group, LLC
Wichita, KS
cabrubak@xxxxxxxxxxxx
---
As far as anyone knows we're a nice, normal family.

                --Homer Simpson
                  There's No Disgrace Like Home

On Tue, 11 May 1999, Brian Chapman wrote:

> actually, this would interest me also :)
> 
> At 5/10/99 11:31 PM , Roger Jolicoeur wrote:
> > John:    I'd be interested in learning more about connecting Apache to a
> > Database via CGI.  I realize that's a pretty huge topic, but just covering
> > the basics would be very helpfull.
> > 
> > Roger Jolicoeur
> > komula@xxxxxxxxxxxxx
> > 
> > ----- Original Message -----
> > From: John Goerzen <jgoerzen@xxxxxxxxxxxx>
> > To: <aclug-l@xxxxxxxxxxxx>
> > Sent: Monday, May 10, 1999 12:02 AM
> > Subject: [aclug-L] Need topic suggestions
> > 
> > 
> > >Hi,
> > >
> > >So far the only topic suggestion I have for the meeting the 18th is
> > >security.  Are there any others?
> > >
> > >Thanks,
> > >John
> > >
> > 
> 
> 


[Prev in Thread] Current Thread [Next in Thread]