Use Varnish and Nginx to follow, hide and cache 301 / 302 redirects

Hello! Varnish is a robust, open source and stable caching solution that has been employed on many different high traffic environments with a significant amount of success. One of the things that we have come across, specifically with environments such as Amazon Web Services is that websites tend to spread their web stack across multiple […]

https://www.stackstar.com/use-varnish-nginx-follow-hide-cache-301-302-redirects/ Force SSL for your site with Varnish and Nginx

Hello! For those of you who depend on Varnish to offer robust caching and scaling potential to your web stack, hearing about Google’s prioritization (albeit arguably small, for now) of sites that force SSL may cause pause in how to implement. Varnish currently doesn’t have the ability to handle SSL certificates and encrypt requests as […]

https://www.stackstar.com/force-ssl-for-your-site-with-varnish-and-nginx/ Auto updating Atomicorp Mod Security Rules

Hello! If any of you use mod_security as a web application firewall, you might have enlisted the services of Atomicorp for regularly updating your mod_security ruleset with signatures to protect against constantly changing threats to web applications in general. One of the initial challenges, in a managed hosting environment, was to implement a system that […]

https://www.stackstar.com/auto-updating-atomicorp-mod-security-rules/ Web based system to purge multiple Varnish cache servers

Hello! We have been working with varnish for quite a while. And there is quite a lot of documentation out there already for the different methods for purging cache remotely via Curl, the varnish admin tool sets and other related methods. We deal with varnish in the Amazon Cloud as well as on dedicated servers. […]

https://www.stackstar.com/web-based-system-to-purge-multiple-varnish-cache-servers/ Web based system to push your GIT code

Hello! Since posting recently about our Web based SVN push system , we have decided to take what we did there one step further and implement a very similar system for GIT, but with more options! The web based GIT push system is, as mentioned, very similar to the web based SVN push system, with […]

https://www.stackstar.com/web-based-system-to-push-your-git-code/