• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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