Jorge Vargas wrote: > I'm running a test installation with the following setup > > I'm on a shared account on webfaction, which has an apache server > using mod_proxy to send requests to a tracd instance listening on > another port, all of this is over SSL which is provided by apache.
Since Trac is one of the apps officially supported by WebFaction have you tried contacting them for support? > Proxy Error > > The proxy server received an invalid response from an upstream server. > The proxy server could not handle the request GET /trac. > > Reason: Error reading from remote server > > Additionally, a 404 Not Found error was encountered while trying to > use an ErrorDocument to handle the request. Do you have logging enabled? Is there anything in the Trac or Apache error logs to give some more information about this? Also try piping the output of tracd to a file so you can monitor its output for errors. How does WebFaction handle long-running processes? Their shared hosting accounts support a limited number of long-running processes, so maybe the way you're running tracd is not the "right" way and it's getting killed by WebFaction to prevent you from exceeding the long-running process limit. -- Matt Good --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
