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 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 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.
How To Build mod_fastcgi For Apache2 On OpenSUSE 12.2
mod_fastcgi is needed for Apache prior to 2.4 to work with PHP-FPM. There is an apache2-mod_fastcgi package for OpenSUSE, but unfortunately it is buggy: it does not allow you to use the FastCgiExternalServer
directive inside a vhost, although the official mod_fastcgi
documentation says that this is allowed.
How To Set Up WebDAV With Apache2 On OpenSUSE 12.2
This guide explains how to set up WebDAV with Apache2 on an OpenSUSE 12.2 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.