使用apache反向代理到ghfs

确保启用模块proxyproxy_http

  1. a2enmod proxy proxy_http

例如,apache代理/files到ghfs根目录:

运行ghfs并侦听

  1. ghfs -l 8080 -r /tmp/

配置apache反向代理

  1. ProxyPass /files/ http://localhost:8080/
  2. ProxyPassReverse /files/ http://localhost:8080/