mod_jail

Makes running Apache 1.3 in a secure FreeBSD jail prison easy.
Download

mod_jail Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Igor Popov
  • Publisher web site:
  • http://code.google.com/p/maildirquotad/

mod_jail Tags


mod_jail Description

Makes running Apache 1.3 in a secure FreeBSD jail prison easy. mod_jail makes running Apache 1.3 in a secure FreeBSD jail prison easy.mod_jail is also able to change the securelevel within a created jail prison.Installation:Install mod_myuserdir:make install (as root) Apache:Edit apache config, you may use httpd.conf.add as example, make shure that mod_jail.so is first after ClearModuleList. LoadModule jail_module libexec/apache/mod_jail.so# ...ClearModuleListAddModule mod_jail.c# ...#< IfModule mod_jail.c > jail_rootdir "/usr/local/www" jail_hostname "www.localhost.net" jail_address 192.168.0.1 jail_scrlevel 3< /IfModule > All parameters must be set. Make it all working:Just restart apache: apachectl stop; apachectl start So, it should work now. If verion of your FreeBSD is >= 5.1, you can see jail by jls command: # jls JID IP Address Hostname Path 50 192.168.0.1 www.localhost.net /usr/local/wwwThis module is tested to compile and work on FreeBSD 6.0 and 6.1. I expect it to work on any FreeBSD > 4.0 Requirements: · Apache What's New in This Release: · This release merges a patch from FreeBSD's ports for the new multi-IPv4 jail API.


mod_jail Related Software