First, please excuse those duplicate posts that came from me.  I don't
know how that happened.

To answer your question, permissions are properly set for the entire
filesystem under documentroot.

The httpd error log gives me:

"Symbolic link not allowed or link target not accessible: /srv/www/
htdocs/webapp/current"


Strange.

For hell of it,  I added the following inside my vhost settings

    <Directory "/srv/www/htdocs/webapp/current">
                Options FollowSymLinks
                AllowOverride None
                Order allow,deny
                Allow from all
    </Directory>


...but that didn't make a difference.



I also double-checked that nothing was overriding this in default-
server.conf and that uid.conf had the right group name assigned.




On Dec 13, 3:51 pm, "Dave Stevenson" <[EMAIL PROTECTED]> wrote:
> A shot in the dark - does your apache user have permissions to the images
> and css folders?
>
> Dave
> Affordable VPS Hostinghttp://www.silverrack.com
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to