Hi
I recently set up a test VPS with Debian and Nginx from scratch and it worked a dream.
I've now moved to a different VPS, but the Debian Lenny image on it comes with Apache already installed.
Can anyone tell me how to completely remove Apache from it before I install Nginx?
Is it as simple as
[code]
apt-get remove apache
[/code]
or do I have to do some other stuff as well? (I'm a complete noob if you hadn't guessed already ;-) )
Thanks!