【发布时间】:2015-03-10 16:40:32
【问题描述】:
我正在使用 Google Cloud Engine ruby 堆栈,它在 Debian 7 上使用 RVM 和Passenger。按照Passenger 配置手册进行操作后,当我导航到服务器根目录时,我只看到应用程序文件的目录。
这里是 /etc/apache2/apache2.conf
<VirtualHost *:80>
ServerName http://130.211.149.208
DocumentRoot /var/www/myapp
<Directory /var/www/myapp>
Allow from all
Options -MultiViews
# Uncomment this if you're on Apache >= 2.4:
#Require all granted
</Directory>
</VirtualHost>
【问题讨论】:
标签: ruby-on-rails google-app-engine passenger