| Commit message (Collapse) | Author | Age | Lines |
... | |
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
For backwards compatability with the install script, use
PREFIX/HOST/SITE
|
| | | |
| | | |
| | | |
| | | | |
Can either be added manually (or by the install script) or nginx will default to this server if there are no others available
|
| | | |
| | | |
| | | |
| | | | |
Interferes with the install script and the server will work without it providing it is the only server available
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is unusable with the install script as you can’t pass additional
domains to it. Also makes the assumption that you’re using www. as the
canonical domain name, which might not be the case if you were running alaveteli as as e.g. foi.example.org.
|
| | | |
| | | |
| | | |
| | | | |
Too difficult to change to FSH standard at this point
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \ |
|
| | | | | |
|
| | | | | |
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds a sysvinit script for passenger based apps.
Stops the daemon by adding a tmp/stop.txt file [1],
which requires a httpd directive to return 503 if the
file exists.
[1] http://blog.flowdock.com/2009/03/11/stopping-your-rails-application-with-phusion-passenger/
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
|
| |\ \ \ \ |
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
> Files in the vhost repo config directory with '-example' suffixes
> are currently used as a prompt for our deployment system to find and
> process a matching '.ugly' config file from our internal templates
> path (and the deployment system errors if those '.ugly' files
> don't exist).
https://github.com/mysociety/Non-Site-Specific/issues/474
|
| |\ \ \ \ |
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
HighlightHelper#excerpt backports the Rails 4 excerpt which
requires a Hash for the options parameter rather than globbing
the remaining arguments.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes bug in Welsh translation - interpolation variable had been translated
|
|\ \ \ \ \ |
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Allow the same params (since_event_id, since_date) for both formats.
There doesn't seem to be a particular reason not to treat them the same.
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | | |
ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Replace the unused httpd.conf-example with the contents of
httpd-vhost.conf-example
Also rename the SSL vhost for continuity
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Too difficult to change to FSH standard at this point
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The manual install guide assumes alaveteli as the file owner and
foi as the database user, so do that here.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Easier to see what mods are enabled if they’re not buried in
the middle of configuration
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Passenger's default MaxPoolSize is 6. At the time of writing
normal* instances of Alaveteli seem to take 150-200MB per
process, so we've set this conservatively at 3.
* ‘Normal’ is basically any vHost other than WDTK, which is
running at around 500MB per process
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Unlikely that reusers will use this, but left for documentation purposes
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
These are/were mySociety generic and not required for standalone use
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Enable with:
mkdir -p /etc/apache2/vhost.d/alaveteli
cp /opt/alaveteli/config/httpd-force-ssl.conf-example \
/etc/apache2/vhost.d/alaveteli/force-ssl.conf
|
| | | | | | |
|