I installed debian with the options of WebServer, File Server, etc enabled...
I then downloaded and installed ApacheFriends but when I goto start XAMPP I get an error notifyinf me an Apache is already running...
I figured it's because at install I decided to install those Web, File, Mail services so it's somehow part of the system boot.
I did an
Code: Select all
apt-get remove apache(2)I don't want the Apache that installed at system install I want the ApacheFriends version to run so PHP and everything works
Can someone explain how this can be done?
When I installed ApacheFriends I did so by downloading the tar and uncompressing, which I think just copies working files, into appropriate directories and maybe run's a batch or something? I don't think this can be uninstalled using apt-get???
Whereas the default apache which installed at install time, should be, no???
Thanks