
11-13-2008, 06:31 AM
|
|
Member
|
|
Join Date: Feb 2007
Posts: 33
|
|
Rails page caching with multiple domains same vhost
Hi,
I have multiple domains running from the same vhost. I have enable page caching in Rails to speed things up, but Litespeed isn't serving these caches. Below is an example to explain the problem. Suppose I have three domains running from the same vhost: www.a.com, www.b.com and www.c.com . Now when somebody visits www.a.com the directory /vhost/public/www.a.com gets generated. When somebody visits www.c.com the directory /vhost/public/www.c.com and so on. But Litespeed doesn't look in these directories but instead only looks in /vhost/public. How can I change this? Thanks.
Kind regards,
Nick
|