thks Roberto,

tiago@tiago:~$ cd /opt/web2py/
tiago@tiago:/opt/web2py$ mkdir myspool
tiago@tiago:/opt/web2py$ uwsgi --socket :3031 --spooler myspool --
master --processes 4 --import mytasks --module web2py.wsgihandler
uwsgi: unrecognized option '--import'


On Jul 22, 5:47 am, "Roberto De Ioris" <robe...@unbit.it> wrote:
> > How can i create the spoller directory?
>
> mkdir myspool
>
> It is a normal, empty directory
>
>
>
>
>
>
>
>
>
>
>
> > thks in advance
>
> > On Jul 21, 6:06 pm, "Roberto De Ioris" <robe...@unbit.it> wrote:
> >> > Hello Roberto,
>
> >> > I've tried to start web2py has you demonstrated:
>
> >> > uwsgi --socket :3031 --spooler myspool --master --processes 4 --
> >> > import mytasks --module web2py.wsgihandler
>
> >> > but I got this error:
>
> >> > [spooler directory] access(): No such file or directory [uwsgi.c
> >> > line 2994]
>
> >> > What is wrong?
>
> >> the spooler directory must exists (it is a security measure)
>
> >> --
> >> Roberto De Iorishttp://unbit.it
>
> --
> Roberto De Iorishttp://unbit.it

Reply via email to