Projects tagged ‘fastcgi’ and ‘python’


Jump to tag:

Projects tagged ‘fastcgi’ and ‘python’

Filtered by Project Tags fastcgi python

Refine results Project Tags web (5) wsgi (3) mercurial (3) nginx (2) supervisor (2) gae (2) cloud (2) mongodb (2) amqp (2) mod_python (2) appengine (2) rabbitmq (2)

[9 total ]

19 Users
   

Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, Virtual hosts ... [More] , Authentication, on the fly encoding, Load balancing, Apache compatible log files, and much more. A user friendly interface called cherokee-admin is provided for a no-hassle configuration of the server. Check out the benchmarks and documentation to learn more, and give it a try to squeeze your hardware to the fullest! [Less]
Created over 3 years ago.

3 Users

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 ... [More] server. Since the wiki can be cloned and merged along with the repository, it's perfect for working on project documentation in small teams. [Less]
Created about 1 year ago.

1 Users

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 ... [More] Engine while staying compatible with Google's API. (Important note: The current development 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]
Created 4 months ago.

1 Users
 

A minimal Python wiki that runs on all possible servers with only one additional dependency (Jinja2).
Created over 2 years ago.

0 Users

WSGI application which decides if request has permission to access resource according to FastCGI_authorizer ... [More] How it worksFastCGI could be used as remote 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]
Created about 1 year ago.

0 Users

The TyphoonAE project (formerly known as twistedae) aims at providing a full-featured and productive serving environment to run Google App Engine (Python) applications. It delivers the parts for ... [More] building your own scalable App Engine while staying compatible with Google's API. Important note: The current development status is alpha. At this point it is not guaranteed that any GAE application will run completely error-free on TyphoonAE. So, stay patient please! See the Product Roadmap for further details on planned features. The StackGoogle App Engine SDK http://code.google.com/appengine mongoDB http://www.mongodb.org memcached http://www.danga.com/memcached/ RabbitMQ http://www.rabbitmq.com ejabberd - http://www.process-one.net/en/ejabberd FastCGI http://www.fastcgi.com nginx http://nginx.net/ Supervisor 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 Leopard, Snow Leopard with Python 2.6.2 and Debian Lenny. 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]
Created 3 months ago.

0 Users

A small WSGI-based framework for web applications.
Created over 2 years ago.

0 Users

Software for house market which supports MMS video posts. It uses Django. There is nothing to download but a preview at http://www.visualcasa.it/index.htm
Created about 1 year ago.

0 Users

Let python use FastCGI on IIS to serve web pages.
Created about 1 year ago.