diff options
author | demon <demon@FreeBSD.org> | 2001-12-20 03:13:53 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2001-12-20 03:13:53 +0800 |
commit | 0e75f7f1146597694c46622493ad5356ca04e24c (patch) | |
tree | 2ca49cfeb0b9c0a88399d6d55dffd52958ecd004 /www/mod_php5 | |
parent | f4de2abf8f0320786f6e9047119a08b4ed0a7fb8 (diff) | |
download | freebsd-ports-gnome-0e75f7f1146597694c46622493ad5356ca04e24c.tar.gz freebsd-ports-gnome-0e75f7f1146597694c46622493ad5356ca04e24c.tar.zst freebsd-ports-gnome-0e75f7f1146597694c46622493ad5356ca04e24c.zip |
Define the -DSHAREDTMP option, since this allows one to simulate
clusters of pvm machines with jail(8).
Basically, do this:
ifconfig lo0 10.0.0.1 netmask 255.255.255.255 alias
ifconfig lo0 10.0.0.2 netmask 255.255.255.255 alias
ifconfig lo0 10.0.0.3 netmask 255.255.255.255 alias
...
echo "10.0.0.1 ten-1" >> /etc/hosts
echo "10.0.0.2 ten-2" >> /etc/hosts
echo "10.0.0.3 ten-3" >> /etc/hosts
...
jail / ten-1 10.0.0.1 /usr/libexec/inetd
jail / ten-1 10.0.0.2 /usr/libexec/inetd
jail / ten-1 10.0.0.3 /usr/libexec/inetd
Tada! now you have three PVM enabled computers on your laptop :-)
Submitted by: phk
Diffstat (limited to 'www/mod_php5')
0 files changed, 0 insertions, 0 deletions