Install the required Packages:
yum install nfs-utils nfs4-acl-tools portmap
Export the folder to share:
echo "/folder/to/share IpAddressToShareWith(rw,no_root_squash,async,fsid=0)" >> /etc/exports
Map NFS User for ownership:
vi /etc/idmapd.conf
Domain=YourDomain.com
Nobody-User=apache
Nobody-Group=apache
Iptables Rule