RE: [us...@httpd] Re: Can I just compile once and copy the installed server to multi machines?

2009-01-21 Thread Jorge Medina
Besides changing the paths on your configuration file(s), you may also need to specify the LD_LIBRARY_PATH environment variable if the dependencies reside on other paths. I have managed to build and install on a user directory (like /home/username/opt/myapp/apache2) and then copy to another

[us...@httpd] Re: Can I just compile once and copy the installed server to multi machines?

2009-01-14 Thread Dan Poirier
Dan Poirier poir...@pobox.com writes: The compiled-in default paths can't be changed, but you can use a configuration file that sets a different ServerRoot and that should override the defaults for most paths. You might run into a few other paths that need to be overridden explicitly. Also,

Re: [us...@httpd] Re: Can I just compile once and copy the installed server to multi machines?

2009-01-14 Thread Brian Mearns
On Wed, Jan 14, 2009 at 8:21 AM, Dan Poirier poir...@pobox.com wrote: Dan Poirier poir...@pobox.com writes: The compiled-in default paths can't be changed, but you can use a configuration file that sets a different ServerRoot and that should override the defaults for most paths. You might