Been trying to get Passenger installed and setup to run a rails app.
Everytime I goto eaa.mysite.com in Firefox the web browser goes out to
the Internet instead of serving up the website. Why does this occur?
Below is part of the configuration for apache2.conf:
======================================================# Setup a virtual host for
the rails apps to run in.
<VirtualHost *:80>
# ServerName www.myhost.com
ServerName eaa.mysite.com
DocumentRoot /var/rails-apps/eaa/public
#PassengerSpawnMethod conservative
RailsSpawnMethod smart
#RailsEnv production
RailsEnv development
#<Directory /var/rails-apps>
# Relax Apache security settings.
#AllowOverride all
# MultiViews must be turned off.
#Options -MultiViews
#</Directory>
======================================================
Had a look at the error log for Apache and didn''t find anything
related with trying to load the rails app. Below are the contents of
that log:
======================================================[Mon May 28 08:05:06 2012]
[notice] Apache/2.2.22 (Ubuntu) PHP/
5.3.10-1ubuntu3.1 with Suhosin-Patch Phusion_Passenger/3.0.12
configured -- resuming normal operations
[Mon May 28 08:16:28 2012] [notice] Graceful restart requested, doing
restart
[Mon May 28 08:16:28 2012] [notice] Apache/2.2.22 (Ubuntu) PHP/
5.3.10-1ubuntu3.1 with Suhosin-Patch Phusion_Passenger/3.0.12
configured -- resuming normal operations
[Mon May 28 08:20:40 2012] [notice] caught SIGTERM, shutting down
[Mon May 28 08:20:41 2012] [notice] Apache/2.2.22 (Ubuntu) PHP/
5.3.10-1ubuntu3.1 with Suhosin-Patch Phusion_Passenger/3.0.12
configured -- resuming normal operations
[Mon May 28 08:21:03 2012] [error] [client 127.0.0.1] File does not
exist: /var/www/favicon.ico
[Mon May 28 08:21:03 2012] [error] [client 127.0.0.1] File does not
exist: /var/www/favicon.ico
[Mon May 28 08:30:37 2012] [notice] caught SIGTERM, shutting down
[Mon May 28 08:30:38 2012] [notice] Apache/2.2.22 (Ubuntu) PHP/
5.3.10-1ubuntu3.1 with Suhosin-Patch Phusion_Passenger/3.0.12
configured -- resuming normal operations
[Mon May 28 08:41:51 2012] [notice] caught SIGTERM, shutting down
[Mon May 28 08:41:52 2012] [notice] Apache/2.2.22 (Ubuntu)
Phusion_Passenger/3.0.12 configured -- resuming normal operations
[Mon May 28 08:52:47 2012] [notice] caught SIGTERM, shutting down
[Mon May 28 08:52:48 2012] [notice] Apache/2.2.22 (Ubuntu)
Phusion_Passenger/3.0.12 configured -- resuming normal operations
[Mon May 28 08:58:16 2012] [notice] caught SIGTERM, shutting down
[Mon May 28 08:58:17 2012] [notice] Apache/2.2.22 (Ubuntu)
Phusion_Passenger/3.0.12 configured -- resuming normal operations
[Mon May 28 09:05:27 2012] [notice] caught SIGTERM, shutting down
[Mon May 28 09:05:28 2012] [notice] Apache/2.2.22 (Ubuntu)
Phusion_Passenger/3.0.12 configured -- resuming normal operations
[Mon May 28 09:17:30 2012] [notice] caught SIGTERM, shutting down
[Mon May 28 09:17:31 2012] [notice] Apache/2.2.22 (Ubuntu)
Phusion_Passenger/3.0.12 configured -- resuming normal operations
[Mon May 28 09:19:16 2012] [notice] caught SIGTERM, shutting down
[Mon May 28 09:19:17 2012] [notice] Apache/2.2.22 (Ubuntu)
Phusion_Passenger/3.0.12 configured -- resuming normal operations
[Mon May 28 09:23:57 2012] [notice] caught SIGTERM, shutting down
[Mon May 28 09:23:58 2012] [notice] Apache/2.2.22 (Ubuntu)
Phusion_Passenger/3.0.12 configured -- resuming normal operations
</VirtualHost>
======================================================
--
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
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.