Feed on
Posts
Comments

Category Archive for 'apache'

Uninstall Apache

So, I’m sure many others have made the same mistake. You downloaded the latest Apache, did the 3 step:

configure –prefix=/usr/local –enable-mods-shared=all –enable-ssl –enable-proxy
make
sudo make install

Doh! That’s probably not what you wanted. Now you have stuff like

/usr/local/build
/usr/local/icons

You’d have been better off going with Apache 2’s default prefix which is /usr/local/apache2. The problem […]

Read Full Post »