Apache代理URL到端口

时间:2015-05-24 18:39:53

标签: apache ubuntu

我的计算机上运行了1] Must start with a 1 - client has put 1+0|1 2] Any number of 0s followed by any number of 1s - client has put 0*0|1 3] Any combination of 0s and 1s - client has put 0*1* 服务器。我可以通过以下网址访问它:

RStudio

或我的.com

http://localhost:8787/

我想配置apache所以我可以使用

http://mysecreturl.com:8787/

http://localhost/Rstudio

我创建了以下文件 http://mysecreturl.com/Rstudio

/etc/apache2/sites-available/Rstudio

并重新启动apache ProxyRequests Off <Proxy *> Order deny,allow Deny from all Allow from 127.0.0.1 </Proxy> SSLProxyEngine on ProxyPass /Rstudio http://localhost:8787 ProxyPassReverse /Rstudio https://localhost:8787

但是没有用。

感谢您的帮助!

我认为这是问题,但我不确定如何解决它

  

$ sudo a2enmod mod_proxy mod_proxy_http mod_ssl
  错误:模块mod_proxy不存在!
  错误:模块mod_proxy_http不存在!
  错误:模块mod_ssl不存在!

我在ubuntu 15.04

0 个答案:

没有答案