Skip to main content

Manage multiple lighttpd and Django or Flask websites on a single machine.

Project description

# simple-site-manager

This creates configuration files for lighttpd and django fcgi, based on a simple list of sites.
Templates are used for the output files so they can easily be modified and customised for your own sites.

## Example site list
```yaml
site1:
domain_name: example.com
# optional arguments
project_root_dir: /opt/django/site1/,
django_root_dir: /opt/django/site1/site1/,
fcgi_path: /opt/django/site1/site1/fcgi.py,
uploaded_dir: /opt/static/uploaded_site1/,
static_dir: /opt/static/site1/,
www_uploaded_path: /uploaded/,
www_static_path: /m/,
virtual_env_dir: /opt/virtualenvs/env-site1/,
settings_module: settings
max_procs: 3
```

# TODO

- More fine tuning of site performance settings.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

simple-site-manager-0.1.2.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page