2016-11-08 56 views
0

我已經將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` 

回答

0

這很簡單,執行此COMMANDE:

sudo gedit /etc/apache2/apache2.conf 

而且,驗證超時(秒數bef礦石收發時間)

超時300

+0

我有時間的延長至1000也不過它不是爲我工作。 –

+0

我已將時間延長至1000,但它不適合我。 互斥文件:$ {} APACHE_LOCK_DIR默認 PIDFILE $ {} APACHE_PID_FILE超時保持活動在 MaxKeepAliveRequests 100 的KeepAliveTimeout 10 –