| 
     
      
      
      From: Thomas S. <dig...@di...> - 2008-09-25 23:57:54
      
     
   | 
Hi Brian, Just a few observations. Your first 2 Location blocks will never work as Connotea is developed in mod perl and as such a PerlHandler must be set. /connotea should not be a folder in your /var/www. You should perhaps set a DocumentRoot in your site definition files to your location where the PerlHandler is. In this case, where your Bibliotech::Apache module is located. /connotea is a virtual directory which is handled by the PerlHandler. It does not exist physically, and if I remember right, Apache may not operate properly if that folder exists in its DocumentRoot for the site. Also ensure that you have mod_perl installed for apache. If you use debian/ubuntu distribution, try `a2enmod perl` Hope that helps, - Tom Spaziani Norchem Drug Testing Director of Information Technology Brian wrote: > I sent an e-mail to the connotea-discuss list yesterday, but now i've spent > most of another day trying to get this to work to no avail. You can see my > apache configuration, and the status codes the server returns, here: > http://pastebin.ca/1209592 > > I've systematically tried every combination of every parameter there. I've > read the apache documentation, read documentation on PTT, asked in #perl and > #apache on Freenode, and I simply cannot get Connotea going here. Your help > is appreciated! > > A side note, the list of CPAN modules should be modified to include: > Lingua::EN::NameParse HTTP::OAI::UserAgent Text::CSV Cache::Memcached > Template Authen::Captcha IPC::Run JSON > > Thanks, > Brian > > >  |