Skip to content

Getting started

Alexander Andreev edited this page Jun 1, 2017 · 1 revision

If you want to test Charon proxying functionality:

  • Build and install Charon.
  • cd to directory with simple site. For example, /var/www/charon
  • Run there: python2 -m SimpleHTTPServer or python -m http.server.
  • Change root in localhost vhost in /etc/charon/charon.conf to
vhost {
    name "localhost";
    upstream "127.0.0.1:8000";
}
  • Restart Charon: systemctl restart charon.
  • Go to localhost.
Clone this wiki locally