• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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