: how to add support of Msql and CGI in Apache
> 
> Hello,
Hi

> I am facing problems in executing cgi programs, on Apache web server,
> can
> any body tell me how i can configure my Apache server so that it can
> support
> CGI and Msql. I also wanted to enable ssl support in the Apache 
server.
> Thanks in advance.

The basics are:

1) Configure a directory as your cgi-bin directory*. 
2) Create a basic script to excute**
3) Install from cpan DBI and DBD::mysql

When you get up to stage 2, you should post back to the list with what 
you have and you should get some help with the rest.

Good luck,
Dp.



* See ~/howto/cgi.html at httpd.apache.org
** perldoc CGI


--
To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org
For additional commands, e-mail: beginners-cgi-h...@perl.org
http://learn.perl.org/


Reply via email to