Re: [EMAIL PROTECTED] Load Balancer

2008-09-01 Thread elsergio
Hi, /etc/apache2/lb_map: poolwww1|www2|www3|www4 And in a .htaccess file: RewriteEngine On RewriteMap servers rnd:/etc/apache2/lb_map RewriteRule ^(/blog.*)$ http://${servers:pool}.domain.com$1 [R,L] Can you explain me the last line? BR, Sergio -- View this message in context:

[EMAIL PROTECTED] Multi thread or Not multi thread processor

2008-09-01 Thread elsergio
Hi all, Which option is better for using Apache as a Load Balancer? a) Multi thread processor. -- View this message in context: http://www.nabble.com/Multi-thread-or-Not-multi-thread-processor-tp19251390p19251390.html Sent from the Apache HTTP Server - Users mailing list archive at

[EMAIL PROTECTED] Multi thread or Not multi thread processor

2008-09-01 Thread elsergio
Hi all, Which option is better for using Apache as a Load Balancer? a) Multi thread processor. b) Non Multi thread processor. Thanks! Sergio -- View this message in context: http://www.nabble.com/Multi-thread-or-Not-multi-thread-processor-tp19251402p19251402.html Sent from the Apache HTTP

[EMAIL PROTECTED] Load Balancer

2008-08-29 Thread elsergio
Hi all, I would like to use to use Apache just as a Load Balancer. This is the idea: - http/https -- Apache -- Srv1: IP 192.168.1.10 |--- Srv2: IP 192.168.1.20 I have seen in the documentation that could be something

Re: [EMAIL PROTECTED] Port to port

2008-08-11 Thread elsergio
Hi Krist, I understand that choosing apache for doing the port forwarding is not the smartest thing but the problem is that I would like to have a revere proxy, ssl capable and also changing some headers. I know that apache can change the headers. I have read that it can deal with ssl (can you

Re: [EMAIL PROTECTED] Port to port

2008-08-11 Thread elsergio
Hi, The idea is the following: | | listen on port: 80,81 | \|/ Apache Reverse Proxy | |

Re: [EMAIL PROTECTED] Port to port

2008-08-11 Thread elsergio
Eric, Yes, maybe I should have used other words for this scenario instead of port forwarding. I have done it with other reverse proxies but not with apache an I dont know how to make the link between the origin port on the apache and the ip:port inside the network. Is there any special module

[EMAIL PROTECTED] Port to port

2008-08-08 Thread elsergio
Hi, Do you know if it is possible to, having a reverse proxy, to: listen on port A and forward the connection to IP1 on port B and listen on port B and forward the connection to IP1 on port D ?? Thanks a lot, Sergio -- View this message in context:

[EMAIL PROTECTED] Changing headers with mod_headers

2008-08-08 Thread elsergio
Hi, Do you know if it is possible to modify http and https headers with the mod_headers module ?? Thanks a lot, Sergio -- View this message in context: http://www.nabble.com/Changing-headers-with-mod_headers-tp18890471p18890471.html Sent from the Apache HTTP Server - Users mailing list