Displaying 1 result from an estimated 1 matches for "passengerapproot".
2011 Mar 31
2
multiple vhosts running off of one passenger/rails app
Hi,
I''ve been googling quite a bit - but up until now to no use :(
My problem is how to configure Apache 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...