vhost setup missing from Rocketfuel-setup

Bug #230870 reported by Joey Stanford
8
Affects Status Importance Assigned to Milestone
Launchpad itself
Invalid
Medium
Unassigned

Bug Description

The following is missing from rocketfuel-setup:

Create this configuration in `/etc/apache2/sites-available/launchpad.dev`:

{{{
NameVirtualHost 127.0.0.88:80
<VirtualHost 127.0.0.88:80>
  ServerName launchpad.dev
  ServerAlias *.launchpad.dev
  <Proxy *>
    Order deny,allow
    Allow from 127.0.0.0/255.0.0.0
  </Proxy>
  ProxyPreserveHost on
  ProxyPass / http://localhost:8086/ retry=1
</VirtualHost>
}}}

And activate it:

{{{
sudo a2ensite launchpad.dev
sudo apache2ctl restart
}}}

Joey Stanford (joey)
Changed in launchpad:
importance: Undecided → Medium
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Er, the rocketfuel-setup runs "make install" which copies configs/development/local-launchpad-apache to /etc/apache2/sites-available/local-launchpad which the above section in it (and several more besides).

I don't think this is a bug.

Revision history for this message
Joey Stanford (joey) wrote :

yep, you are correct. It was hiding from me. Thanks.

Changed in launchpad:
status: New → Invalid
Curtis Hovey (sinzui)
visibility: private → public
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.