Hello guys,
I just noticed that this link from a old article of my mine is broken.
The mentioned link is this one:
http://wiki.cpantesters.org/wiki/SmokerOnOpenBSD. Here is what I get
from it:
$ curl -v http://wiki.cpantesters.org/wiki/SmokerOnOpenBSD
* Trying 80.68.89.106:80...
* Connected to wiki.cpantesters.org (80.68.89.106) port 80 (#0)
> GET /wiki/SmokerOnOpenBSD HTTP/1.1
> Host: wiki.cpantesters.org
> User-Agent: curl/7.74.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 302 Found
< Date: Thu, 25 Nov 2021 14:38:56 GMT
< Server: Apache/2.4.10 (Debian) PHP/5.6.30-0+deb8u1
< X-Clacks-Overhead: GNU Terry Pratchett
< Location: http://cpanwiki.grango.orgwiki/SmokerOnOpenBSD
< Content-Length: 336
< Content-Type: text/html; charset=iso-8859-1
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a
href="http://cpanwiki.grango.orgwiki/SmokerOnOpenBSD">here</a>.</p>
<hr>
<address>Apache/2.4.10 (Debian) PHP/5.6.30-0+deb8u1 Server at
wiki.cpantesters.org Port 80</address>
</body></html>
* Connection #0 to host wiki.cpantesters.org left intact
Now accepting the redirection:
$ curl -L -v http://wiki.cpantesters.org/wiki/SmokerOnOpenBSD
* Trying 80.68.89.106:80...
* Connected to wiki.cpantesters.org (80.68.89.106) port 80 (#0)
> GET /wiki/SmokerOnOpenBSD HTTP/1.1
> Host: wiki.cpantesters.org
> User-Agent: curl/7.74.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 302 Found
< Date: Thu, 25 Nov 2021 14:39:16 GMT
< Server: Apache/2.4.10 (Debian) PHP/5.6.30-0+deb8u1
< X-Clacks-Overhead: GNU Terry Pratchett
< Location: http://cpanwiki.grango.orgwiki/SmokerOnOpenBSD
< Content-Length: 336
< Content-Type: text/html; charset=iso-8859-1
<
* Ignoring the response-body
* Connection #0 to host wiki.cpantesters.org left intact
* Issue another request to this URL:
'http://cpanwiki.grango.orgwiki/SmokerOnOpenBSD'
* Could not resolve host: cpanwiki.grango.orgwiki
* Closing connection 1
curl: (6) Could not resolve host: cpanwiki.grango.orgwiki
Manually fixing the link I get
http://cpanwiki.grango.org/wiki/SmokerOnOpenBSD, but this one redirects
me to the login page, as if the Wiki page doesn't exists over there (and
it doesn't, I checked).
What could possible happen for this article to not exists there anymore?
Not sure I have a backup, but there are high changes that I don't...
Regards,
Alceu