Levent Ozturk
Enter
Ubuntu Apache SSL Certificate, NFS, RADIUS

 

/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

All the material listed and linked at this World Wide Web domain are strictly private property and copyrighted. © Copyright -∞-∞ Levent Ozturk. All rights reserved. Reproduction or use of any material, documents and related graphics and any other material from this World Wide Web server is strictly prohibited. Site Map