~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to doc/localdomain-setup.txt

  • Committer: Steve Alexander
  • Date: 2007-03-10 18:14:09 UTC
  • mto: This revision was merged to the branch mainline in revision 3926.
  • Revision ID: steve.alexander@canonical.com-20070310181409-9oddxvn2ts799vfv
update localdomain-setup.txt for feisty

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
<VirtualHost 127.0.0.88:80>
45
45
  ServerName launchpad.dev
46
46
  ServerAlias *.launchpad.dev
 
47
  LoadModule proxy_http_module /usr/lib/apache2/modules/mod_proxy_http.so
47
48
  <Proxy *>
48
49
    Order deny,allow
49
50
    Allow from 127.0.0.0/255.0.0.0
50
51
  </Proxy>
51
52
  ProxyPreserveHost on
52
 
  ProxyPass / http://localhost:8085/
 
53
  ProxyPass / http://localhost:8085/ retry=1
53
54
</VirtualHost>
54
55
}}}
55
56