6 Aug
2007
6 Aug
'07
8:21 a.m.
<snippity class="lotsOfRandomDebugStuff" /> Hi, What you might be wanting to look at is the file /etc/default/apache2... The contents of that file on install, IIRC are: --- Begin File --- # 0 = start on boot; 1 = don't start on boot NO_START=1 --- End File --- Thus defaulting to not starting the apache2 server on boot (or, infact, ever from the init script). Change that to NO_START=0 and reboot and the world should be a good place. Probably. Hope that helps, -- Brett Parker