• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Apache update from 2.2.22 to 2.2.29 from source

wda-solutions

New Pleskian
Hello,

we have a root server with Debian 7.7 and Plesk 12. On default, Apache 2.2.22 is installed and the newest in the repository.
We think about to install Apache 2.2.29 from sources with following commands:

cd /usr/src/
wget http://www.apache.org/dist/httpd/httpd-2.2.29.tar.gz
tar zxvf httpd-2.2.29.tar.gz
cd httpd-2.2.29
./configure --enable-mods-shared=all --enable-proxy=shared --enable-cache=shared --enable-disk-cache=shared --enable-mem-cache=shared
make
make install

Is version 2.2.29 compatible to work with plesk 12?
Are the configure parameter the right one to use apache with plesk? (I want to keep the apache management in plesk to enable or disable apache modules in plesk with the new version too.)

Or there are any alternatives?

Thanks
 
Back
Top