A
A
Andrey Polyakov2012-05-05 11:21:04
Ruby on Rails
Andrey Polyakov, 2012-05-05 11:21:04

Redmine won't start (Amazon EC2, Ubuntu 12.04 x64)

Greetings!

I've run into a strange problem and I'm asking for help.
Transferred Redmine installation from home computer (Win7) to Amazon EC2. I did everything according to this algorithm: algorithm .
In VirtualBox, everything turned out great and worked (though on Ubuntu x86), and on Amazon, the following happens:
1. After starting, everything seems to be fine. The apache and passenger processes are visible.
2. After contacting redmine, the following process tree is formed. On a running server, it looks like this: Turned on the maximum level of the passenger log, there appears an entry about the start of redmine (the same text appears when webrick starts, but not all of it) and an entry periodically appears In the Apache logs clean too.
root........../usr/sbin/apache2.-k.start
www-data......../usr/sbin/apache2.-k.start
root............PassengerWatchdog
root.............PassengerHelperAgent
root...............Passenger.spawn.server
root.................[ruby].defunct <---- меня вот этот процесс очень смущает
redmine................Rails:./www/redmine/app
nobody...........PassengerLoggingAgent
www-data......./usr/sbin/apache2.-k.start
www-data......./usr/sbin/apache2.-k.start

root........../usr/sbin/apache2.-k.start
www-data......../usr/sbin/apache2.-k.start
root............PassengerWatchdog
root.............PassengerHelperAgent
root...............Passenger.spawn.server
redmine..............Passenger.ApplicationSpawner:./www/redmine/app
nobody...........PassengerLoggingAgent
www-data......./usr/sbin/apache2.-k.start
www-data......./usr/sbin/apache2.-k.start
redmine.......Rails:./www/redmine/app

Flushing all sinks (periodic action)


That's what happens if you use wget Tell me where to dig?
[email protected]:~$ wget localhost
--2012-05-05 08:18:51-- localhost/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... ^C


Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Burov, 2012-05-24
@BuriK666

=) you apparently did not listen to apache port 80,
in the Redmine wiki they wrote how to install it on amazon

A
Alexander, 2015-04-14
@Deexter

I have it written for x64, although this is also a localhost

<Directory "/var/www/html/redmine/public">
  RailsBaseURI /redmine/public

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question