콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3969 화면

I'm try to redirect from domain.com:8069 to domain.ro. using proxy reedirect in apache. The problem is that when using domain.com:8069 it selects the database that I;ve added in the config file and when entering domain.ro it asks for my database(it doesn't open the testdb)

Proxy config in vhost

   ProxyRequests Off
    ProxyPreserveHost On
    <Proxy *>
        AddDefaultCharset off
        Order deny,allow
        Allow from all
    </Proxy>

    SetEnv proxy-nokeepalive 1

    ProxyPass / http://127.0.0.1:8069/
    ProxyPassReverse / http://127.0.0.1:8069/

    LogLevel debug
    ProxyVia On

openerp-server.conf

[options]
; This is the password that allows database operations:
admin_passwd = password

db_host = False
db_port = False

db_user = odoo
db_password = password

db_name = testdb
list_db = False
dbfilter = testdb

addons_path = /opt/odoo/v8/addons,/opt/odoo/v8/web/addons

logfile = /var/log/openerp/openerp-server.log
log_level = error

 

아바타
취소
관련 게시물 답글 화면 활동
2
7월 25
1287
1
5월 25
806
2
5월 25
1415
1
7월 24
3047
0
8월 24
341