SirCharles
Programmer
Can you just copy current httpd executable to another area on disk, change the config file in the new area, and the startup script to bring up another instance of Apache? Or do you need to recompile the httpd executable?
Otherwise, what is recommended procedure?
Last time I did this, I recompiled everything as I needed to add some modules anyway. I did this after moving all the source for all the modules to the new area. It involved recompiling all the modules first. Where I'm not adding or removing any modules...
Otherwise, what is recommended procedure?
Last time I did this, I recompiled everything as I needed to add some modules anyway. I did this after moving all the source for all the modules to the new area. It involved recompiling all the modules first. Where I'm not adding or removing any modules...