Apache Reponse超时

问题描述:

我已经将apache2配置到我的ubuntu 14.04中,odoo.DB为合作伙伴提供了超过100000条记录。所以我们将它们加载到后台。同样的产品也在加载。产品加载正常,但合作伙伴未加载。谁能帮我这个。Apache Reponse超时

apache proxy configuration. 

` 服务器名odoo-bhaviraj.com ServerAlias odoo-bhaviraj.com

LogLevel warn 
ErrorLog /var/log/apache2/odoo-bhaviraj.com.error.log 
CustomLog /var/log/apache2/odoo-bhaviraj.com.access.log combined 

ProxyRequests Off 
ProxyPreserveHost On 
ProxyVia full 
ProxyTimeout 18000 
KeepAlive On 
ProxyPass/http://localhost:8069/ 
ProxyPassReverse/http://localhost:8069/ 

ProxyPass/http://127.0.0.1:8069/ 
ProxyPassReverse/http://127.0.0.1:8069/ 
</VirtualHost> 

odoo.conf file 

[options] 
; This is the password that allows database operations: 
admin_passwd = admin 
db_host = localhost 
db_port = 5432 
db_user = acespritech 
db_password = 123456 
addons_path = /home/bhaviraj/project/erp/odoo/odoo_8/addons 
## Logging Group - Logging Configuration 
logfile = /var/log/odoo/odoo-server.log 
logrotate = True 
syslog = False 
log_level = debug 
log_handler = [':INFO'] 
log_level = info 
db_filter = .* 
workers = 4 
proxy_mode = True 
limit_memory_soft = 671088640 


limit_memory_hard = 805306368 
limit_time_cpu = 3000 
limit_time_real = 3000 
limit_request = 8192 
max_cron_threads = 0 
xmlrpc_interface = 127.0.0.1 
longpolling_port = 8072` 

这很简单,执行此COMMANDE:

sudo gedit /etc/apache2/apache2.conf 

而且,验证超时(秒数bef矿石收发时间)

超时300

+0

我有时间的延长至1000也不过它不是为我工作。 –

+0

我已将时间延长至1000,但它不适合我。 互斥文件:$ {} APACHE_LOCK_DIR默认 PIDFILE $ {} APACHE_PID_FILE超时保持活动在 MaxKeepAliveRequests 100 的KeepAliveTimeout 10 –