Portal Home > Knowledgebase > Articles Database > SSHFS/FUSE + AFUSE or AutoFS on a production server?
Posted by MartyUK, 01-30-2008, 05:47 AM I have two servers - one serves dynamic content (PHP) and the other serves static content (images and other files). The PHP needs to have access to the images and files on the other server so at the moment I execute SSHFS manually to mount a directory containing the contents of the remote server. Permissions are set up so PHP can access and modify the images and files as if they're local files. This works fine until the server needs restarting or network problems occur. I'd like to rectify this by using an daemon auto-mounter to make sure the directory is remounted if it ever becomes unmounted for any reason, including after a server reboot. I understand that SSHFS is solid and secure, and both AFUSE and AutoFS offer suitable auto-mounting functionality, but I can't find any solid information on how suitable AFUSE or AutoFS are for a production server - my main concern being whether it's going to cause some unforeseen security issues. Is AFUSE or AutoFS suitable for a production server?
Add to Favourites Print this Article