search for: wsgi

Displaying 20 results from an estimated 32 matches for "wsgi".

Did you mean: sgi
2017 Nov 07
2
Problem with getting restapi up&running
...ion in worker process Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/gunicorn/arbiter.py", line 578, in spawn_worker worker.init_process() File "/usr/lib/python2.7/site-packages/gunicorn/workers/base.py", line 126, in init_process self.load_wsgi() File "/usr/lib/python2.7/site-packages/gunicorn/workers/base.py", line 135, in load_wsgi self.wsgi = self.app.wsgi() File "/usr/lib/python2.7/site-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() File "/usr/lib/python2.7/site-pack...
2017 Dec 05
2
upgrading python
...er version of 2.7 to pick up a bug fix. How can I do that >>>> (without breaking anything in CentOS)? >>> you could use the anaconda software, it is independent of the OS >>> regards >> I am not familiar with that. This is for a django app, using nginx, >> uWSGI, and mysql - will it integrate easily with those components? > Anaconda is a python installation independent of the OS. > You can install it without root rights. Only your environment > has to change to use the new python version > > I think is easy to? work with those components &gt...
2011 Apr 29
6
dovecot.org mirrors?
...g by adding 2+ A records to > some names: The mirroring setup is finished. There's a master server now handling dovecot.org and a mirror server handling www/hg/wiki. Would be nice to get another reliable fast mirror server if someone wants to donate one :) Requirements are: - Apache2 with WSGI - Mercurial - Patched moinmoin - ssh + rsync so I can push changes immediately I have a script that builds all of those on a freshly installed CentOS 5.6 (and a kickstart config to do the install too). > * hg.dovecot.org can be mirrored either with hg itself pushing changes > or calling...
2017 Oct 22
2
Firefox Sync Server 1.5 on CentOS 7
....readthedocs.io/en/latest/howtos/run-sync-1.5.html So far I have a partial success. Bookmarks are syncing via the basic internal server running on port 5000, and I can also configure a MySQL database for bookmark storage. What I can't seem to do is configure everything to run behind Apache and WSGI. Before I go into further details, has anybody here managed to get this thing to run on CentOS ? Cheers from the sunny South of France, Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T...
2007 Dec 14
21
Some silly benchs (was: 1.9)
Guys, Just for fun, I tried to see (I know, a silly way to test it) how much overhead we have calling the C functions of the extensions. the benchmark script and the results: http://pastie.caboo.se/128646 The naive C extension: http://pastie.caboo.se/128647 I compared 1.8.6 (VC6 and mingw builds) against a fresh checkout of ruby trunk. What I understand from that is 1.9 is slower than 1.8
2017 Dec 05
0
upgrading python
...do that >>>>> (without breaking anything in CentOS)? >>>> >>>> you could use the anaconda software, it is independent of the OS >>>> regards >>> >>> I am not familiar with that. This is for a django app, using nginx, >>> uWSGI, and mysql - will it integrate easily with those components? >> >> Anaconda is a python installation independent of the OS. >> You can install it without root rights. Only your environment >> has to change to use the new python version >> >> I think is easy to w...
2017 Dec 05
2
upgrading python
...7:39) >> >> I need a newer version of 2.7 to pick up a bug fix. How can I do that >> (without breaking anything in CentOS)? > > you could use the anaconda software, it is independent of the OS > regards I am not familiar with that. This is for a django app, using nginx, uWSGI, and mysql - will it integrate easily with those components?
2012 Mar 22
0
problems configuring cluster to lucci and virtual machines resource
...ver return app(environ, start_response) File '/usr/lib/python2.6/site-packages/repoze/tm/__init__.py', line 19 in __call__ result = self.application(environ, save_status_and_headers) File '/usr/lib/python2.6/site-packages/tw/core/middleware.py', line 43 in __call__ return self.wsgi_app(environ, start_response) File '/usr/lib/python2.6/site-packages/tw/core/middleware.py', line 68 in wsgi_app resp = req.get_response(self.application) File '/usr/lib/python2.6/site-packages/webob/__init__.py', line 1325 in get_response application, catch_exc_info=False) File...
2017 Oct 22
0
Firefox Sync Server 1.5 on CentOS 7
On 10/22/2017 09:40 AM, Nicolas Kovacs wrote: > Before I go into further details, has anybody here managed to get this > thing to run on CentOS ? Yes, I use the following httpd configuration file: WSGIProcessGroup sync WSGIPassAuthorization On WSGIDaemonProcess sync user=apache group=apache processes=2 threads=25 python-path=/usr/local/lib/sync-1.5/syncserver/local/lib/python2.7/site-packages/ WSGIScriptAlias /sync1.5 /usr/local/lib/sync-1.5/syncserver/syncserver.wsgi <Directory "/usr/l...
2011 Apr 30
0
dovecot.org mirrors?
...ome names: > > The mirroring setup is finished. There's a master server now handling > dovecot.org and a mirror server handling www/hg/wiki. Would be nice to > get another reliable fast mirror server if someone wants to donate > one :) Requirements are: > > - Apache2 with WSGI > - Mercurial > - Patched moinmoin > - ssh + rsync so I can push changes immediately > > I have a script that builds all of those on a freshly installed CentOS > 5.6 (and a kickstart config to do the install too). > >> * hg.dovecot.org can be mirrored either with...
2011 Apr 30
1
dovecot.org mirrors?
...rainen wrote: > The mirroring setup is finished. There's a master server now > handling dovecot.org and a mirror server handling www/hg/wiki. > Would be nice to get another reliable fast mirror server if > someone wants to donate one :) Requirements are: > > - Apache2 with WSGI > - Mercurial > - Patched moinmoin > - ssh + rsync so I can push changes immediately I think I had offered you a mirror and/or DNS slaves in the past. ATM we can't manage the Mercurial and moinmoin, but that might change in the near future. I can still offer you two DNS slaves,...
2008 Jan 14
29
Ebb Web Server
...er, and uses libev its event loop. The goal is to be small, fast, and language independent server that can host web frameworks. I have written a small Ruby binding which provides a Rack handler - this will allow Ebb to host Rails, Merb, and other Ruby frameworks. In the future I will write a Python WSGI binding. The design is similar to the evented Mongrel web server. Connections are processed as follows: 1. libev loops and waits for incoming connections. 2. When Ebb can read from a client socket, it passes the buffer into the mongrel state machine which parses the headers into name value pai...
2011 Apr 21
3
dovecot.org broken
Serving it temporarily from a machine in my home. I'll move it to better hosting in a few days. And I guess I should make it more fail safe some day soon.. Lets see if mailman happens to work now.
2017 Oct 23
1
Firefox Sync Server 1.5 on CentOS 7
Le 22/10/2017 ? 21:37, Gordon Messmer a ?crit?: > > Yes, I use the following httpd configuration file: > > WSGIProcessGroup sync > WSGIPassAuthorization On > > WSGIDaemonProcess sync user=apache group=apache processes=2 threads=25 > python-path=/usr/local/lib/sync-1.5/syncserver/local/lib/python2.7/site-packages/ > > WSGIScriptAlias /sync1.5 /usr/local/lib/sync-1.5/syncserver/syncserver.w...
2015 May 10
2
[LLVMdev] http://llvm.org/perf/ instability: some clues
Daniel, Tobias, Renato and myself have been looking a little bit at the potential underlying reason for why http://llvm.org/perf/ is instable, and have found some clues. I want to share them here to give people with more experience in the frameworks used by LNT (flask, sqlalchemy, wsgi, .) a chance to check if our reasoning below seems plausible. Daniel noticed the following backtrace in the log after http://llvm.org/perf started giving "Internal Server Error" again: 2015-05-08 22:57:05,309 ERROR: Exception on /db_default/v4/nts/287/graph [GET] [in /opt/venv/perf/l...
2017 Dec 11
2
upgrading python
...halt. >> >> The simplest way is to . <path/to/python2.7/enable, and you're good to go. > I definitely wouldn't make it the default python, but I have made it the > default for a particular user as long as they are not root. > > In the past I have got python27-mod_wsgi and httpd24-httpd working together > by doing things like httpd24-httpd by doing things like > > > cat /opt/rh/httpd24/root/etc/sysconfig/httpd > > export PATH=/opt/rh/python27/root/usr/bin:$PATH > export > LD_LIBRARY_PATH=/opt/rh/python27/root/usr/lib64${LD_LIBRARY_PATH:+:$...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...SE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +"""WSGI environment setup for server.""" + +from ovirtserver.config.app_cfg import base_config + +__all__ = ['load_environment'] + +#Use base_config to setup the environment loader function +load_environment = base_config.make_load_environment() diff --git a/server/ovirtserver/config...
2019 Jul 09
0
[Announce] Samba 4.11.0rc1 Available for Download
...al memory (i.e. physical memory + swap) utilisation using the existing CTDB_MONITOR_MEMORY_USAGE script configuration variable. REMOVED FEATURES ================ Web server ---------- As a leftover from work related to the Samba Web Administration Tool (SWAT), Samba still supported a Python WSGI web server (which could still be turned on from the 'server services' smb.conf parameter). This service was unused and has now been removed from Samba. samba-tool join subdomain ------------------------- The subdomain role has been removed from the join command. This option did not work...
2019 Jul 09
0
[Announce] Samba 4.11.0rc1 Available for Download
...al memory (i.e. physical memory + swap) utilisation using the existing CTDB_MONITOR_MEMORY_USAGE script configuration variable. REMOVED FEATURES ================ Web server ---------- As a leftover from work related to the Samba Web Administration Tool (SWAT), Samba still supported a Python WSGI web server (which could still be turned on from the 'server services' smb.conf parameter). This service was unused and has now been removed from Samba. samba-tool join subdomain ------------------------- The subdomain role has been removed from the join command. This option did not work...
2019 Aug 21
0
[Announce] Samba 4.11.0rc2 Available for Download
...w be exposed as previous file versions using the new ceph_snapshots VFS module. See the vfs_ceph_snapshots(8) man page for details. REMOVED FEATURES ================ Web server ---------- As a leftover from work related to the Samba Web Administration Tool (SWAT), Samba still supported a Python WSGI web server (which could still be turned on from the 'server services' smb.conf parameter). This service was unused and has now been removed from Samba. samba-tool join subdomain ------------------------- The subdomain role has been removed from the join command. This option did not work...