Archive

Posts Tagged ‘PHP’

when using suphp on FreeBSD

March 9th, 2009

always remember to do the following after upgrading PHP, but before restarting apache:

1
2
cd /usr/ports/www/suphp
make deinstall && make reinstall

when using eaccelerator do:

1
2
cd /usr/ports/www/eaccelerator
make deinstall && make reinstall

too.

Saves you a LOT of headaches ;)

FreeBSD , ,