Like lighttpd it is about the modules you are loading:
Go to /etc/apache2/mods-enabled
Run sudo a2dismod [name of module] for everthing you do not need
Restart apache
Next step is "apache2.conf/httpd.conf"
Keepalive is eating a lot of RAM:
MaxKeepAliveRequest
KeepAliveTimeout
And last but...