• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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