Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, uWSGI, SSI, TLS and SSL encrypted connections, Virtual hosts, Authentication, on the fly encoding, Load Balancing, Apache compatible log files, Data Base ... [More] Balancing, Reverse HTTP Proxy, Traffic Shaper, Video Streaming, Content Cache and much more. Cherokee-Admin, a user friendly interface, provides a no-hassle configuration of the server. Check out the benchmarks and documentation to learn more, join our active Community and give it a try to squeeze your hardware to the fullest! [Less]

4.3913
   
  1 review  |  42 users  |  154,236 lines of code  |  17 current contributors  |  Analyzed 1 day ago
 
 

Hatta is a small wiki engine for use inside a Mercurial repository. It can run locally and doesn't require any configuration; it's just a single Python file. It can be also configured to run on a Web server. Since the wiki can be cloned and merged along with the repository, it's perfect ... [More] for working on project documentation in small teams. [Less]

4.0
   
  0 reviews  |  5 users  |  4,336 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

A minimal Python wiki that runs on all possible servers with only one additional dependency (Jinja2).

5.0
 
  0 reviews  |  1 user  |  1,288 lines of code  |  1 current contributor  |  Analyzed almost 4 years ago
 
 

The twistedae project aims at providing a full-featured and productive serving environment to run Google App Engine (Python) applications. It delivers the parts for building your own scalable App Engine while staying compatible with Google's API. (Important note: The current development ... [More] status is pre-alpha. At this point it is not guaranteed that any GAE application will run completely error-free on twistedae. So, stay patient please!) The key components are: Google App Engine SDK http://code.google.com/appengine mongoDB http://www.mongodb.org memcached http://www.danga.com/memcached/ RabbitMQ http://www.rabbitmq.com FastCGI http://www.fastcgi.com nginx http://nginx.net/ Supervisor http://supervisord.org All these components will be automatically installed by zc.buildout i [Less]

5.0
 
  0 reviews  |  1 user  |  1,882 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Simple yet powerful multi-threaded object-oriented CGI/FastCGI/WSGI/mod_python/html-templating modules for Python.

0
 
  0 reviews  |  0 users  |  4,683 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

The TyphoonAE project aims at providing a full-featured and productive serving environment to run Google App Engine (Python) applications. It delivers the parts for building your own scalable App Engine while staying compatible with Google's API. Important note: The current development status ... [More] is beta. At this point it is not guaranteed that any GAE application will run completely error-free on TyphoonAE. So, stay patient please! See the Release Notes for information on the current release and the Product Roadmap for further details on planned features. Any feedback is appreciated! Feel free to join our discussion group for TyphoonAE. The StackGoogle App Engine SDK http://code.google.com/appengine Supported DatastoresmongoDB http://www.mongodb.org BDBDatastore - http://arachnid.github.com/bdbdatastore Memcachememcached http://memcached.org Task Queue / MessagingRabbitMQ - http://www.rabbitmq.com ejabberd - http://www.process-one.net/en/ejabberd Web Sockets (TyphoonAE only)Tornado - http://www.tornadoweb.org HTTP Server via FastCGInginx http://nginx.net/ FastCGI http://www.fastcgi.com SupervisorSupervisor http://supervisord.org All these components will be automatically installed by zc.buildout into an isolated directory tree on your development machine. If you want to remove the TyphoonAE development environment you just have to delete this single directory. For some good reasons why using zc.buildout you may want to read this post or watch this talk. The configuration above is tested on OS X, Debian and Ubuntu Linux. Several parts can be replaced by editing the buildout.cfg file. But you should really know what you're doing. Architecture Overview PyPIhttp://pypi.python.org/pypi/typhoonae ResourcesDavid Rousseau shows on Google App Engine as a Framework how to install TyphoonAE on Ubuntu. [Less]

0
 
  0 reviews  |  0 users  |  24,575 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 

Let python use FastCGI on IIS to serve web pages.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Python training ...

0
 
  0 reviews  |  0 users  |  133,077 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

WSGI application which decides if request has permission to access resource according to FastCGI_authorizer How it worksFastCGI could be used as remote ... [More] authorizer, which is quite handfull for access to static resources. Server before accesing url asks authorizer application for authentication. Authorizer application is just HTTP (FastCGI) aplication. Motivation Flexibly, easyliy and securily allow access to resources. Authorizer could run on server itself (using different privileges), providing autorization information for different resources. This costs CPU, but on file-serving hosts this is no crucial. Returns 200 - allowed (response body is ignored) 403 - forbidden - customize forbidden response by settings `FORBIDDEN_BODY` to desired message Installationsvn checkout http://wsgiauthorizer.googlecode.com/svn/trunk/ wsgiauthorizer-read-only cd wsgiauthorizer-read-only sudo python setup.py installUsagefrom wsgi_authorizer import BaseAuthorizer class MyAuthorizingApp(BaseAuthorizer): """ TODO """ [Less]

0
 
  0 reviews  |  0 users  |  47 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.