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

How to configure OpenERP and web server so it would work the same as it working like in openerp.com SAAS? You create database named 'test' and it can be accessed using URL like test.my.openerp.com? Now I access my databases using localhost:8079/?db=name. And I want it to be accesible as name.localhost.

아바타
취소
베스트 답변

You need to configure your server to recognise a domain - go to /etc/hosts and add a domain for localhost

아바타
취소

That's a per host name, what is asked is a per database name.

Yes, but its still calling localhost and not a domain name. If you want to configure sub-domains per database look at http://tinyurl.com/oe-multi-domain-easy-config

베스트 답변

I would recommend using a reverse proxy with redirect. Easy enough to do with apache. Also I would recommend using SSL on the apache which can then redirect to nonSSL on the backend.

아바타
취소
관련 게시물 답글 화면 활동
0
3월 15
4540
1
3월 15
6674
1
5월 25
742
1
5월 25
666
2
5월 25
1334