Do you have eaa mapped to localhost in your /etc/hosts file?

On Wed, Feb 13, 2013 at 7:39 PM, Nick Apperley <[email protected]> wrote:
> Tried to access a Rails app on the local PC by entering in eaa via Chrome
> but ended up with a web search instead. How do I access the Rails app
> locally? Below is the Apache config for the application:
>
> <VirtualHost *:80>
>     ServerName eaa
>     RailsEnv production
>     DocumentRoot /var/rails-apps/eaa/public
>     <Directory /var/rails-apps/eaa/public>
>         # Relax Apache security settings .
>         AllowOverride all
>         # MultiViews must be turned off .
>         Options -MultiViews
>     </Directory>
>
>     ErrorLog ${APACHE_LOG_DIR}/error.log
> </VirtualHost>
>
>
>
> Had a look through the Apache error log and only found the following info
> message:
>
> [Thu Feb 14 14:36:41 2013] [notice] Apache/2.2.22 (Ubuntu)
> Phusion_Passenger/3.0.19 configured -- resuming normal operations
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msg/rubyonrails-talk/-/C5jwDztGnFkJ.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to