Is that set in the virtual host section where all the other SSL stuff is
being set?

Here is a snippet from our config:

<VirtualHost 132.241.82.93:443>
[...snip]
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
RequestHeader set X_FORWARDED_PROTO 'https'
[...snip]
</VirtualHost>

What exactly is configtest saying the problem is?

Pat

On 3/16/07, magic hat <[EMAIL PROTECTED]> wrote:

I'm not quite to the point where I need to worry about multiple mongrel
processes -- the ssl is actually what's giving me trouble.

I tried adding

 RequestHeader set X_FORWARDED_PROTO 'https' to my .conf file, but that makes 
apache barf.


*Patrick Berry <[EMAIL PROTECTED]>* wrote:



On 3/16/07, magic hat <[EMAIL PROTECTED]> wrote:
>
> I need to deploy an app that requires SSL on a linux/apache 2.0 server
> that cannot be upgraded to apache 2.2.
>
> I'm a bit concerned that using pound and avoiding apache entirely will
> mess up my Plesk setup, but I'm willing to take a gamble on that, or any
> other approach that someone's found effective. Suggestions?



This is entirely doable (as we have just that very setup in production
right now).  I have a page for the docs site into Zed for review that
details the steps (sans SSL, but that's just apache config).  The key to the
whole thing is from this article (previously posted on the list):

http://times.usefulinc.com/2006/09/13-mongrel-apache20

I would also recommend using the latest pre-release mongrel_cluster, as
there are just too many good features in there to not use it.

Pat
_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users


------------------------------
Bored stiff? <http://us.rd.yahoo.com/evt=49935/*http://games.yahoo.com>Loosen 
up...
Download and play hundreds of games for 
free<http://us.rd.yahoo.com/evt=49935/*http://games.yahoo.com>on Yahoo! Games.


_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users

_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to