Hi, after change the conf file to port 80
the following error displayed
Traceback (most recent call last):
File "/usr/lib64/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/lib64/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib/python2.6/site-packages/openerp-7.0_20130506_231027-py2.6.egg/openerp/service/wsgi_server.py", line 436, in serve
httpd = werkzeug.serving.make_server(interface, port, application, threaded=True)
File "/usr/lib/python2.6/site-packages/werkzeug/serving.py", line 402, in make_server
passthrough_errors, ssl_context)
File "/usr/lib/python2.6/site-packages/werkzeug/serving.py", line 334, in __init__
HTTPServer.__init__(self, (host, int(port)), handler)
File "/usr/lib64/python2.6/SocketServer.py", line 402, in __init__
self.server_bind()
File "/usr/lib64/python2.6/BaseHTTPServer.py", line 108, in server_bind
SocketServer.TCPServer.server_bind(self)
File "/usr/lib64/python2.6/SocketServer.py", line 413, in server_bind
self.socket.bind(self.server_address)
File "<string>", line 1, in bind
error: [Errno 13] Permission denied
can anyone help?
Update :
The OS is CENTOS6.3.
The conf file is :
[options]
xmlrpcs_port = 8071
xmlrpc_port = 80
xmlrpc = True
xmlrpcs = True
xmlrpcs_interface =
xmlrpc_interface =
static_http_enable = False
static_http_document_root = None
without_demo = False
unaccent = False
syslog = False
logrotate = True
test_report_directory = False
list_db = True
timezone = False
test_file = False
secure_pkey_file = server.pkey
workers = 0
log_level = info
admin_passwd = BLANKOUT
static_http_url_prefix = None
limit_request = 8192
test_commit = False
proxy_mode = False
demo = {}
dbfilter = .*
login_message = False
import_partial =
pidfile = /var/run/openerp/openerp-server.pid
osv_memory_count_limit = False
reportgz = False
osv_memory_age_limit = 1.0
debug_mode = False
netrpc = False
netrpc_interface =
netrpc_port = 8070
limit_time_real = 120
limit_memory_hard = 805306368
csv_internal_sep = ,
limit_time_cpu = 60
pg_path = None
limit_memory_soft = 671088640
translate_modules = ['all']
server_wide_modules = None
smtp_user = False
smtp_ssl = False
smtp_password = False
smtp_port = 25
smtp_server = localhost
email_from = False
logfile = /var/log/openerp/openerp-server.log
log_handler = [':INFO']
db_user = openerp
db_host = False
db_port = False
db_name = False
db_maxconn = 64
db_template = template1
db_password = False
test_enable = False
max_cron_threads = 2
addons_path = /usr/lib/python2.6/site-packages/openerp-7.0_20130506_231027-py2.6.egg/openerp/addons
secure_cert_file = server.cert
Have you made any further progress?
Hi, yes, I have been search on the internet for long time and found the Nginx can be run front of the openerp, do few configuration and point the domain name to :8069 internally, then put the domian on the conf file, it works, but found new problem now.