I'm trying to follow the help doc at http://wiki.bitnami.org/Components/Phusion_Passenger and think I must be misunderstanding something.

My app is installed at /opt/bitnami/apps/blog

I symlink it "sudo ln -s /opt/bitnami/apps/blog/public /opt/bitnami/apache2/htdocs/blog"

Is that right?

My blog.conf located in /opt/bitnami/apps/blog/conf has this code

<VirtualHost *:80>
  RailsBaseURI /opt/bitnami/apache2/htdocs/blog/public
  <Directory /opt/bitnami/apache2/htdocs/blog>
    Options -MultiViews
  </Directory>
</VirtualHost>

It servers the public/index.html (static) page but when I remove the index page and generate scafold It gives me a 403 error "Forbidden" [You don't have permission to access /blog/ on this server.]

I'm no sysadmin so suspect I've got this wrong somewhere. I'd be very grateful for some help getting this to work.

Thank you

Here are my diretories

alt text

And my Symbolic link

alt text

asked 18 May '12, 22:45

King's gravatar image

King
1234
accept rate: 0%

edited 18 May '12, 23:03

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×27
×23
×14
×10
×6

Asked: 18 May '12, 22:45

Seen: 398 times

Last updated: 18 May '12, 23:03

powered by BitNami OSQA