I just tried moving a working Apache::ASP application to a Red Hat Linux 9 system, and couldn't get the Apache::ASP->Loader() statement to work. Here's what I have at the end of my httpd.conf:
<Perl> Apache::ASP->Loader('/path/to/my/app', "asp\$", 'Global' => '.', 'Debug' => 0); </Perl>
When I try to start the httpd server, it says:
Syntax error on line 1052 of /etc/httpd/conf/httpd.conf: <Perl> directive missing closing '>'
Riiiigght. Missing '>', sure.... ... I'm using Apache::ASP 2.53 on a Red Hat 9 setup plus some newer Perl modules from CPAN and some patches from Red Hat. The OS was loaded just this morning, so I don't think it's very far from "stock".
I imagine this is an Apache 2 or mod_perl 2 issue, but nothing I found in this list's archives gives me any clues as to what's going on.
I believe the mod_perl 2 on RedHat 9 is a pretty early dev release. Try upgrade to the latest mod_perl 1.99_xx. I know that decent <Perl> section support was only added more recently.
--Josh
________________________________________________________________ Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc. http://www.chamas.com NodeWorks Link Checking http://www.nodeworks.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]