Last modified: 2012-07-09 13:03:23 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T38884, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 36884 - labs.wikimedia.org should redirect somewhere
labs.wikimedia.org should redirect somewhere
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: ops
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-05-16 00:04 UTC by MZMcBride
Modified: 2012-07-09 13:03 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description MZMcBride 2012-05-16 00:04:56 UTC
I think <http://labs.wikimedia.org> should redirect to somewhere. I went there to learn more about Wikimedia Labs and it doesn't resolve. Maybe it could redirect to <https://labsconsole.wikimedia.org/wiki/Main_Page>?
Comment 1 Thehelpfulone 2012-05-16 10:52:04 UTC
This will need some apache config added to wikimedia.conf, using something similar to jobs.wikimedia.org should do - https://noc.wikimedia.org/conf/wikimedia.conf 

# job.w.o
# #
<VirtualHost *>
	ServerName jobs.wikimedia.org

        RewriteEngine On
	RewriteRule ^/$		http://wikimediafoundation.org/wiki/Work_with_us
        RewriteRule ^/(.*)$     http://wikimediafoundation.org/wiki/Job_openings/$1
</VirtualHost>

from this, add

# labs redirect
# #
<VirtualHost *>
	ServerName labs.wikimedia.org

        RewriteEngine On
	RewriteRule ^/$		http://labsconsole.wikimedia.org/wiki/Main_Page
        RewriteRule ^/(.*)$     http://labsconsole.wikimedia.org/wiki/$1
</VirtualHost>

Not sure how best to make this https:// though, as going to https://jobs.wikimedia.org gives me an security error and then if I bypass that it will take me to the http:// version of wikimediafoundation.org
Comment 2 jeremyb 2012-07-02 15:31:34 UTC
This is RT #2402.
Comment 3 jeremyb 2012-07-06 17:39:01 UTC
https://gerrit.wikimedia.org/r/14509

This needs a DNS change and apache conf is not writeable for shell anyway.

kw: shell -> ops
Comment 4 Daniel Zahn 2012-07-09 13:03:23 UTC
added DNS,  redirect merged in git and svn and pushed out to cluster

    13:01 mutante: labs.wikimedia.org is now a redirect to labsconsole
    12:49 mutante: authdns-update to add labs.wm entry for redirect to labsconsole

works for me now.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links