11-11-2012, 09:12 PM
(11-11-2012, 06:42 AM)ericsmythe Wrote: Uwe
Hardcoding the .PNG did solve this issue and this works.
However I still encountred some errors in deleting documents added through the adddoc on CLI. Error reported was incorrect Document ID. Getting there.
I have decided to upgrade to version 3.4 and test from a clean db in 3.4.
I want to set up two installations on two different virtual domains.
This apache2 conf points correctly to my current install for now:
Alias /dms "/usr/share/letodms"
<Directory "/usr/share/letodms">
Options -Indexes MultiViews FollowSymLinks
Redirect /letodms/conf/settings.xml http://www.trustfood.org/dms/
AllowOverride None
Order deny,allow
Allow from all
</Directory>
What is the recommended way to set up the referral to the seperate installations (settings.xml / content directories)?
Should I have alternate /etc/letodms/settings.xml?
Then do I need to have seperate /usr/share/letodms hierarchies. Because I notics that the settings.xml is a link to the one in /etc /letodms?
You can set up a second directory like /usr/share/letodms but put soft links into that directories pointing to the directories in /usr/share/letodms. Just leave out the conf directory. The conf directory should contain the settings.xml for the new installation or a link to a settings file in /etc/letodms. The content directory may be anywhere e.g. /var/lib/letodms/
Uwe