Sunday, June 5, 2011

Transfer HTTPD and configuration files

 //** Steps are given below **// :--




rsync -av --progress /olddrive/etc/httpd/conf/httpd.conf /etc/httpd/conf
rsync -av --progress /olddrive/etc/httpd/conf/ips.conf /etc/httpd/conf
rsync -av --progress /olddrive/etc/httpd/conf/ssl.crt /etc/httpd/conf

rsync -av --progress /olddrive/etc/httpd/conf/ssl.key/server.key /etc/httpd/conf/ssl.key

No comments:

Post a Comment