Page MenuHomePhabricator

deployment.wmflabs.org doesn't redirect
Closed, ResolvedPublic

Description

to beta.wmflabs.org it's broken since updates of apache


Version: unspecified
Severity: major

Details

Reference
bz36513

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 12:22 AM
bzimport set Reference to bz36513.

since there is a number of links pointing to it, should be done asap

There is no deployment.wmflabs.org virtual host configured on -dbdump in /usr/local/apache/conf

Maybe it was configured somewhere in /etc/apache2/

I am traveling till monday. You will need to define a new virtual host in /usr/local/apache2/conf/

Looks like it was fixed somehow last week. Most probably by Petr.

I have committed the change to the local git repo. That looks like:

<VirtualHost *>
ServerName deployment.wmflabs.org
Redirect / http://deployment.wikimedia.beta.wmflabs.org/
</VirtualHost>