This question has been flagged
2 Replies
4184 Views
<virtualhost *:80="">
      ServerAdmin webmaster@florance.com
      ServerName florance.com
      ServerAlias *.florance.com

      <proxy *="">
           Order deny,allow
           Allow from all
      </proxy>
      ProxyRequests Off
      ProxyPass / http://127.0.0.1:8069/
      ProxyPassReverse / http://127.0.0.1:8069/    

      # Fix IE problem (http error 408/409)
      SetEnv proxy-nokeepalive 1

    </virtualhost>

How to set multi-domain enable feature.

so if i use test1.florance.com ,test2.florance.com and it works and use database test1 and test2 respectively.

Please share configuration.

Avatar
Discard
Best Answer

Here is a complete write up of how we implement Apache to redirect urls to databases.

www.inlinetechnology.com/blog/howto-4/post/odoo-mapping-url-to-database-36

Avatar
Discard