I simply did :
sudo aptitude install apache2
And that's how my server is set up. No extra modules, no nothing.
I'm on ubuntu jaunty.
I simply did :
sudo aptitude install apache2
And that's how my server is set up. No extra modules, no nothing.
I'm on ubuntu jaunty.
Debian/Ubuntu have the a2* set of scripts for managing modules and vhosts. You can use a2enmod:
and restart apache
check this manual, describes quite clearly and is for debian like systems