<LocationMatch "/theproxypath">
ProxyPass http://[hostname]:[port]/theproxypath
ProxyPassReverse http://[hostname]:[port]/theproxypath
</LocationMatch>
server {
listen [port] default_server;
server_name [origin-hostname];
#!/bin/sh | |
# configure package download environment | |
export PACKAGEROOT="ftp://ftp.freebsd.org" | |
export PACKAGESITE="ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/Latest/" | |
# install perl to run the installer script | |
pkg_add -r perl | |
# install compat6x-amd64 (or compat6x-i386 if you're on 32-bit) |
chroot
if possible.