<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Linux install and configure pound reverse proxy for Apache http / https web server</title> <atom:link href="http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Danny C</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-57276</link> <dc:creator>Danny C</dc:creator> <pubDate>Thu, 14 Apr 2011 09:35:50 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-57276</guid> <description>I am new to reverse proxy using Pound, I would like to know how the Client Http request &amp; response data flow in a scenarios as below:
# Let assume our Server public ip is 202.54.1.5.
# Pound will run on 202.54.1.5 port 80 . Let us call this Pound Server.
# A Http-Request-A from a Client (Internet Browser) came into the Pound Server
# Pound Server will forward the Http-Request-A  to list of internal Hosts eg. 192.168.1.11,  192.168.1.12, ....  all on port 80. Let say, it pick the  Host-192.168.1.11
# After the Host-192.168.1.11  process it, how does the Http-Response -A flow back to that Client (Internet  Browser) ?
- Does it flow back DIRECTLY to that Client without going through the Pound Server ?
OR
- Does it flow back first to the Pound Server and then to that Client ?
I just want to investigate if there is some network bandwidth toll (incoming &amp; outgoing) at the Pound Server which is used as a load balancer in a Cloud environment since Cloud eg.Amazon or Azure charge for incoming as well as outgoing data transfer. All I want is just the load balancing features using Pound Server inside a high availability nature of the Cloud.
Anyone, pls help. Thank a lot in advance .</description> <content:encoded><![CDATA[<p>I am new to reverse proxy using Pound, I would like to know how the Client Http request &amp; response data flow in a scenarios as below:</p><p># Let assume our Server public ip is 202.54.1.5.<br
/> # Pound will run on 202.54.1.5 port 80 . Let us call this Pound Server.<br
/> # A Http-Request-A from a Client (Internet Browser) came into the Pound Server<br
/> # Pound Server will forward the Http-Request-A  to list of internal Hosts eg. 192.168.1.11,  192.168.1.12, &#8230;.  all on port 80. Let say, it pick the  Host-192.168.1.11<br
/> # After the Host-192.168.1.11  process it, how does the Http-Response -A flow back to that Client (Internet  Browser) ?<br
/> &#8211; Does it flow back DIRECTLY to that Client without going through the Pound Server ?<br
/> OR<br
/> &#8211; Does it flow back first to the Pound Server and then to that Client ?</p><p> I just want to investigate if there is some network bandwidth toll (incoming &amp; outgoing) at the Pound Server which is used as a load balancer in a Cloud environment since Cloud eg.Amazon or Azure charge for incoming as well as outgoing data transfer. All I want is just the load balancing features using Pound Server inside a high availability nature of the Cloud.</p><p> Anyone, pls help. Thank a lot in advance .</p> ]]></content:encoded> </item> <item><title>By: Sri</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-56406</link> <dc:creator>Sri</dc:creator> <pubDate>Mon, 21 Mar 2011 07:03:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-56406</guid> <description>Hi,
This is an Excellent Website..
I searched a lot about this topic, and found today!!!
Can any one please clarify my doubt?
Does pound supports dynamic configuration reload like
NGINX ?(Restarting master process alone will reload the configuration file)
I am required to do this.
---
Thanks in advance,
Sri</description> <content:encoded><![CDATA[<p>Hi,<br
/> This is an Excellent Website..<br
/> I searched a lot about this topic, and found today!!!<br
/> Can any one please clarify my doubt?<br
/> Does pound supports dynamic configuration reload like<br
/> NGINX ?(Restarting master process alone will reload the configuration file)<br
/> I am required to do this.<br
/> &#8212;<br
/> Thanks in advance,<br
/> Sri</p> ]]></content:encoded> </item> <item><title>By: carl</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-50458</link> <dc:creator>carl</dc:creator> <pubDate>Sun, 31 Oct 2010 03:29:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-50458</guid> <description>or would it be in the Listen group also?:
ListenHTTP
Address 192.168.1.150
Port    80
Port    1812
Port    1813
End</description> <content:encoded><![CDATA[<p>or would it be in the Listen group also?:<br
/> ListenHTTP<br
/> Address 192.168.1.150<br
/> Port    80<br
/> Port    1812<br
/> Port    1813<br
/> End</p> ]]></content:encoded> </item> <item><title>By: carl</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-50457</link> <dc:creator>carl</dc:creator> <pubDate>Sun, 31 Oct 2010 03:14:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-50457</guid> <description>So can data on any port be sent to the BackEnd? And how would it be setup? Would it be done like this for other ports?
Service
HeadRequire &quot;Host:.*domain.com.*&quot;
BackEnd
Address 192.168.1.201
Port    80
Port    1812
Port    1813
End</description> <content:encoded><![CDATA[<p>So can data on any port be sent to the BackEnd? And how would it be setup? Would it be done like this for other ports?</p><p>Service<br
/> HeadRequire &#8220;Host:.*domain.com.*&#8221;<br
/> BackEnd<br
/> Address 192.168.1.201<br
/> Port    80<br
/> Port    1812<br
/> Port    1813</p><p> End</p> ]]></content:encoded> </item> <item><title>By: Clyde</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-49009</link> <dc:creator>Clyde</dc:creator> <pubDate>Wed, 25 Aug 2010 00:32:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-49009</guid> <description>Hi,
How about the gateway of the back-end servers, do I point it to the Pound as gateway and configure Pound as transparent</description> <content:encoded><![CDATA[<p>Hi,<br
/> How about the gateway of the back-end servers, do I point it to the Pound as gateway and configure Pound as transparent</p> ]]></content:encoded> </item> <item><title>By: amit</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-48631</link> <dc:creator>amit</dc:creator> <pubDate>Wed, 04 Aug 2010 06:08:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-48631</guid> <description>Why not to use apache http server as reverse proxy itself?</description> <content:encoded><![CDATA[<p>Why not to use apache http server as reverse proxy itself?</p> ]]></content:encoded> </item> <item><title>By: mair</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-44087</link> <dc:creator>mair</dc:creator> <pubDate>Tue, 13 Oct 2009 19:35:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-44087</guid> <description>its really easy to configure i want to track the call record and email record as per proxy server can any body sugggest me the way? itsyllabus@live.com</description> <content:encoded><![CDATA[<p>its really easy to configure i want to track the call record and email record as per proxy server can any body sugggest me the way? <a
href="mailto:itsyllabus@live.com">itsyllabus@live.com</a></p> ]]></content:encoded> </item> <item><title>By: mark</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-43742</link> <dc:creator>mark</dc:creator> <pubDate>Fri, 18 Sep 2009 10:16:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-43742</guid> <description>we cannot seem to edit our pound.cfg file
its none wrieable and we cannot chmode it either
does anyone have any ideas how we can make this file writable ?</description> <content:encoded><![CDATA[<p>we cannot seem to edit our pound.cfg file</p><p>its none wrieable and we cannot chmode it either</p><p>does anyone have any ideas how we can make this file writable ?</p> ]]></content:encoded> </item> <item><title>By: Nishad</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-43644</link> <dc:creator>Nishad</dc:creator> <pubDate>Thu, 10 Sep 2009 16:12:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-43644</guid> <description>I am beating around the bush for more than 4 days.  I am a newbie for Linux.  My management given me the deadline for setting Pound.  If anybody please please help me out.  I installed as listed.  I installed CentOS 5 and installed Pound.  Well it&#039;s not forwarding the requests to the internal webservers.   Kindly give the instructions.</description> <content:encoded><![CDATA[<p>I am beating around the bush for more than 4 days.  I am a newbie for Linux.  My management given me the deadline for setting Pound.  If anybody please please help me out.  I installed as listed.  I installed CentOS 5 and installed Pound.  Well it&#8217;s not forwarding the requests to the internal webservers.   Kindly give the instructions.</p> ]]></content:encoded> </item> <item><title>By: Kunal</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-41472</link> <dc:creator>Kunal</dc:creator> <pubDate>Tue, 05 May 2009 04:29:02 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-41472</guid> <description>How to run pound in HA mode, and running it parallel so that both the servers can share session (In case if one is down) and how to maintain the sticky session in pound.
Thanks in Advance
--
Kunal</description> <content:encoded><![CDATA[<p>How to run pound in HA mode, and running it parallel so that both the servers can share session (In case if one is down) and how to maintain the sticky session in pound.</p><p>Thanks in Advance<br
/> &#8211;<br
/> Kunal</p> ]]></content:encoded> </item> <item><title>By: sameera</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-39337</link> <dc:creator>sameera</dc:creator> <pubDate>Mon, 01 Dec 2008 06:49:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-39337</guid> <description>Thanks Vivek
Finally i found a resource which is working
thankx again</description> <content:encoded><![CDATA[<p>Thanks Vivek</p><p>Finally i found a resource which is working</p><p>thankx again</p> ]]></content:encoded> </item> <item><title>By: Techi</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-39225</link> <dc:creator>Techi</dc:creator> <pubDate>Fri, 14 Nov 2008 15:34:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-39225</guid> <description>Guys,
First I must say thank you for making reverse proxy so easy to configure and making techs life easy. I am running Pound 2.4.3 on RHEL5 server. I have three websites each running on separate webserver in internal network. I would like to reverse proxy them via one Pound server in DMZ. All three websites require secure connections for client and I like to install the certificates on the pound server for them. I have assigned three IPs on the pound server, one for each website. But these sites are not working. Below is my configuration.
&lt;pre&gt;
ListenHTTP
Address 202.168.1.1
Port    80
Service
Redirect &quot;https://www.abc.com&quot;
End
End
ListenHTTPS
Address 202.168.1.1
Port    443
Cert    &quot;/usr/local/openssl/local.server.pem&quot;
End
Service
BackEnd
Address 172.17.1.1
Port    80
End
End
ListenHTTP
Address 202.168.2.2
Port    80
Service
Redirect &quot;https://www.def.com&quot;
End
End
ListenHTTPS
Address 202.168.2.2
Port    443
Cert    &quot;/usr/local/openssl/local1.server.pem&quot;
End
Service
BackEnd
Address 172.17.2.2
Port    80
End
End
ListenHTTP
Address 202.168.3.3
Port    80
Service
Redirect &quot;https://www.ghi.com&quot;
End
End
ListenHTTPS
Address 202.168.3.3
Port    443
Cert    &quot;/usr/local/openssl/local2.server.pem&quot;
End
Service
BackEnd
Address 172.17.3.3
Port    80
End
End
&lt;/pre&gt;
I am redirecting HTTP requests to HTTPS as I would only like to serve clients on secure channel. This works fine if I run each website on a separate pound server but I like to have them on one reverse proxy server. I will really appreciate if you can provide me any help in this regard. If it is not possible with this configuration is there any way to achieve this on a single pound server.
Thanks,
Farhan</description> <content:encoded><![CDATA[<p>Guys,</p><p>First I must say thank you for making reverse proxy so easy to configure and making techs life easy. I am running Pound 2.4.3 on RHEL5 server. I have three websites each running on separate webserver in internal network. I would like to reverse proxy them via one Pound server in DMZ. All three websites require secure connections for client and I like to install the certificates on the pound server for them. I have assigned three IPs on the pound server, one for each website. But these sites are not working. Below is my configuration.</p><pre>
   ListenHTTP
         Address 202.168.1.1
         Port    80
         Service
         Redirect "https://www.abc.com"
          End
End
ListenHTTPS
         Address 202.168.1.1
         Port    443
         Cert    "/usr/local/openssl/local.server.pem"
End
                  Service
                  BackEnd
                      Address 172.17.1.1
                      Port    80
                  End
End
ListenHTTP
         Address 202.168.2.2
         Port    80
         Service
         Redirect "https://www.def.com"
           End
End
ListenHTTPS
         Address 202.168.2.2
         Port    443
         Cert    "/usr/local/openssl/local1.server.pem"
End
                  Service
                  BackEnd
                      Address 172.17.2.2
                      Port    80
                  End
End
ListenHTTP
         Address 202.168.3.3
         Port    80
         Service
         Redirect "https://www.ghi.com"
           End
End
ListenHTTPS
         Address 202.168.3.3
         Port    443
         Cert    "/usr/local/openssl/local2.server.pem"
End
                  Service
                  BackEnd
                      Address 172.17.3.3
                      Port    80
                  End
End
</pre><p>I am redirecting HTTP requests to HTTPS as I would only like to serve clients on secure channel. This works fine if I run each website on a separate pound server but I like to have them on one reverse proxy server. I will really appreciate if you can provide me any help in this regard. If it is not possible with this configuration is there any way to achieve this on a single pound server.</p><p>Thanks,<br
/> Farhan</p> ]]></content:encoded> </item> <item><title>By: shashank</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-38544</link> <dc:creator>shashank</dc:creator> <pubDate>Sun, 10 Aug 2008 20:01:35 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-38544</guid> <description>HI Folks,
I have a deadline and the time is ticking. i am setting up pound as a reverser proxy for a site that runs on port 8080. I m trying to run pound on 80 and direct all the traffic to port 8080. i have pound up and running and the redirect happens fine just that when it redirects it gives me this error
&quot;The service is not available. Please try again later&quot;
i believe i need to add some directive under the pound.cfg fine but not sure what. this is what i have for pound.cfg
&lt;pre&gt;User        &quot;pound&quot;
Group       &quot;pound&quot;
LogFacility daemon
LogLevel    4
Alive       30
Client      10
TimeOut     10
Grace       10
ListenHTTP
Address    0.0.0.0
CheckURL   &quot;(^\/&#124;\.html&#124;\.css&#124;\.jpg&#124;favicon\.ico&#124;robots\.txt&#124;\.png)$&quot;
HeadRemove &quot;X-Forwarded-For&quot;
MaxRequest 1024
Port       80
xHTTP      0
# Err414 &quot;/var/www/htdocs/error/generic_error_page&quot;
# Err500 &quot;/var/www/htdocs/error/generic_error_page&quot;
# Err501 &quot;/var/www/htdocs/error/generic_error_page&quot;
# Err503 &quot;/var/www/htdocs/error/generic_error_page&quot;
Service
URL         &quot;.*sessid=.*&quot;
HeadRequire &quot;Host:.*web249.solutionset.com.*&quot;
BackEnd
Address  127.0.0.1
Port     8080
End
Emergency
Address    127.0.0.1
Port       8888
End
End
End&lt;/pre&gt;
i am very new to pound so any help would be really appreciated. Thank you</description> <content:encoded><![CDATA[<p>HI Folks,</p><p>I have a deadline and the time is ticking. i am setting up pound as a reverser proxy for a site that runs on port 8080. I m trying to run pound on 80 and direct all the traffic to port 8080. i have pound up and running and the redirect happens fine just that when it redirects it gives me this error<br
/> &#8220;The service is not available. Please try again later&#8221;<br
/> i believe i need to add some directive under the pound.cfg fine but not sure what. this is what i have for pound.cfg</p><pre>User        "pound"
Group       "pound"
LogFacility daemon
LogLevel    4
Alive       30
Client      10
TimeOut     10
Grace       10
ListenHTTP
   Address    0.0.0.0
   CheckURL   "(^\/|\.html|\.css|\.jpg|favicon\.ico|robots\.txt|\.png)$"
   HeadRemove "X-Forwarded-For"
   MaxRequest 1024
   Port       80
   xHTTP      0
  # Err414 "/var/www/htdocs/error/generic_error_page"
  # Err500 "/var/www/htdocs/error/generic_error_page"
  # Err501 "/var/www/htdocs/error/generic_error_page"
  # Err503 "/var/www/htdocs/error/generic_error_page"
Service
                  URL         ".*sessid=.*"
                  HeadRequire "Host:.*web249.solutionset.com.*"
      BackEnd
         Address  127.0.0.1
         Port     8080
      End
      Emergency
       Address    127.0.0.1
       Port       8888
      End
   End
End</pre><p>i am very new to pound so any help would be really appreciated. Thank you</p> ]]></content:encoded> </item> <item><title>By: McKeder</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-37778</link> <dc:creator>McKeder</dc:creator> <pubDate>Wed, 16 Apr 2008 14:59:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-37778</guid> <description>I am extremely happy to have a tutorial like this. Until Recently, I had no idea what a Reverse Proxy was and this really helped me to understand it.
Thanks! and keep up all the great work!</description> <content:encoded><![CDATA[<p>I am extremely happy to have a tutorial like this. Until Recently, I had no idea what a Reverse Proxy was and this really helped me to understand it.</p><p>Thanks! and keep up all the great work!</p> ]]></content:encoded> </item> <item><title>By: ajay</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-37232</link> <dc:creator>ajay</dc:creator> <pubDate>Mon, 31 Dec 2007 07:37:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-37232</guid> <description>i have a linux system white box loaded. tell me how to configure its lan card for internet connection while server proxy address= 192.168.10.1
port : 6080</description> <content:encoded><![CDATA[<p>i have a linux system white box loaded. tell me how to configure its lan card for internet connection while server proxy address= 192.168.10.1<br
/> port : 6080</p> ]]></content:encoded> </item> <item><title>By: Erik</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-37170</link> <dc:creator>Erik</dc:creator> <pubDate>Sat, 15 Dec 2007 02:48:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-37170</guid> <description>To bad it doesn&#039;t do caching. Also crossraods is a good LB as-well.</description> <content:encoded><![CDATA[<p>To bad it doesn&#8217;t do caching. Also crossraods is a good LB as-well.</p> ]]></content:encoded> </item> <item><title>By: Babar</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-37169</link> <dc:creator>Babar</dc:creator> <pubDate>Fri, 14 Dec 2007 15:48:37 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-37169</guid> <description>I am having the same thing using squid as reverse proxy. Seems to be doing pretty well for the time being.</description> <content:encoded><![CDATA[<p>I am having the same thing using squid as reverse proxy. Seems to be doing pretty well for the time being.</p> ]]></content:encoded> </item> <item><title>By: vivek</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-37155</link> <dc:creator>vivek</dc:creator> <pubDate>Wed, 12 Dec 2007 17:06:14 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-37155</guid> <description>Calomel,
Thanks for sharing your links. You got some pretty good stuff :)</description> <content:encoded><![CDATA[<p>Calomel,</p><p>Thanks for sharing your links. You got some pretty good stuff :)</p> ]]></content:encoded> </item> <item><title>By: Calomel</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-37153</link> <dc:creator>Calomel</dc:creator> <pubDate>Wed, 12 Dec 2007 16:35:14 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-37153</guid> <description>I would highly suggest pound or lighttpd as a reverse proxy. As of version 2.4e, Pound is extremely fast and stable. Lighttpd did have some problems in the past and most of those have been fixed. Memeory managment has been greatly improved. I have to agree about the documentation, but there are examples like the following to help everyone out:
Pound Reverse Proxy &quot;how &quot;to&quot;
http://calomel.org/pound.html
Light webserver &quot;how to&quot;
http://calomel.org/lighttpd.html</description> <content:encoded><![CDATA[<p>I would highly suggest pound or lighttpd as a reverse proxy. As of version 2.4e, Pound is extremely fast and stable. Lighttpd did have some problems in the past and most of those have been fixed. Memeory managment has been greatly improved. I have to agree about the documentation, but there are examples like the following to help everyone out:</p><p> Pound Reverse Proxy &#8220;how &#8220;to&#8221;<br
/> <a
href="http://calomel.org/pound.html" rel="nofollow">http://calomel.org/pound.html</a></p><p> Light webserver &#8220;how to&#8221;<br
/> <a
href="http://calomel.org/lighttpd.html" rel="nofollow">http://calomel.org/lighttpd.html</a></p> ]]></content:encoded> </item> <item><title>By: vivek</title><link>http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-37144</link> <dc:creator>vivek</dc:creator> <pubDate>Tue, 11 Dec 2007 13:45:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-http-https-reverse-proxy-load-balancer/#comment-37144</guid> <description>Pound is simple and very nice. Many large site such as wordpress.com uses pound.</description> <content:encoded><![CDATA[<p>Pound is simple and very nice. Many large site such as wordpress.com uses pound.</p> ]]></content:encoded> </item> </channel> </rss>
