can anyone please tell me how to restore an apache configuration from backup ? from /etc/httpd/conf/httpd.conf.backup
|
feedback
|
|
I am assuming you have the .backup file. All you need to do is :
Then restart your apache server. | ||||
|
feedback
|
|
Move the current config into another backup file (httpd.conf.backup2)
Move the original backup back into place
Restart apache
| ||||
|
feedback
|