Apache’s mod_dav is written in a way symbolic links are not exposed, no matter wether FollowSymLinks is set. This behaviour is intended by the communtiy, therefore a bug report was never tackled.
but we can mount it:
mount –bind /home/icefiles/sboissinot/files/Consultancy_and_Services/Manuals/Contract_tips 3.3.4_Contract_tips
this means it needs to be done as a command or in the fstab file
We can handle this
There is a permission problem left we can only files upload via webdav not via afp this could be corrected for files but if you create a folder on the ice site afp can’t write in there anymore.
/dev/mapper/srsouthp05-home on /home/data/share/3-CONSULTING-MANDATES/3.2_Manuals type ext4 (rw,noatime,user_xattr,barrier=1,stripe=256,data=ordered)
/dev/mapper/srsouthp05-home on /home/data/share/3-CONSULTING-MANDATES/3.3_Templates type ext4 (rw,noatime,user_xattr,barrier=1,stripe=256,data=ordered)
/dev/mapper/srsouthp05-home on /home/data/share/3-CONSULTING-MANDATES/3.4_CVs type ext4 (rw,noatime,user_xattr,barrier=1,stripe=256,data=ordered)
/dev/mapper/srsouthp05-home on /home/data/share/3-CONSULTING-MANDATES/3.5_Knowledge_Management type ext4 (rw,noatime,user_xattr,barrier=1,stripe=256,data=ordered)
/dev/mapper/srsouthp05-home on /home/data/share/3-CONSULTING-MANDATES/3.6_Roster_of_External_Experts type ext4 (rw,noatime,user_xattr,barrier=1,stripe=256,data=ordered)
mount –bind /home/icefiles/sboissinot/files/Consultancy_and_Services/Manuals /home/data/share/3-CONSULTING-MANDATES/3.2_Manuals
mount –bind /home/icefiles/sboissinot/files/Consultancy_and_Services/Templates /home/data/share/3-CONSULTING-MANDATES/3.3_Templates
mount –bind /home/icefiles/sboissinot/files/Consultancy_and_Services/CVs /home/data/share/3-CONSULTING-MANDATES/3.4_CVs
mount –bind /home/icefiles/sboissinot/files/Consultancy_and_Services/Knowledge_Management /home/data/share/3-CONSULTING-MANDATES/3.5_Knowledge_Management
mount –bind /home/icefiles/sboissinot/files/Consultancy_and_Services/Roster_External_Experts /home/data/share/3-CONSULTING-MANDATES/3.6_Roster_of_External_Experts