Chrooting Apache2 With mod_chroot On CentOS 5.4
This guide explains how to set up mod_chroot
with Apache2 on a CentOS 5.4 system. With mod_chroot, you can run
Apache2 in a secure chroot environment and make your server less
vulnerable to break-in attempts that try to exploit vulnerabilities in
Apache2 or your installed web applications.
Chrooting Apache2 With mod_chroot On OpenSUSE 12.2
This guide explains how to set up mod_chroot
with Apache2 on an OpenSUSE 12.2 system. With mod_chroot, you can run
Apache2 in a secure chroot environment and make your server less
vulnerable to break-in attempts that try to exploit vulnerabilities in
Apache2 or your installed web applications.
Chrooting Apache2 With mod_chroot On OpenSUSE 11.2
This guide explains how to set up mod_chroot
with Apache2 on an OpenSUSE 11.2 system. With mod_chroot, you can run
Apache2 in a secure chroot environment and make your server less
vulnerable to break-in attempts that try to exploit vulnerabilities in
Apache2 or your installed web applications.
Chrooting Apache2 With mod_chroot On Fedora 12
This guide explains how to set up mod_chroot
with Apache2 on a Fedora 12 system. With mod_chroot, you can run
Apache2 in a secure chroot environment and make your server less
vulnerable to break-in attempts that try to exploit vulnerabilities in
Apache2 or your installed web applications.
Chrooting Apache2 With mod_chroot On Debian Squeeze
This guide explains how to set up mod_chroot
with Apache2 on a Debian Squeeze system. With mod_chroot, you can run
Apache2 in a secure chroot environment and make your server less
vulnerable to break-in attempts that try to exploit vulnerabilities in
Apache2 or your installed web applications.
Chrooting Apache2 With mod_chroot On Debian Lenny
This guide explains how to set up mod_chroot
with Apache2 on a Debian Lenny system. With mod_chroot, you can run
Apache2 in a secure chroot environment and make your server less
vulnerable to break-in attempts that try to exploit vulnerabilities in
Apache2 or your installed web applications.
I'm trying to use ChrootDir directive in httpd.conf with the mod_chroot set of instructions found here
http://www.howtoforge.com/chrooting-apache2-with-mod_chroot-on-centos-5.4
However, it looks like since these instructions were first written apache has implemented their own native ChrootDir.
Installing mod_geoip for Apache2 On CentOS 6.3
This guide explains how to set up mod_geoip
with Apache2 on a CentOs 6.3 system. mod_geoip looks up the IP address
of the client end user. This allows you to redirect or block users based
on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.
Published at LXer:
This guide explains how to set up WebDAV with Apache2 on a Fedora 13 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP.