Re: [EMAIL PROTECTED] Proxy Problem

2006-09-07 Thread Chris Dagnon
I hope this isn't a case of the blind leading the blind, but it looks like your config file is simply missing the part you want: for the user's URL to remain the same you need to include ProxyPassReverse. ProxyPass as you discovered, initiates the handoff to your other services. Your first entry

Re: [EMAIL PROTECTED] Add SSL + https to Apache2 Proxied site - won't start!

2006-08-25 Thread Chris Dagnon
it along..? Thanks again, -Chris Joshua Slive said: On 8/24/06, Chris Dagnon [EMAIL PROTECTED] wrote: Hello all, I've been using a site configured to Proxy requests to another port for one ServerName and another on the same Apache2 directly serving PHP pages. That's been working fine

Re: [EMAIL PROTECTED] Add SSL + https to Apache2 Proxied site - won't start!

2006-08-25 Thread Chris Dagnon
. I always stop and start apache between changes when trying them out, and force Firefox to refresh content. Apache's error.log shows only SIGTERM shutdown/startup entries now, and I am using Apache2 on Ubuntu 6. Thanks! -Chris Chris Dagnon said: Thanks for that hint - I didn't think to check

[EMAIL PROTECTED] Alias/RewriteRule/ProxyPass/SSL - how do they coexist?

2006-08-25 Thread Chris Dagnon
Here is hopefully a succinct re-statement of my current problem: I had a website setup and it was working fine using VirtualHost ProxyPass to forward to another port and a server-level Alias+Directory pair to forward all image requests to a concrete, common directory. Now that I've added SSL

[EMAIL PROTECTED] Add SSL + https to Apache2 Proxied site - won't start!

2006-08-24 Thread Chris Dagnon
Hello all, I've been using a site configured to Proxy requests to another port for one ServerName and another on the same Apache2 directly serving PHP pages. That's been working fine. But now I want to add SSL to the proxied pages and it isn't going so smoothly. I had hints from a coworker and

[EMAIL PROTECTED] How to get Alias and ProxyPass working in vhost file with Location and Directory?

2006-08-14 Thread Chris Dagnon
Hello all, this is an expert-level question from a newbie: I've got a vhost file setup to ProxyPass off to Rails on port 3000, but now we're told we have to server images and CSSs from a shared directory elsewhere. The thought is to have a /www/static/images/ where all images live and are served