in reply to Knowing what works with mod_perl
More questions! Is there a difference between using PerlModule Apache::DBI within httpd.conf and using use DBI; within startup.pl (run as PerlRequire "C:/Apache2/conf/startup.pl" within perl.conf)?
Also, if anybody knows of an excellent resource for learning how to code more of a pure mod_perl script (using the Apache::xxx modules rather than using a module such as CGI::Simple). The sample script created at 'http://server.com/hello' is kind of boggling. Not to mention there is no POD for the modules this is supposidly coming from (Apache::RequestRec for example just does something with Apache::XSLoader). Very confusing for a beginner in the area.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Knowing what works with mod_perl
by liz (Monsignor) on Dec 26, 2003 at 12:21 UTC | |
|
Re: Re: Knowing what works with mod_perl
by bart (Canon) on Dec 26, 2003 at 12:38 UTC |