Re: [Question] OS X 10.4

[prev] [thread] [next] [Date index for 2005/06/05]

From: Perrin Harkins
Subject: Re: [Question] OS X 10.4
Date: 19:02 on 05 Jun 2005
Anonymous Lion wrote:
> Forgive my ignorance, I thought you had to have mod-perl installed and
> running to run perl cgi scripts.

No, they are totally separate things.  CGI is a language-independent way 
of running dynamic programs from a web server that nearly all servers 
support.  The apache implementation is called mod_cgi.  mod_perl is an 
apache module that embeds a perl interpreter into the web server.  It 
provides much better performance than running perl scripts through CGI 
and gives you access to the apache API.

To get started with mod_cgi:
http://httpd.apache.org/docs/howto/cgi.html

To get started with mod_perl:
http://perl.apache.org/docs/1.0/guide/getwet.html

- Perrin

[Question] OS X 10.4
Anonymous Lion 06:22 on 04 Jun 2005

Re: [Question] OS X 10.4
Stas Bekman 11:34 on 04 Jun 2005

Re: [Question] OS X 10.4
Perrin Harkins 20:04 on 04 Jun 2005

Re: [Question] OS X 10.4
Anonymous Lion 21:45 on 04 Jun 2005

Re: [Question] OS X 10.4
Jonathan Tweed 12:26 on 05 Jun 2005

Re: [Question] OS X 10.4
Perrin Harkins 19:02 on 05 Jun 2005

Generated at 20:12 on 05 Jun 2005 by mariachi v0.52