i have installed odoo9, installed apache2, created two vhost:
firstdomain.com:
ServerName firstdomaine.com
ServerAlias www. firstdomaine.com
ServerAdmin admin@firstdomaine.com
DocumentRoot /var/www/html
ProxyRequests Off
ProxyPreserveHost On
ProxyPass / http:// firstdomaine.com:8069/
ProxyPassReverse / http:// firstdomaine.com:8069/
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
it is the same synthaxe as the seconddomain.com (with different port).
the problème is that when i enter firstdomain.com, the result shows the two databases i have created before, it does't select one automatically as espected.
i expecte any one to help me solve that problème
Thank's.
use a db-filter https://www.odoo.com/documentation/10.0/reference/cmdline.html#database