Is this just a configuration change or also requires copying apache files/directories?

link|improve this question
feedback

1 Answer

Create a new httpd.conf for the new server, you're going to need to change ServerRoot, PIDFile, and Port at a minimum. Then start apache with the -f option pointing to the new config file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown