action 'start' failed. bad group name www-data on RaspberryPi installing apache
I was having issues getting apache2 to start on raspberrypi on debian squeeze.
The following solves this issue:
sudo groupadd -f -g33 www-data
The debian image apparently has different user groups on RasPI. Hopefully this will help others out.