Re: [users@httpd] Apache Upgrade Question ...

2013-04-11 Thread Mark H. Wood
On Wed, Apr 10, 2013 at 10:44:33PM +, CR Rajesh wrote: > I'm currently running Apache version Apache/2.2.11 in Ubuntu 9.04. I > want to update this to atleast Apache 2.2.24 for PCI compliance. > > Can you help me in getting the instructions for a safe and successful upgrade? Upgrade a

Re: [users@httpd] Apache Upgrade Question ...

2013-04-11 Thread Ismael Puerto
Hi Rajesh This is my step for build apache with OpenSSL from sources for PCI DSS tar -zxvf openssl-1.0.1e.tar.gz && tar -zxvf httpd-2.2.24.tar.gz cd openssl-1.0.1e ./config -fPIC --install_prefix=/usr/local/openssl-1.0.1e make make install useradd -s /bin/false apache cd httpd-2.2.24 export LD

[users@httpd] Apache Upgrade Question ...

2013-04-10 Thread CR Rajesh
Hello, I'm currently running Apache version Apache/2.2.11 in Ubuntu 9.04. I want to update this to atleast Apache 2.2.24 for PCI compliance. Can you help me in getting the instructions for a safe and successful upgrade? Thanks, Rajesh.