Shared storage for load balancing

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
CCTJNII
Posts: 9
Joined: Thu Oct 23, 2014 4:30 pm

Shared storage for load balancing

Post by CCTJNII »

I want to load balance my PhpMyFaq install for redundancy. Per the installer the app needs write access to:
  • attachments/
  • data/
  • images/
I plan to set up shared storage under the app for attachments. Are these 3 directories all that I need to share? The configs and code itself will be handled independently of the shared storage, I only want to use the shared storage for attachment and user data.

Also, these directories are currently in docroot, is there a way to set these directories to something other than /${name}/?
Thorsten
Posts: 15749
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Shared storage for load balancing

Post by Thorsten »

Hi,

yes, these are the only three directories where phpMyFAQ stores files on the filesystem. Currently you can only change the attachment directory. For the other ones it's possible, please add a feature request here: https://github.com/thorsten/phpMyFAQ/issues

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply