On Tuesday 23 February 2010 12:15:03 Juan J. MartÃnez wrote: > El mar, 23-02-2010 a las 12:11 +0100, Alvaro Lopez Ortega escribió: > > [...] > > > > > source!1!nick = php-vhost1 > > > source!1!interpreter = /usr/local/bin/php-cgi > > > -c /usr/local/etc/php/php-vhost1.ini -b 127.0.0.1:2998 > > > ... > > > source!2!nick = php-vhost2 > > > source!2!interpreter = /usr/local/bin/php-cgi > > > -c /usr/local/etc/php/php-vhost2.ini -b 127.0.0.1:2998 > > > > Small typo here. The second interpreter would have to listen to a > > different port: > > > > source!2!interpreter = /usr/local/bin/php-cgi -c > > /usr/local/etc/php/php-vhost2.ini -b 127.0.0.1:2999 > > Sorry for that, you're right :) > > This strategy is needed when you're manging several vhosts with fastcgi > and different PHP confs. >
It would be a nice to see this documented in the php recipe for the cookbook. Regards, Walter _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
