Archive for the ‘Linux’ Category
NginX packages with third-party modules for CentOS and Debian
Hi folks, finally a new post after a couple weeks without one (I was a little bit busy). Now, I want to share with you the NginX packages (built with third-party modules) for CentOS and Debian. The third-party modules included in the packages are:
– cache-purge
– dav-ext
– development-kit
– echo
– fancyindex
– headers-more
– http-auth-pam
– http-substitutions-filter
– lua
– sticky
– upload-progress
– upstream-fair
You can download them from my personal repositories or you can use the source from github to build their own versions.
Feel free to ask questions or make suggestions. That is all for now.
SuPHP package for CentOS 7
Hi Folks, I finished the SuPHP 0.7.2 package for CentOS 7. SuPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary (suphp) that is called by the Apache module to change the uid of the process executing the PHP interpreter. In other words, it’s useful if you want to use different PHP versions in the same environment.
You can download it over here. As soon as possible I’ll do a post describing the pros and cons about it.
Like I said in my previous post, I’m using all these packages in my production environment, which means, they have been 100% tested.
Feel free to ask questions or make suggestions. That is all for now.
OpenSSH 7.0 package for CentOS 7
Hi Folks, yesterday I finished the OpenSSH 7.0p1 package for CentOS 7 (it was released August 11). The complete changelog with all changes is here and I have published it on my personal repository.
Like I said in my previous post, I’m using all these packages in my production environment, which means, they have been 100% tested.
Feel free to ask questions or make suggestions. That is all for now.