search for: rails_3

Displaying 1 result from an estimated 1 matches for "rails_3".

Did you mean: rails3
2011 Oct 20
2
Agile book apache2.conf: Forbidden You don't have permission to access / on this server.
...ntainer. However, before I tread where I fear in the land of conf I thought perhaps it may be a simple config issue and my lack of understanding of how things are knitted together. Here is my Virtual host config: <VirtualHost *:80> ServerName depot.yourhost.com DocumentRoot /home/railsapps/rails_3/depot/public/ <Directory /home/railsapps/rails_3/depot/public> AllowOverride all Options -Multiviews Order allow,deny Allow from all </Directory> </VirtualHost> # My hosts file in /etc has the 127.0.0.1 depot.yourhost.com Does anything look amiss here? Thank you in advance....