configuration - Apache Reponse timeout -
i have configure apache2 ubuntu 14.04 odoo.db has on 100000 records partners. loading them background. same way products loading. products loading fine, partner not loading. can 1 me this.
apache proxy configuration.
` servername 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] ; password 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`
it's simple, execute commande :
sudo gedit /etc/apache2/apache2.conf
and, verify timeout (the number of seconds before receives , sends time).
timeout 300
Comments
Post a Comment