/etc/apache2/sites-available/<domain>.conf =>
ServerName mydomain.com
DocumentRoot mydomain_root
Redirect permanent / https://mydomain.com/
.... SSLEngine on
SSLCertificateFile mydomain/cert/mydomain.com.crt
SSLCertificateKeyFile mydomain/cert/mydomain.com.key
NFS: (Host and Client)
sudo apt-get install rpcbind nfs-kernel-server #Host and client
sudo apt-get install rpcbind nfs-common #Client only Share on the host
Client: sudo mount :
In /etc/fstab, add lines for shares such as: servername:dir /mntpoint nfs rw,hard,intr 0 0