transparent proxy having function to turn (redirect) all request web in port 80 to port that used as web proxy (default port 3128 in squid), use transparent proxy attributed so that unnecessary again done configuration towards browser client. to do the mentioned is wanted addition application likes ipchains or iptables as according to firewalls kind that used in proxy server. if ipchains that used so command to make transparent proxy.
ipchains -a input -p tcp -d any/0 www -j redirect 3128
or can also by order of next.
ipchains -a input -p tcp -d any/0 --dport 80 -j redirect 3128
but if firewalls kind that used iptables so command that given.
iptables -a prerouting -t nat -p tcp --dport 80 -j redirect --to-port 3128
But otherwise want done redirecting so can be used command next
iptables - t nat -a prerouting -i eth0 -s! 192.168.1.10 -p tcp --dport 80 -j dnat --to 192.168.1.10: 3128
From command at assumption kan that is ip address yag used as proxy server 192.168.1.10. firewalls configuration having taken ste to transparent proxy ha next that must be done edit configuration file from squid itself, that is with add trivial lines next.
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
Readmore »»
Access speed is a web will determine interest from the visitors to do visit back into the web site, of course, next to the content offered in the web site. A website will be more interesting if the web site is content-there is additional content such as pictures, animation or other animation as shown in the decoration.
But it's good for the developers to further restrict the web, content, additional content, and constitutes the more to the main content of the web site at accesories compare. so that the visitors from the web will be easier to find content that dicarinya and does not remove the teralu a lot of time to wait for additional content-content that may not be too important tersebuat termuat site on the web page.
To perform the optimization of content-content on the web, one of the tools that can be used is to use the ping service content property pingdom. This Tools will measure the speed of each load component is loaded in the website such as Image, Animation, Flash Object, Document CSS, Javascript or script that is used in detail. That way we can perform optimization of the page, for example, remove the component-component that is not so important but it takes a long load.
The use of this tool is very easy, simply by entering the URL address of the web page you want to check in, then press the test, and tools will soon make page rendering kalamat URL and then give the report is easy to understand.
It is no less important to be considered here is that the access speed is the speed of access to the Pingdom server hosting server, so that any given report will be influenced by factors that have the distance, in other words the report given is not absolute, but akan enough help.
Readmore »»