January 13, 201214 yr Run dpkg -l | grep ^ii | grep apache2 | awk -F' ' '{ print $2 }' My results look like this: apache2apache2-mpm-preforkapache2-utilsapache2.2-binapache2.2-commonlibapache2-mod-php5 So let's remove those. sudo apt-get purge apache2 apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common libapache2-mod-php5[/code]There may be a few stray packages left on your system that you no longer need. Get rid of them with: sudo apt-get autoremove php.ini zend_extension=/usr/local/ioncube/ioncube_loader_lin_5.2.so
January 13, 201214 yr Author sudo apt-get install apache2sudo apt-get install php5sudo apt-get install libapache2-mod-php5sudo /etc/init.d/apache2 restart[/code]
Create an account or sign in to comment