Virtual Hosts Plugin for Mozilla Circus
Project description
About VHostino
vhostino is a virtual hosts manager for Mozilla Circus.
Installing
vhostino can be installed from pypi:
easy_install vhostino
or:
pip install vhostino
should just work for most of the users
Using VHostino
Simply name your watcher and socket as the domain they have to serve and set vhostino.vhost = True to make them serve through virtual hosts on the vhostino port:
[plugin:vhostino] use = vhostino.VHostino host = 0.0.0.0 port = 8000 [watcher:www.mywebsite.com] cmd = chaussette --fd $(circus.sockets.www.mywebsite.com) myapp.application use_sockets = True vhostino.vhost = True uid = www-data gid = www-data [socket:www.mywebsite.com] host = 127.0.0.1 port = 8082
The myapp.application web application will be served as usual on 127.0.0.1:8082 but will be also available on port 8000 when the domain www.mywebsite.com is requested.
Default Virtual Host
By default VHostino will answer with a 404 error whenever a non configured host is requested, to serve a default virtual host simply set the vhostino.default_vhost = True option inside a watcher, whenever a virtual host is not available to serve the request it will be proxied to that process.
Notes
To perform virtual hosts resolution vhostino uses the watcher name, so make sure that your watchers are named like the domain they need to serve. In future versions aliases will also be added.
To match socket and watcher vhostino uses their name, so make sure that your socket share the same name, otherwise vhostino won’t be able to detect the process port.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file vhostino-0.0.1.tar.gz
.
File metadata
- Download URL: vhostino-0.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e17ddd16b02b123af6d57eaf73ed46f3564027c1fcbacab5263855d599c7692c |
|
MD5 | 677116b62df63fb6411a8587fd22fa5e |
|
BLAKE2b-256 | ed4d262dcf6d600199f6e651fa4bba396d55c26946070dddecd90efa96967d3e |