Project

General

Profile

page not found

Added by andr andr almost 11 years ago

FreeBSD 8.1, all ports are newest versions.
"The page you were trying to access doesn't exist or has been removed." is what I get, following the URL.

Running the following in my /usr/local/www/redmine-2.3.2 outputs:

RAILS_ENV=production script/about
/usr/local/lib/ruby/1.9/rubygems/custom_require.rb:36:in `require': cannot load such file -- bundler/setup (LoadError)
    from /usr/local/lib/ruby/1.9/rubygems/custom_require.rb:36:in `require'
    from /usr/local/www/redmine-2.3.2/config/boot.rb:6:in `<top (required)>'
    from /usr/local/lib/ruby/1.9/rubygems/custom_require.rb:36:in `require'
    from /usr/local/lib/ruby/1.9/rubygems/custom_require.rb:36:in `require'
    from /usr/local/www/redmine-2.3.2/config/application.rb:1:in `<top (required)>'
    from /usr/local/lib/ruby/1.9/rubygems/custom_require.rb:36:in `require'
    from /usr/local/lib/ruby/1.9/rubygems/custom_require.rb:36:in `require'
    from /usr/local/www/redmine-2.3.2/config/environment.rb:2:in `<top (required)>'
    from /usr/local/lib/ruby/1.9/rubygems/custom_require.rb:36:in `require'
    from /usr/local/lib/ruby/1.9/rubygems/custom_require.rb:36:in `require'
    from script/about:4:in `<main>'

httpd.conf block looks like this:

<VirtualHost *:80>
     ServerAdmin admin@domain.local
     DocumentRoot "/usr/local/www/redmine-2.3.2/public" 
     ServerName redmine.domain.local
     ErrorLog "/var/log/redmine_err_log" 
     CustomLog "/var/log/redmine_cust_log" common
</VirtualHost>

Alias /redmine "/usr/local/www/redmine-2.3.2/public" 
<Directory "/usr/local/www/redmine-2.3.2/public">
    AllowOverride All
    Options -MultiViews
    Allow from all
</Directory>

I was following the http://thinkcactus.com/posts/installing-redmine-2-1-2-on-freebsd-with-passenger-and-rvm article.


Replies (3)

RE: page not found - Added by andr andr almost 11 years ago

Oh, wow. I have a CNAME for this server which looks like CNAME.domain.local (stands for ACTUALNAME.domain.local). Now when I follow the CNAME.domain.local I am getting the redmine(NOW tested -- so Redmine was working). Then again I have lost all of my httpd.conf "Aliases", i.e. CNAME.domain.local/MYALIASES returns "Page not found".

RE: page not found - Added by andr andr almost 11 years ago

Ok, I commented out all the changes done to config files, restarted apache. Now nothing works, even tho the home page says "It works!".

RE: page not found - Added by andr andr almost 11 years ago

Anyone? I get no mistakes at all upon restarts(checked lots of stuff, wont even list), logs are clean. But all my web-interface services are down. I cannot reboot this server, now.

    (1-3/3)