
17 Dec
2012
17 Dec
'12
9:32 a.m.
Hi Theng, On Sun, 2012-12-16 at 23:50 -0800, Theng Ung wrote:
Hi Daniel,
Yes, I am aware of port forwarding. This website involve with online transaction so I believe the purpose is to hide the actual web server itself as well as resolving issue that experience previously with port forwarding with online transaction.
<slightly-ot> Depending on what is running on the backend service you might find it better for performance to use Varnish (a web accelerator) to proxy the requests. Varnish will serve you static assets (images/css/js etc) from RAM and depending on the backend app config it could do the same for pages too. </slightly-ot> Cheers Dave