Web Service Can't Stop The Web Service
-
This is from a similar thread.
@Tom-Elliott said in Restarting apache2 for fog vhost...failed! Can't update:
@moses can you manually uninstall all php files?
sudo apt-get purge -yq php* lib*php*; sudo rm -rf /etc/php*;
Then rerun the fog installer?
Also check your
/opt/fog/.fogsettings
file forphp_ver
andphp_verAdds
and if you find lines beginning with this, just comment them out. This could be part of the issue.Then after those two things, try re-running the installer.
-
Running the ./install -Xy yielded the same results
-
When trying to run the first command I get this message.
-
Remoted with @tom-langenfeld and we were able to fix the issue.
He was running Ubuntu 15.10, and the Ondrej repo would install, but there were no PHP packages for wily apparently. Updated to 16.04 and had to run a few tricks to get mysql working, but once all was working, everything appears to be running properly now.