apache2+php5

http://search.luky.org/vine-users.7/msg00667.html

Vine3.1のapache2でPHP5を動かす。

# apt-get install apache2
# apt-get install php5
# /sbin/update-alternatives --config apache2

There are 4 alternatives which provide `apache2'.

Selection Alternative

                                                                                            • -

*+ 1 /usr/sbin/apache2.worker
2 /usr/sbin/apache2.prefork
3 /usr/sbin/apache2.threadpool
4 /usr/sbin/apache2.perchild

Press enter to keep the default[*], or type selection number: 2
Using `/usr/sbin/apache2.prefork' to provide `apache2'.

# service apache2 restart