Re: [users@httpd] building and installing on different servers, different directories

2012-01-31 Thread Igor Cicimov
You can also create symbolic links for the missing directories. On Jan 31, 2012 11:39 PM, "Igor Cicimov" wrote: > Asuming both servers are pretty much same, ie same linux kernel and > packages, why dont you install apache on the dev server under lets say > /usr/local/apache2 and then transfer th

Re: [users@httpd] building and installing on different servers, different directories

2012-01-31 Thread Igor Cicimov
Asuming both servers are pretty much same, ie same linux kernel and packages, why dont you install apache on the dev server under lets say /usr/local/apache2 and then transfer the complete apache2 directory onto prod server? On Jan 31, 2012 8:41 PM, "Rob De Langhe" wrote: > hi Apache gurus, > >

[users@httpd] building and installing on different servers, different directories

2012-01-31 Thread Rob De Langhe
hi Apache gurus, we have -what I assume a rather typical situation of modern IT environment- no compiler on our production servers. So, the building of Apache will need to be done on (duh) development servers, that do not necessarily have the same directory structures as the target production