summaryrefslogtreecommitdiff
blob: 6cd9c5499d588d3abe6524a7f4350f357f2e0e87 (plain)
1
2
3
4
5
6
7
8
<IfDefine CHROOT>
	LoadModule chroot_module modules/mod_chroot.so
</IfDefine>

<IfModule mod_chroot.c>
	# change this to the web root
	ChrootDir /var/www
</IfModule>