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.
Published at LXer:
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.
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.
I installed apache2 on my local machine, and when typing "which apache2" it returns:
"/usr/sbin/apache2".
And when trying setting path for apache2 by using the following command:
"sudo apache2 -settingpath /usr/sbin/apache2"
It failed!