0

I am trying to install redmine (which is a ruby app ) in my arch system. But I am not able to fire up the app as it gives me the error for phusion passenger.

enter image description here

Moiz
  • 165
  • 1
  • 7

1 Answers1

0

Looks like you have something mis-configured in your Apache setup which is pointing to the path /srv/http -or- you don't have something configured which would've built out the path /srv/http/config.

I'd take a look at this Howto/Guide from the ArchLinux wiki on setting up Redmine.

slm
  • 363,520
  • 117
  • 767
  • 871
  • I am able to run the through webricks server – Moiz May 27 '13 at 12:39
  • OK, that just shows that the webricks server included with Redmine works, which makes sense. Without more info we can't really help you any more than what I've suggested above. We need your Apache configs for example and to understand where the redmine install is. – slm May 27 '13 at 12:48
  • Thanks for your effort. I am adding up the config files in my questions – Moiz May 28 '13 at 05:51