Re: [users@httpd] Issues in compiling apache server on one machine and transfer to second

2013-11-12 Thread Tom Evans
On Tue, Nov 12, 2013 at 8:44 AM, swapnil vaidya wrote: > Hi All, > I have 2 linux machine. > I have compiled apache 2.4.6 on one of the linux machine with following > commands: > ./configure --prefix=/usr/apache--with-ssl=/usr/local/ssl --enable-ssl > --enable-modules="all" --enable-mods-shared="m

[users@httpd] Issues in compiling apache server on one machine and transfer to second

2013-11-12 Thread swapnil vaidya
Hi All, I have 2 linux machine. I have compiled apache 2.4.6 on one of the linux machine with following commands: ./configure --prefix=/usr/apache--with-ssl=/usr/local/ssl --enable-ssl --enable-modules="all" --enable-mods-shared="most" make make install This has installed apache on this machine a