On 5/18/10 10:31 AM, Brian T. O'Neill wrote: > I have just installed 1.0, brand new install. There were some issues > where it appears that the install didn’t complete. After the install was > done, neither jabber, taskomatic, or osa-dispatcher worked. I was able > to get jabber and osa-dispatcher working by finishing the proper configs > in files by hand. I’m still stuck on taskomatic. > > > > What is happening is taskomatic is going to http://127.0.0.1/rpc/api > which doesn’t exist (it does exist when using https). So, I have > basically narrowed the issue down to either one of two problems: > > #1 /rpc/api should work on http and my initial setup missed this and I > have no idea how to get it working properly
/rpc/api should be working over normal http. I'm not sure why it wouldn't. the file /etc/httpd/conf.d/zz-spacewalk-www.conf does a rewrite: RewriteRule ^/rpc/api /rhn/rpc/api [P] That's the only thing i can think of that might affect it. If that checks out ok, maybe try zipping up your /etc/httpd/ directory. I'd be happy to take a look a it. -Justin Sherrill > > Or > > #2 Some config file should be telling taskomatic to use https instead of > http (thinking some file should be pointing at a pem file but isn’t…) > > > > Anyone happen to have an idea if the fix is #1 or #2 and hopefully how > to do it? > > > > Any help would be greatly appreciated. > > > > Thanks, > > Brian > > > > _______________________________________________ > Spacewalk-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/spacewalk-list -- Justin Sherrill, RHCA 1801 Varsity Drive. Software Engineer Raleigh, NC 27603 Red Hat, Inc. _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
