You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Phusion Passenger Discussions
I ahve a RoR 2.3.9 aops running with Passenger 3.0.11.
We have a new subdirectory in our public document root (say public/
foo) that we wat to access through the conventional Apache directory
browsing (protected by a Basic Aut password). We have placed an
apprpriate .htaccess file in this directory but how do we instruct
Passenger (or Apache ?) to let people browse this public subdirectory ?
Marlin Pierce
unread,
May 30, 2012, 8:48:34 AM5/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phusion-...@googlegroups.com
The Rails Guides for asset_pipeline has a section on serving the precompiled assets statically for Apache httpd and nginx. Replace LocationMatch "^/assets/.*$" with a regex to find your static pages.