Re: Installing mod_perl

2000-08-29 Thread Justin Wheeler

It appears your Apache wasn't compiled with support for loading
modules.  You either need to recompile apache with mod_perl statically
linked in, or recompile apache with dso support.

--
Regards,
Justin Wheeler
[EMAIL PROTECTED]


On Tue, 29 Aug 2000, Marco Marchi wrote:

 Hi all,
 I'm a newcomer to this mailing list.
 I have installed mod_perl (rel. 1.24) on my machine (Linux, kernel rel.
 2.2.13). Apache is already configured and running (rel. 1.3.9). But the
 plug-in  (i.e. mod_perl) is not running: I mean, running httpd the machine
 gives the following error message:
 "Syntax error on line 207 of (path follows)
 Invalid command LoadModule, perhaps mis-spelled or defined by a module
 not included in the server configuration".
 Watching line 207 into the file httpd.conf, there the list of modules to
 load begins with the instruction "LoadModule etc.".
 
 Can anybody help me to solve this problem?
 
 Thanks
 
 Marco
 
 
 
 ---
 Marco Marchi - Resp ISO 9000  ICT
 Audio Lab Srl - Gruppo Sistemi Integrati
 Modena - V. D'Avia Sud, 198/1 - 41010
 Tel. +39-059-343424 - Fax +39-059-344955
 Bologna - V. della Barca, 26 - 40133
 Tel. +39-051-6198620 Fax +39-051-6193400
 ---
 




Another site running mod_perl

2000-08-14 Thread Justin Wheeler

Direction, Inc. (www.directionsolutions.com) -- A Canadian based eBusiness
based company uses mod_perl in conjunction with mod_ssl, and MySQL to
write its eBusiness solutions.  All page calls are passed through two
mod_perl modules, one for rewriting headers if needed and another for all
the eBusiness backend.  All pages are dynamically created by mod_perl as
they're requested.

--
Regards,
Justin Wheeler
[EMAIL PROTECTED]