If you are in need of rewriting HTTP URLs stored in your WordPress database installation and don’t want to manually change them into HTTPs this little trick can be useful to you. In my case, I needed to change all the URLs of the attachments of posts like this “http://mydomain.com/files/2012/11/image01.jpg” to HTTPS. If there were […]
Archivo de categoría: Apache
mod_pagespeed – Make the Web Faster — Google Developers
mod_pagespeed – Make the Web Faster — Google Developersmod_pagespeed mod_pagespeed speeds up your site and reduces page load time. This open-source Apache HTTP server module automatically applies web performance best practices to pages, and associated assets (CSS, JavaScript, images) without requiring that you modify your existing content or workflow.
mod_qos for Apache, an awesome way to prevent DoS Attacks
Mod_qos for Apache an awesome way to prevent DoS Attacks In computer networking, the term quality of service (QoS) describes resource management rather than the quality of a service. Quality of service implements control mechanisms to provide different priority to different users, applications, and data connections. It is used to guarantee a certain level of […]