PageSpeed improves web page latency and bandwidth usage by changing the resources on that web page to implement web performance best practices. Each optimization is implemented as a custom filter in PageSpeed, which are executed when the HTTP server serves the website assets. Some filters simply alter the HTML content, and other filters change references […]
Continue reading…
Webserver
How To Install Apache, MySQL and PHP on Debian 7.0
This tutorial will explain how to install apache webserver,mysql database servers and php on Debian 7.0.
Continue reading…
How to fix “(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80” apache server error
Problem Some time when you try to restart apache server you should see similar to the following error and apache server won’t start
Continue reading…
Web Application Security: How to Minimize Prevalent Risk of Attacks
Vulnerabilities in web applications are now the largest vector of enterprise security attacks. Stories about exploits that compromise sensitive data frequently mention culprits such as “cross-site scripting,” “SQL injection,” and “buffer overflow.” Vulnerabilities like these fall often outside the traditional expertise of network security managers. To help you understand how to minimize these risks, Qualys […]
Continue reading…