View Single Post

   
  #4 (permalink)  
Old 02-28-2008, 09:33 AM
Jerry Stuckle
 
Posts: n/a
Default Re: C-Language CGI-BIN Programming with MySQL

The|Godfather wrote:
> Some remarks,
> Do not use CGI-BINs cause they are vulnerable to some attacks. If you
> use mySQL directly with the Apache Server to do queries you will
> probably end up using PHP interface to communicate with mySQL Server.
> Do noy install the PHP plug-in as a CGI-BIN but as a module.
>
> Cheers,
> Dragomir Stanchev
>
> http://www.linkedin.com/in/dragomirstanchev
> http://www.student.informatik.tu-dar...%20deutsch.pdf
>


I agree with Dave. Some specific CGI-BIN's may be prone to attacks.
But that is not a reason not to use CGI-BIN's. Please provide solid
references (not rumors) supporting your statement.

Many people use languages other than PHP to communicate with MySQL - and
believe it or not, those people are running under Apache. They use
languages such as Perl or Python, for instance.

And believe it or not, there are actually people using C/C++ with Apache
to do cpu-intensive work.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Reply With Quote