Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2003 18:00:47 -0500
From:      "Kevin Kinsey, DaleCo, S.P." <kdk@daleco.biz>
To:        "Kevin Kinsey, DaleCo, S.P." <kdk@daleco.biz>, "sanketh sangam" <sankethb@yahoo.com>
Cc:        questions@freebsd.org
Subject:   Re: Which server-side programming should i choose.
Message-ID:  <083a01c340ed$c79ae5b0$1b41d5cc@nitanjared>
References:  <20030702201929.79497.qmail@web12604.mail.yahoo.com> <07e301c340ec$1159e770$1b41d5cc@nitanjared>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Kevin Kinsey, DaleCo, S.P." <kdk@daleco.biz>
To: "sanketh sangam" <sankethb@yahoo.com>
Cc: <questions@freebsd.org>
Sent: Wednesday, July 02, 2003 5:48 PM
Subject: Re: Which server-side programming should i choose.


> From: "sanketh sangam" <sankethb@yahoo.com>
> To: <questions@freebsd.org>
> Sent: Wednesday, July 02, 2003 3:19 PM
> Subject: Which server-side programming should i choose.
> 
> 
> > 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.
> > 
> Not much to do with FBSD, but .....
> 
> PHP!!  All the way...easiest, free, likely to be more
> secure than Perl if used as Apache module than CGI.
> 
> Beautiful C-like syntax (/usr/src/* might even make
> more sense to you after learning it...) great user
> community.
> 
> Kevin Kinsey,
> DaleCo, S.P.

OK, once more I post before getting the
full context.  Bill Campbell's suggestion is
good, too.  PHP might be overkill if *all*
you want to do is limit access to certain
areas/pages.

But, if you *want* to also have interactive
content, PHP's great; and it has native 
functions to do the HTTP authorization, 
as well as giving you other options in re:
authorization.

KDK



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?083a01c340ed$c79ae5b0$1b41d5cc>