Re: [web2py] Re: Web2Py on OpenShift

2012-07-25 Thread Andrew Replogle
I haven't attempted with a recent release. I'll pull down trunk and see if I can get the admin working. Keep in mind that when an OpenShift gear is started, your configuration is copied from the git area to a runtime area and executed from there. So, while I haven't tested this and can't confirm f

Re: [web2py] Re: Web2Py on OpenShift

2012-07-25 Thread Andrew Replogle
Updated the issue on github: https://github.com/prelegalwonder/openshift_web2py/issues/3 Will research wsgi spec tomorrow to see if this behavior is expected. --

[web2py] multiuser editing in admin?

2013-02-06 Thread Andrew Replogle
Does the admin editor have the ability to have multiple users and lock files when they're being edited by others? If I want to have a small team of developers using the admin tool that's deployed? They don't need to have any sort of real-time visibility into others work, just support for multi

[web2py] Re: anyone using the Issue Tracker appliance?

2013-02-15 Thread Andrew Replogle
Jim, Is this in GAE or an environment that doesn't have a file backed store? I believe initially the tickets are created as files but you can configure it to be records in a db. Regards, Andrew On Friday, February 15, 2013 8:54:01 AM UTC-6, Jim S wrote: > > I can't get it to upload through t

[web2py] Re: In openshift: Need help on why my web2py website is being constantly accessed by openshift itself

2013-05-09 Thread Andrew Replogle
If you're using haproxy are you sure it's not the heartbeat check? On Wednesday, May 8, 2013 5:10:51 AM UTC-5, smoggy wrote: > > Hi folks, > > So in openshift in a python 2.6 cartridge + haproxy i'm having lots of > accesses from openshift ip itself, like one every 3 seconds. I do not have > any

[web2py] Re: In openshift: Need help on why my web2py website is being constantly accessed by openshift itself

2013-05-15 Thread Andrew Replogle
gt; with "rhc cartridge reload haproxy-1.4 --namespace my_namespace --app >> my_app " the log file still shows a hit or health check every 3 seconds :/ . >> >> Andrew do your logs also show these events ? have you had any >> configuration changes to prevent thi