SSH to your box.
type:
sudo su
then your password.
then type
a2enmod actions
If that succeeds, it should output
Then run, as the quote says,
/etc/init.d/apache2 restart (although "service apache2 restart works just as well (if you have ubuntu))
Since your learning, please take the...