[users@httpd] Help with setting up proxy

2011-09-14 Thread Mark Wiltshire
Hi everyone, I need a little assistance setting up a Reverse Proxy on Apache 2.0.59 Situation -- I have a server 172.16.0.141 which hosts our website. This website sources Adverts from another server 172.16.2.150 I want to set up a prox

Re: [users@httpd] load balancing

2011-09-07 Thread Mark Wiltshire
Have you see this http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html R Mark On 7 Sep 2011, at 13:47, Amira Othman wrote: Hi all, I am using httpd-2.2.3-43.el5.1.vm on centos 5.6 I want to add another web server to act as web farm. I want to use mod_proxy for load balancing between

Re: [users@httpd] Question regarding ErrorLog

2011-06-17 Thread Mark Wiltshire
Virtual Hosts are you answer. R Mark On 17 Jun 2011, at 13:22, Bocalinda wrote: I'm having 1 domain with different PHP applications seperated by context. For example: www.mydomain.com/calculator www.mydomain.com/calendar What I'm trying to do is seperate the logs per context, instead of havin

Re: [users@httpd] mod_rewrite woes

2011-01-20 Thread Mark Wiltshire
Hi UxBoDCan you confirm you haveRewriteCondRewriteRulefor each of you domains, I believe if you write multiple RewriteCond, they all have to match for the Rule then to be run.Try in separate pairs.RMarkOn 20 Jan 2011, at 20:00, --[ UxBoD ]-- wrote:Hello all,I am switching from LiteSpeed webserver t