I have spent last 2 weeks trying to set up Shindig on my remote server (in my local machine it already works (and Partuza too))
But I don't know where's my error, I have read and followed all information about it, but can't get Shindig to work. Here is what I did: Created a subdomain: http://shindig.morelus.com Here is my httpd.conf <VirtualHost 173.45.109.10:80> ServerName shindig.morelus.com ServerAlias www.shindig.morelus.com DocumentRoot /home/morelus/public_html/shindig/php ServerAdmin [email protected] UseCanonicalName On CustomLog /usr/local/apache/domlogs/shindig.morelus.com combined CustomLog /usr/local/apache/domlogs/shindig.morelus.com-bytes_log "%{%s}t %I .\n%{%s}t %O ." ## User morelus # Needed for Cpanel::ApacheConf <IfModule mod_suphp.c> suPHP_UserGroup morelus morelus </IfModule> <IfModule !mod_disable_suexec.c> SuexecUserGroup morelus morelus </IfModule> ScriptAlias /cgi-bin/ /home/morelus/public_html/shindig/cgi-bin/ </VirtualHost> And my /etc/hosts 173.45.109.10 shindig.morelus.com But when I try to run the TODO example, got an Internal Server Error http://shindig.morelus.com/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml Any help would be apreciated!
-- You received this message because you are subscribed to the Google Groups "Implementing OpenSocial Containers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/opensocial-container?hl=en.
