Project

General

Profile

redmine + apache + gentoo

Added by Richard Langly about 14 years ago

I'm trying to get redmine running w/ Apache on gentoo and having issues. Didn't get a response last time, couldn't edit a post, so hope a new msg w/ more detail will get more attention, and is ok. When I browse to 192.168.1.11, the returned page is ...

Not Found
The requested URL /dispatch.fcgi was not found on this server.
Apache Server at 192.168.1.11 Port 80

Here's my /etc/apache2/vhosts.d/00_default_vhost.conf file.

<IfDefine DEFAULT_VHOST>
Listen 192.168.1.11:80

NameVirtualHost *:80

<VirtualHost 192.168.1.11:80>
        ServerName 192.168.1.11
        ServerAdmin me@my-email.com
        Include /etc/apache2/vhosts.d/default_vhost.include
        DocumentRoot /home/rrl/Tools/redmine-0.8/public

        ErrorLog logs/redmine_error_log

        <IfModule mpm_peruser_module>
                ServerEnvironment apache apache               
        </IfModule>

        <Directory "/home/rrl/Tools/redmine-0.8/public">
                Options Indexes ExecCGI FollowSymLinks
                Order allow,deny
                Allow from all
                AllowOverride all
        </Directory>
</VirtualHost>
</IfDefine>

This is what /var/log/apache/error_log has to say when restarting apache.

[Tue Mar 30 20:40:37 2010] [notice] caught SIGTERM, shutting down
[Tue Mar 30 20:40:40 2010] [notice] FastCGI: process manager initialized (pid 19871)
[Tue Mar 30 20:40:40 2010] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8l mod_fastcgi/mod_fastcgi-SNAP-0910052141 PH 

$ RAILS_ENV=production ~/Tools/redmine-0.8/script/about 
About your application's environment
Ruby version              1.8.7 (x86_64-linux)
RubyGems version          1.3.5
Rails version             2.1.2
Active Record version     2.1.2
Action Pack version       2.1.2
Active Resource version   2.1.2
Action Mailer version     2.1.2
Active Support version    2.1.2
Application root          /home/rrl/Tools/redmine-0.8
Environment               production
Database adapter          mysql
Database schema version   101
P/5.2.12-pl0-gentoo configured -- resuming normal operations

And of course the apache access_log just reports a 404.

Any ideas what I'm doing wrong here?


Replies (1)

RE: redmine + apache + gentoo - Added by Oleg Volkov about 14 years ago

Try unmasked redmine and

  1. emerge redmine

As a frontend I use nginx

  1. emerge nginx
    (1-1/1)