LiteMage with multiple stores on same account

#1
Hello,

We have some customers with multiple Magento installations on the same account.
As they have one script folder under their /home/username/ folder all installations use the same folder. Can that be a issue?
Should they use different cache folders?

Example:
We have a customer that has a public site and one that is used for development.
Is it possible to use diffent litemage cache folders on that same account? Or can they use the same without any issues?
 
#3
But will it be a problem to use the same cache folder as LiteMage creates different folders?
And will there be a option in LiteMage where users can choose cache folder in the future?
 

Lauren

LiteSpeed Staff
Staff member
#4
That's not a problem.
Usually you put the cache folder under user home directory, so customer have control over the it, can delete the contents if needed.
lsws will then store the cached data by domains, each vhost (domain with its alias) will have its own sub-folder.
Or you can put a separate cache storage path for each vhost, like mentioned in previous thread.
 
Top