you can set options in web2py/options_std.py;

you can set admin password in paramaters_[port].py - which is hashed, so you
will want to set using command-line web2py, and some port not currently
being used (e.g. if your cherokee is on :80, use some other port - it will
create a parameters file for that port; rename the paramaters file to the
port cherokee is running on and restart cherokee/web2py so it will re-read
these files).

e.g.:

python2.5  web2py.py -a 'my_admin_password' -p 8000

(then exit, and you'll have the password file you can rename).

On Sat, Sep 26, 2009 at 12:52 PM, howesc <[email protected]> wrote:

>
> Hello,
>
> I'm using Cherokee webserver, and FCGI to connect to web2py.  in
> http://www.web2py.com/examples/default/cron it recommends that I use
> external cron when running FCGI, which i have setup.  My question is,
> since the fcgihandler.py does not have a -N option, how do i disable
> cron when running via FCGI?
>
> (for right now my FCGI cron is effectively disabled because it has the
> wrong paths and can't find the cron files)
>
> thanks,
>
> christian
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to