Project

General

Profile

Redmine 404 error on Ubuntu 20.04

Added by O R over 2 years ago

Hello everyone,

Ruby Implementation and Version(ruby -v): ruby 2.6.6p146 (2020-03-31 revision 67876) [x86_64-linux]
Rails Version: Rails 5.2.6
Operating System: Ubuntu 20.04.2
Database: Mysql - 8.0.26
Webserver: Apache2 2.4.41
Servertype: Locally hosted Virtual Machine

I installed Redmine 4.1.4 on Ubuntu 20.04 following these instructions https://nocksoft.de/tutorials/redmine-unter-ubuntu-20-04-installieren/ to the letter.
Except for the https part in the end which I don't need right now since I am in a local network.

However when I try to access the Redmine URL (192.168.178.62/redmine) I get the following error:

"Redmine 404 error

Page not found

The page you were trying to access doesn't exist or has been removed.

Back"

Redmine install path: /var/www/html/redmine
Both the apache2 user as well as my user own the redmine install path as in sudo chown -R USERNAME /var/www/html/redmine/

My Vhost configuration file redmine.conf under /etc/apache2/sites-available is attached to this post.

I set up a completely clean Ubuntu 20.04 VM if anyone is wondering

Any advice?

Best regards,
AID-PMBD


Replies (4)

RE: Redmine 404 error on Ubuntu 20.04 - Added by O R over 2 years ago

Nevermind, I am an idiot.

Running: bundle exec rails server webrick -e production

solved my issue.

RE: Redmine 404 error on Ubuntu 20.04 - Added by Dmitry Kosovets over 2 years ago

Hello,
I try to install RedMine on Windows Server 2019. I configured Ruby as in https://qiita.com/alokrawat050/items/d757b23a063435a2619c article, and now when I enter [server]/live in browser, I get Redmine 404 error. I tried Webrick, it is running successfully. Please, help. Thanks in advance.

RE: Redmine 404 error on Ubuntu 20.04 - Added by C S over 2 years ago

Are you sure you are using the right port?
Standard port is 3000

RE: Redmine 404 error on Ubuntu 20.04 - Added by Dmitry Kosovets over 2 years ago

Thanks, I did not think it can be the issue. Fixed to 8081 in IIS and Redmine config, moved to root, working correctly.

    (1-4/4)