In my case we turned the entire site into https, so that solved my problem.
(Did I mention that I'm not a sysadmin :)
where is the flaw in this logic?
Add proxy pass for /admin /accounts in the *:80 record to the https urls.
Add the X_FORWARDED_PROTO to the :443 record.
My thought is that if rail
That's part of the issue, but it'd be nice if *every* link to /admin
(or /accounts) used https while non-authenticated links still use
http. That's a bit harder to do from Apache.
Scott
On 9/21/06, Linda Derezinski <[EMAIL PROTECTED]> wrote:
> Scott,
>
> I believe that the rails team has alread
Scott,
I believe that the rails team has already done this for you :)
In the the httpd.conf in your record add this
RequestHeader set X_FORWARDED_PROTO "https"
Then all of your url_for() will correctly render https or http depending on
the RequestHeader parameter
I'm not a sys admin ... Nor
What are the main items that need to be tackled? I would be interested in checking out the code and helping out. ~ BenOn 9/20/06, Scott Laird
<[EMAIL PROTECTED]> wrote:Yeah, that's what I told myself a couple weeks back, but I've moved
from the 'vacation+conference' state to the 'vacation-induce
On 9/21/06, Beber <[EMAIL PROTECTED]> wrote:
> Trejkaz <[EMAIL PROTECTED]>
>
> > On Wednesday 20 September 2006 21:10, Beber wrote:
> >> Hi,
> >>
> >> Is there a way to make the /admin into https and everything else in http ?
> >
> > I do this on the Apache side using redirects, but it isn't pretty
Trejkaz <[EMAIL PROTECTED]>
On Wednesday 20 September 2006 21:10, Beber wrote:
Hi,
Is there a way to make the /admin into https and everything else in http ?
I do this on the Apache side using redirects, but it isn't pretty.
I tried that and with ProxyPass setting and it only fails. Could
Hi,
I´m having trubbles making lightbox displaying images I have located
in public/images/extra/
I can see them when accessing the image url directly.
This post looks blank:
I can access the image at
http://martin.stabenfeldt.net/images/extra/transporter.png
I´m having some trubbles with Apache