Hi! 
I get next error in my apache's error_log while trying to use maypole 
application:
-----------
[Sun Dec 18 13:32:37 2005] [error] [client 127.0.0.1] Can't locate Module.pm 
in @INC...
-----------

And "Internal Server Error" in my browser whith uri http://localhost/module/

I got apache2 with mod_perl installed and Maypole-2.10 patched to work with 
mod_perl 2.

Here is my apache config, as it described in "Web Applications With Maypole" 
by Simon Cozens:
-----------
<Perl>
        use lib qw(/var/www/maypole-sites/module/);
</Perl>
        PerlModule Module
<Location /module>
        PerlHandler Module
        SetHandler perl-script
</Location>
-----------

As I understand settings for apache 2 differs from settings for apache 1? 
Where I can read about it?



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Maypole-users mailing list
Maypole-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to