我在sub-uri redmine.example.org/redmine上有Rails应用程序,我想在redmine.example.org上找到它
/var/www/work/redmine.src is approot
/var/www/work/redmine is symlink to /var/www/work/redmine.src/public
<VirtualHost *:80>
DocumentRoot /var/www/work
ServerName redmine.example.org
ErrorLog /var/log/apache2/redmine-error_log
CustomLog /var/log/apache2/redmine-access_log combined
<Directory /var/www/work/redmine>
AllowOverride all
Options -MultiViews
Order allow,deny
allow from all
</Directory>
RackBaseURI /redmine
<Directory /var/www/work/redmine.src>
Options -MultiViews
Order allow,deny
allow from all
</Directory>
</VirtualHost>
Run Code Online (Sandbox Code Playgroud)
我尝试了很多组合和googled小时,但没有任何作用.
我应该如何更改此配置以在子域根上部署redmine?
提前致谢.
如何在heroku堆栈上安装pdftk?
由于其他依赖关系,我无法将堆栈降级到 Cedar,我需要在heroku-16.