I am also trying to make it work. The wizard gives me the following traceback:

Traceback (most recent call last):
  File "/usr/share/cherokee/admin/CTK/CTK/Server.py", line 160, in 
handle_request
    content = self._do_handle()
  File "/usr/share/cherokee/admin/CTK/CTK/Server.py", line 112, in _do_handle
    ret = published (**published._kwargs)
  File "/usr/share/cherokee/admin/wizards/php.py", line 227, in __call__
    return self.Commit_Rule()
  File "/usr/share/cherokee/admin/wizards/php.py", line 213, in Commit_Rule
    error = wizard_php_add ('vserver!%s'%(vserver))
  File "/usr/share/cherokee/admin/wizards/php.py", line 121, in wizard_php_add
    settings = __figure_fpm_settings()
  File "/usr/share/cherokee/admin/wizards/php.py", line 417, in 
__figure_fpm_settings
    'fpm_listen_address' : listen_address,
UnboundLocalError: local variable 'listen_address' referenced before assignment

I am using php-fpm from ppa repository 
https://launchpad.net/~brianmercer/+archive/php/
Thanks for your help!
David
On Jun 14, 2010, at 7:10 PM, Ashvin Savani wrote:

> It was command like:
> 
> php-cgi --fpm /usr/local/etc/php-fpm.conf
> 
> What should I do next?
> 
> Regards,
> 
> Ashvin Savani
> CEO & Chief Architect,
> FlashBrain - A Division of Avinashi
> 
> 
> On Mon, Jun 14, 2010 at 10:19 PM, kevin beckford <[email protected]> wrote:
> > I tried to run  php-fpm -b 127.0.0.1:9000 from terminal but it said:
> > Usage: /usr/local/sbin/php-fpm {start|stop|quit|restart|reload|logrotate}
> 
> That looks like an init.d style usage message, are you sure that is
> the binary, or an init.d script meant to be run out of /etc/init.d ?
> 
> _______________________________________________
> Cherokee mailing list
> [email protected]
> http://lists.octality.com/listinfo/cherokee

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to