Hello,

I'm having a bit of trouble installing Apache2 on Debian Sarge. Strangly enough I only realise this problem today. I have installed apache2 on my Debian Sarge box at home, which acts as my apache webserver. The website im hosting is www.novacode.net.

When I do the following on my webserver.
apt-get install apache2

I get the output.
Reading Package Lists... Done
Building Dependency Tree... Done
apache2 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


But if I go to a url for a resourse that dosent exist on my webserver I get the following
Apache/1.3.33 Server at www.novacode.net Port 80.
Heres an example www.novacode.net/a.txt

Shouldnt that read Apache/2.x.xx not 1.3.33, seeing as apt-get is telling me that apache2 is infact installed on my webserver and there are no updates available for it.

Is apache 2.0 installed on my webserver or is it apache 1.3.33? If so how do I remove v1.3.33 and replace it with v2.0?