Actually I haven't got this to work. I'm yet trying to figure how to load the module (PerlModule Apache::SSI) in the .htaccess with it actuall residing in the "/perl/" directory rather than the standard lib directories.
Why?  It's a module, not a CGI script.
I'm not sure whether the company that's hosting my web site will want to install any non-critical module (They ahve done me a favor allowing me to run mod_perl ... ) So I want to see if I have any options installing it under my directory tree.

If you don't want to put it in your standard @INC paths, you can put it under <APACHE_HOME>/lib/perl/ which is automatically added to @INC by mod_perl.

- Perrin


Reply via email to