~smoser/ubuntu/saucy/maas/lp1287772

« back to all changes in this revision

Viewing changes to etc/apache.saucy.conf

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-07-18 10:15:10 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130718101510-vxteson11r5fffhn
Tags: 1.4+bzr1548+dfsg-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PidFile run/apache.pid
 
2
 
 
3
# Avoid distracting warnings in the logs.
 
4
ServerName maas.dev
 
5
 
 
6
# An MPM must be selected.
 
7
Include /etc/apache2/mods-available/mpm_event.load
 
8
Include /etc/apache2/mods-available/mpm_event.conf
 
9
# authz_core is required for correct operation.
 
10
Include /etc/apache2/mods-available/authz_core.load
 
11
Include /etc/apache2/mods-available/proxy.load
 
12
Include /etc/apache2/mods-available/proxy_http.load
 
13
 
 
14
Listen 0.0.0.0:5240
 
15
 
 
16
ErrorLog /dev/stderr
 
17
LogFormat "%h %l %u %t \"%r\" %>s %O" common
 
18
CustomLog /dev/stdout common
 
19
 
 
20
ProxyPreserveHost on
 
21
 
 
22
# Proxy txlongpoll.
 
23
ProxyPass /longpoll/ http://localhost:5242/ retry=1
 
24
 
 
25
# Proxy Django's dev server.
 
26
ProxyPass / http://localhost:5243/ retry=1