Project

General

Profile

Redmine not served by Apache

Added by Eric Smith about 7 years ago

Hello everyone.

I tried to install Redmine using this tutorial:

https://wiki.debian.org/redmine

Everything went fine during the installation process. However, Redmine is not served by Apache. When I try to access the server via its IP Address, I get the default Apache screen.

A few elements :
  • installed on a fresh Debian 8 VM (nothing else installed) ;
  • this VM is dedicated to Redmine, there is no other web based application running on it ;
  • when I do a apache2 reload, this is what I get in the Apache log:
    [Mon Apr 17 14:40:47.723332 2017] [mpm_event:notice] [pid 1612:tid 140702310512512] AH00493: SIGUSR1 received.  Doing graceful restart
    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
    [ 2017-04-17 14:40:47.7300 2156/7fd7efaa0740 agents/Watchdog/Main.cpp:538 ]: Options: { 'analytics_log_user' => 'nobody', 'default_group' => 'www-data', 'default_python' => 'python', 'default_ruby' => '/usr/bin/ruby', 'default_user' => 'www-data', 'log_level' => '0', 'max_pool_size' => '6', 'passenger_root' => '/usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini', 'passenger_version' => '4.0.53', 'pool_idle_time' => '300', 'temp_dir' => '/tmp', 'union_station_gateway_address' => 'gateway.unionstationapp.com', 'union_station_gateway_port' => '443', 'user_switching' => 'true', 'web_server_passenger_version' => '4.0.53', 'web_server_pid' => '1612', 'web_server_type' => 'apache', 'web_server_worker_gid' => '33', 'web_server_worker_uid' => '33' }
    [ 2017-04-17 14:40:47.7342 2159/7f4a25f08740 agents/HelperAgent/Main.cpp:650 ]: PassengerHelperAgent online, listening at unix:/tmp/passenger.1.0.1612/generation-4/request
    [ 2017-04-17 14:40:47.7457 2164/7f8202d9b780 agents/LoggingAgent/Main.cpp:321 ]: PassengerLoggingAgent online, listening at unix:/tmp/passenger.1.0.1612/generation-4/logging
    [ 2017-04-17 14:40:47.7458 2156/7fd7efaa0740 agents/Watchdog/Main.cpp:728 ]: All Phusion Passenger agents started!
    [Mon Apr 17 14:40:47.745991 2017] [mpm_event:notice] [pid 1612:tid 140702310512512] AH00489: Apache/2.4.10 (Debian) Phusion_Passenger/4.0.53 configured -- resuming normal operations
    [Mon Apr 17 14:40:47.746001 2017] [core:notice] [pid 1612:tid 140702310512512] AH00094: Command line: '/usr/sbin/apache2'
    

Any idea?

Eric