search for: railsbaseuri

Displaying 13 results from an estimated 13 matches for "railsbaseuri".

2010 Oct 15
1
Dashboard and passenger under /dashboard path
I''m currently running a dashboard as a separate process and have a proxy in apache with authentication to access as http://puppet.ourhost.com/dashboard/ I have to start the dashboard with "-P /dashboard" option to make it work. I''m wondering how to achieve this with passenger. The config I found in ext/passanger seems to run the dashboard under the root of the virtual
2009 Jul 20
1
CSS issue when using SubUri and Passenger
...opticoaching.local" I defined correctly the vhost (I have already odne it for another app which is running well...) <VirtualHost *:80> ServerName opticoaching.local DocumentRoot "/Users/yves/Sites/rails/opticoaching" RailsEnv development RailsDefaultUser yves RailsBaseURI /elnino <Directory /Users/yves/Sites/rails/opticoaching/elnino/public/ > Options Indexes FollowSymLinks MultiViews AllowOverride All </Directory> </VirtualHost> opticoaching.local is registered (as usual) in my etc/hosts executing http://opticoaching.local/elni...
2009 Aug 13
5
First hit on app takes a long time
So, I''ve deployed my first rails app, however I''m the only one hitting it for now. I''ve noticed that the first time I hit the app after some long period, it takes a really long time to respond (2-3 seconds). After that, it''s very fast. At first, I thought it might be my VPS "waking up" from some sleep state, but Rails does log the long load time
2012 Mar 09
6
Puppet Dashboard - Directory Index Forbidden
Hello all Puppet, puppetmaster, ruby, etc installed from standard Ubuntu 11.10 x86_64 APT repos Dashboard 1.26 from .deb pulled from http://apt.puppetlabs.com/pool/oneiric/main/p/puppet-dashboard/ Apache config pulled from /usr/share/puppet-dashboard/ext/passenger/dashboard-vhost.conf My simple test with webbrick worked a treat. So I installed Apache and passenger mod (from Ubuntu APT
2010 Jun 09
12
Foreman -- Reporting
Hello All, I don''t seem to be able to get reports to display on the foreman interface. I copied extras/puppet/foreman/files/foreman-report.rb to / usr/lib/ruby/site_ruby/1.8/puppet/reportsforeman.rb, instead of /usr/ lib/ruby/1.8/puppet/reports/foreman.rb. Config: Centos5.4, Apache/ Passenger, Puppet 0.25.4. The reports are coming from the clients, because I can see them in
2010 Oct 05
0
Ruby with apache ActionController::RoutingError (No route matches "/"):
...www/app I have also reconfigured the owner of the /home/jonas/ruby/apps/rtest1/ public and /home/jonas/ruby/apps/rtest1/tmp to www:data. this is my apache.conf file: <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www RailsEnv production RailsBaseURI /app <Directory /app> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> <Directory /> Options FollowSymLinks...
2009 Sep 01
4
Passenger problem
I''ve used the Slicehost Intrepid instructions (http:// articles.slicehost.com/ubuntu-intrepid) to install a new Ubuntu server with Ruby, Rails and passenger. Everything seems to be working OK, save for one thing: my application only service up the files that are in its public folder. The Passenger gem is installed. I''ve done this whole process before without any problem. Any
2011 Feb 10
3
ror 3 + apache2 + passenger = apache test page
...ems/passenger-3.0.2 >> PassengerRuby /usr/local/bin/ruby >> PassengerDefaultUser root >> ... >> <VirtualHost *:80> >> ServerName 39pk.ru >> ServerAlias www.39pk.ru >> DocumentRoot /var/www/rails/zak >> RailsEnv production >> RailsBaseURI /app >> ErrorLog logs/39pk.ru.log >> </VirtualHost> >> ... rails_app/config/enviroment.rb: >> require File.expand_path(''../application'', __FILE__) >> Zak::Application.initialize! >> Rails::Initializer.run do |config| >> co...
2010 Jan 21
4
Redirect www to non-www
How to redirect www to non-www? e.g redirect www.example.com to example.com Thanks Johnny -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2008 Apr 20
2
mod_rails showing plain text instead of actual page
...rtualHost *:80> ServerName mysite.com ServerAlias www.mysite.com DocumentRoot /services/httpd/mysite.com/public <Directory "/services/httpd/mysite.com/public"> Options FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> RailsBaseURI / </VirtualHost> -- and this is all i see in log/production.log: Processing TopicsController#show (for 63.12.128.144 at 2008-04-20 03:24:36) [GET] Session ID: BAh7BzoKdGl0bGV7BmkVdToJVGltZQ2IDhuAtfXqYSIKZmxhc2hJQzonQWN0%0AaW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA %3D%3D-...
2012 Jul 10
19
problem using apache & passenger to run dashboard
Hi, My puppetmaster is running through apache, and now I am setting up dashboard to be run by apache too. I followed docs in http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html#starting-and-managing-delayed-job-workers, but after I restarted httpd, I see a apache welcome page. I set documentroot to be: DocumentRoot /usr/share/puppet-dashboard/public/
2010 Sep 08
25
Setup 2.6 + apache, passenger
Hi! I''m testing Puppet 2.6 and got all the basic stuff working with the default webricks. I read that it doesn''t scale very well and is not suited for production environments and the recommended setup is Apache/ Passenger. Is there a step-by-step-guide on how to set it up? Any help is very appreciated. Regards, Freddie -- You received this message because you are subscribed
2011 Dec 14
30
How can I get RVM/Passenger/Apache2 to play nicely together
Hello all, Can anyone point me to any solid documentation on how to set up a production server using RVM, Passenger, and Apache2? I have been at this for a week with absolutely no luck at all so I thought I would post here to see if anyone has managed to get this to work and written down the steps they used. Right now with my current implementation, I am getting a 404 error when I attempt to