通过 RVM 在 CPanel 系统上安装 Ruby,以通过 Apache mod_proxy 使用 Unicorn
我拥有安装了 CPanel 11.30.5 的 CentOS 6.0 系统。我对 CPanel 很陌生。
我想使用 RVM 在将创建为 CPanel 帐户的用户目录中安装 Ruby(将其本地安装在主目录中,而不是在系统级别上)。我想运行 Unicorn(一个 Ruby 应用程序服务器)并让 Apache 作为代理。 Unicorn 将在某个端口上运行(例如 3001),我只想做在 Apache 虚拟主机中通常做的事情:
ProxyPass / http://127.0.0.1:3001
无论如何,我很想打开虚拟主机文件并添加我的指令,但根据我的理解最好不要弄乱 CPanel 盒子上的任何系统文件。所以我的问题是:将 ProxyPass 添加到虚拟主机的正确 CPanel 方法是什么?有什么我需要知道的可能是意外的事情吗?
(我不希望 Ruby 在系统范围内安装或供其他人使用,只是为了这个帐户(我拥有并控制该帐户),因此我对 CPanel 的具体实现不感兴趣。)
谢谢!
I own a CentOS 6.0 System with CPanel 11.30.5 installed. I'm very new to CPanel.
I want to install Ruby using RVM in a user directory that will be created as a CPanel account (install it locally in a home directory, not on a system level). I want to run Unicorn (a Ruby application server) and have Apache act as a proxy. Unicorn will run on some port (eg. 3001) and I simply want to do what is usually done in an Apache Virtual Host as:
ProxyPass / http://127.0.0.1:3001
Anyway, I'm tempted to just open the virtual hosts file and add my directive but as per my understanding it's best not to mess with any of the system files on a CPanel box. So my question is: What is the proper CPanel way to add ProxyPass to a virtual host and is there anything I need to know that might be unexpected?
(I do not want Ruby installed system-wide or for use by others, just for this one account -- which I own and control -- so the CPanel specific implementation does not interest me.)
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论