/kb

personal knowledgebase

Archive for the ‘ubuntu’ tag

Restart Apache

without comments

I always forget how to stop/start/restart Apache (on Ubuntu), so here it is:

sudo /etc/init.d/apache2 stop
sudo /etc/init.d/apache2 start
sudo /etc/init.d/apache2 restart

Written by Håvard Grimelid

August 12th, 2008 at 12:02 am

Posted in Server

Tagged with ,

php5-imagick error in Ubuntu 8.04

without comments

I got the following error message, caused by a bug in Ubuntu.:

PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib/php5/20060613+lfs/imagick.so' -
libWand.so.9: cannot open shared object file:
No such file or directory in Unknown on line 0 finished.

Here’s the solution.

Written by Håvard Grimelid

July 17th, 2008 at 1:42 pm

Posted in Server

Tagged with , , , ,