January 11, 201016 yr Hi, How do I uninstall Apache based on a Linux Ubuntu platform? Many Thanks, Saeed
January 11, 201016 yr Either: apt-get remove apache Or if you did it manually: /etc/init.d/httpd stop rm -rf /usr/local/apache2
Create an account or sign in to comment