Page MenuHomePhabricator

remove static.wikipedia.org ?!
Closed, ResolvedPublic

Description

we have this:

http://static.wikipedia.org/

it is in static.conf on fenari in /h/w/conf/httpd but it's an untracked file:

  1. Untracked files:
  2. (use "git add <file>..." to include in what will be committed) #
  3. static.conf

and it's on the cluster, serving:

DocumentRoot "/mnt/static"

but that doesn't exist

-bash: cd: /mnt/static: No such file or directory

and the page just shows the "It works".

Kill completely from Apache and DNS and fenari ?


Version: wmf-deployment
Severity: normal

Details

Reference
bz55809

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 2:11 AM
bzimport set Reference to bz55809.
bzimport added a subscriber: Unknown Object (MLST).

Did this used to have the stuff that's at http://dumps.wikimedia.org/other/static_html_dumps/ or something else? Are there any links to it out there that we should redirect if we kill the server?

Going through the apache configs I see we've got a ^/static/(.*?)$ /static/%1/$1 rewrite... I suspect this might be related

somebody has removed it from DNS meanwhile:

Host static.wikipedia.org not found: 3(NXDOMAIN)

and apache configs are in an entirely different place meanwhile

we can close