[Catalyst] General question on Apache
Will Smith
willbelair at yahoo.com
Wed Nov 30 22:57:26 CET 2005
thanks,
this is the piece of text that I pasted into the config file of apache and the error message that i got. THe catalyst app named test placed in var/www/
I can comment out the group pointing to another non-root?
------------
PerlSwitches -I/var/www/test/lib
# Preload your entire application
PerlModule test
<VirtualHost *>
ServerName localhost
DocumentRoot /var/www/test/root
<Location />
SetHandler modperl
PerlResponseHandler test
</Location>
# you can also run your app in any non-root location
#<Location /some/other/path>
# SetHandler perl-script
# PerlResponseHandler test
#</Location>
</VirtualHost>
--------------
Starting httpd: Warning: DocumentRoot [/var/www/test/root] does not exist
[Wed Nov 30 16:50:52 2005] [error] Can't locate test.pm in @INC (@INC contains: /var/www/test/lib /usr/lib/perl5/5.8.5/i386-linux-thread-multi /usr/lib/perl5/5.8.5 /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . /etc/httpd/ /etc/httpd/lib/perl) at (eval 2) line 3.\n
[Wed Nov 30 16:50:52 2005] [error] Can't load Perl module test for server localhost.localdomain:0, exiting...
[FAILED]
---------------------------------
Yahoo! Music Unlimited - Access over 1 million songs. Try it free.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20051130/3ed92416/attachment.htm
More information about the Catalyst
mailing list