You can enable mods in ubuntu for apache with a2enmod command. To disable a module you can use a2dismod. Just remeber to pass module name as an argument.
sudo a2enmod modulename
You can enable mods in ubuntu for apache with a2enmod command. To disable a module you can use a2dismod. Just remeber to pass module name as an argument.
sudo a2enmod modulename
Some apt and tasksel magic. If you want to have an apache server with mysql and php ready to work in ubuntu is as easy as:
sudo apt-get install tasksel
sudo tasksel install lamp-server