redmine export long csv file failed: 502 proxy error

Posted 百思

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redmine export long csv file failed: 502 proxy error相关的知识,希望对你有一定的参考价值。

After modified the file \apps\redmine\conf\httpd-vhosts.conf:

<VirtualHost *:8080>
ServerName redmine.example.com
ServerAlias www.redmine.example.com
DocumentRoot "D:\App\Bitnami\redmine-3.3.0-0/apps/redmine/htdocs/public"
<Directory "D:\App\Bitnami\redmine-3.3.0-0/apps/redmine/htdocs/public">
Options -MultiViews
allow from all
</Directory>

Timeout 1200 # wuyan add

RewriteEngine On
RewriteRule ^/(.*)$ balancer://redminecluster%{REQUEST_URI} [P,QSA,L]
<Proxy balancer://redminecluster>
BalancerMember http://127.0.0.1:3001 timeout=1200 # wuyan modify
BalancerMember http://127.0.0.1:3002 timeout=1200 # wuyan modify
</Proxy>

Include "D:\App\Bitnami\redmine-3.3.0-0/apps/redmine/conf/httpd-app.conf"
</VirtualHost>

Now everything seems ok! 

以上是关于redmine export long csv file failed: 502 proxy error的主要内容,如果未能解决你的问题,请参考以下文章

使用 Export-CSV 将 sqlplus 查询结果导出到 CSV

PowerShell Export-Csv 导出与导入CSV文件

markdown PHP_export_csv

PowerShell Import-CSV“过滤掉空行”Export-CSV

在管理员中向 Django 的 export_as_csv 操作添加动态字段

zencart export批量导出数据,生成csv操作