Proxy Error

Hi All,

I have just started to support a rails application and during the day I have to restart the apache proxy becuase I get proxy errors.

Is there any good guides I can look at that will help my understand apache and the apache proxy, how to configure it so that this error is removed?

Kind Regards and Thanks in advance.

Gurdipe

Hi All,

I have just started to support a rails application and during the day I have to restart the apache proxy becuase I get proxy errors.

Is there any good guides I can look at that will help my understand apache and the apache proxy, how to configure it so that this error is removed?

Hello Gurdipe,

I’ve always found the documentation provided by Apache at http://httpd.apache.org/docs/ to be an excellent place to start. You want to pay attention to the version of httpd you’re using so you don’t get a mismatch with the docs. The FAQ at the same site is also helpful.

Rick