Date: Wed, 2 Jul 2003 13:25:37 -0700 From: Bill Campbell <freebsd@celestial.com> To: questions@freebsd.org Subject: Re: Which server-side programming should i choose. Message-ID: <20030702132537.A31725@barryg.mi.celestial.com> In-Reply-To: <20030702201929.79497.qmail@web12604.mail.yahoo.com>; from sankethb@yahoo.com on Wed, Jul 02, 2003 at 01:19:29PM -0700 References: <20030702201929.79497.qmail@web12604.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 02, 2003 at 01:19:29PM -0700, sanketh sangam wrote: >I have a Apache webserver on FreeBSD machine. I think >mySQL is also installed(I do not know how to check if >mySQl is installed on that sytem). >I am planning to put a user authentication to access >my webpages in the server. For that i need to write >server-side programming. Since there are any >server-side softwares(PHP, ASP, JSP, Perl........) ,I >am confused as to which one would be better for Apache >and freeBSD. >Instead of going for those server-side programming, >should I go for HTTP authentication method. I am >confused. Any kind of help would be appreciated. You can do this a variety of ways. We use mod_auth_mysql in conjuction with .htaccess files as well as php authentication which can use a variety of back-end databases. LDAP is also widely used. The biggest factor is doing something that fits with your other needs, and what's most convenient to maintain the information. Bill -- INTERNET: bill@Celestial.COM Bill Campbell; Celestial Software LLC UUCP: camco!bill PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 URL: http://www.celestial.com/ ``We maintain that the very foundation of our way of life is what we call free enterprise,'' said Cash McCall, "but when one of our citizens show enough free enterprise to pile up a little of that profit, we do our best to make him feel that he ought to be ashamed of himself." -- Cameron Hawley
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030702132537.A31725>