Displaying 2 results from an estimated 2 matches for "company_b".
Did you mean:
company_a
2011 Mar 31
2
multiple vhosts running off of one passenger/rails app
...e conf (and perhaps Passenger) for
this setup to work:
<VirtualHost *:80>
ServerName oxen.company_A.com
DocumentRoot /var/www/html/oxen/sites/company_A/public
PassengerAppRoot /var/www/html/oxen
SetEnv OXID 23
</VirtualHost>
<VirtualHost *:80>
ServerName oxen.company_B.com
DocumentRoot /var/www/html/oxen/sites/company_B/public
PassengerAppRoot /var/www/html/oxen
SetEnv OXID 25
</VirtualHost>
...etc
That is - I''d like a few customers run off the same codebase (which will
segment them on the OXID) and still offer each customer ''...
2012 Oct 30
4
multi tenant
Hi all,
I need to configure DIDs for different companies and they should reach on
different extension with different context. Cant we have same extension in
different context?
This is what we we want
Company A:
Context Company_A
IVR Company A
Extensions: 101,102,103,104 etc.
Company B:
Context Company_B
IVR Company B
Extensions: 101,102,103,104 etc.
Company C:
Context Company_C
IVR Company
Extensions: 101,102,103,104 etc.
Company D:
Context Company_D
IVR Company D
Extensions: 101,102,103,104 etc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.di...