Passenger not working with SSL on Apache 2
Posted
by Zak
on Server Fault
See other posts from Server Fault
or by Zak
Published on 2010-03-10T08:04:33Z
Indexed on
2010/05/15
5:04 UTC
Read the original article
Hit count: 314
I have a Rails app running on Passenger; It works as expected over unencrypted connections. I also have a working Apache SSL setup; I can access any static file available via http with https. When I try to access the Rails app via https, I get a 403 error (Directory index forbidden by rule). Turning on indexes for the directory simply causes Apache to display an index. I do have +ExecCGI
set for the appropriate directory in the SSL version of the VirtualHost directive.
I'm sure there's something obvious I'm overlooking. I'm just not sure where I need to be looking.
© Server Fault or respective owner