Hi Edward, I'm not sure about the transcoder log, but I can comment on the site.cfg you posted. It appears to be *almost* complete :)
BUT, > http-address = 172.17.81.164:8080 This should be: http-address = 127.0.0.1:8080 You should be accessing the site by going to video.healthydirections.com The apache system should be routing the calls to the Plumi system if all has gone well with the installation. Did your server already have Apache on it? How about Squid? If they were already there, you need to copy the files from ./parts/apacheconf into the /etc/apache2/sites-available directory (as per Installation instructions in the manual). Also, given this line: >apache_zope2_vhm_map = video.healthydirections.com:/Video You've called your site "Video" when you were setting up a new Plumi system in the Zope Management Interface, right (the bits with screen dumps in the installation section of the manual). Again, just checking to confirm it's all on track and not wanting to assume anything :) NOTE: If you make changes to site.cfg, you'll need to re-run the buildout step. Cheers, Grant -- -- Grant McHerron EngageMedia Collective Inc. [email protected] +61 422 914 949 http://engagemedia.org/ _______________________________________________ Discuss mailing list [email protected] http://lists.plumi.org/listinfo/discuss
