PageRenderTime 14ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/contrib/cistrome_apache_proxy.conf

https://bitbucket.org/cistrome/cistrome-harvard/
Config | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | f4f99c177d174822bc2fd1d6e58b1cf1 MD5 | raw file
  1. <Proxy http://127.0.0.1:8603>
  2. Order Allow,Deny
  3. Allow from all
  4. </Proxy>
  5. RewriteEngine On
  6. RewriteRule ^/ap$ /ap/ [R]
  7. RewriteRule ^/ap(.*) http://127.0.0.1:8603$1 [P]