wiki:Webdev/Archive/www.clarin.eu

Version 6 (modified by Sander Maijers, 9 years ago) (diff)

Again try to fix the formatting

Hosted at Utrecht University.

Responsible: Bas van der Veen <bas.van.der.veen@meertens.knaw.nl> (content, development), ​webmaster@clarin.eu (content)

Server/OS/configuration maintenance: ICT & Media <ictenmedia@uu.nl>

Managing users, content and other Drupal admin tasks: drupaladmin@clarin.eu

More info: https://www.clarin.eu/content/about-clarin

Viewing the staging website https://tst.clarin.eu

https://tst.clarin.eu is shielded from outside connections in the Apache httpd configuration.

In your OpenSSH client configuration, add the line:

DynamicForward 1080

under the relevant section specific to vz07-clarin-eu.im.hum.uu.nl, e.g.:

Match originalhost clarin-ssh,vz07-clarin-eu,dev-clarin-eu
    IdentityFile "%d/.ssh/myname@uu.nl"
    User myname

Match originalhost clarin-ssh
    HostName clarin-ssh.hum.uu.nl

Match originalhost dev-clarin-eu
    HostName dev-clarin-eu.hum.uu.nl

Match originalhost vz07-clarin-eu
    HostName vz07-clarin-eu.im.hum.uu.nl
    DynamicForward 1080

Start an SSH connection to vz07-clarin-eu, e.g. given the above configuration, issue ssh vz07-clarin-eu . You now have a SOCKS proxy running that listens on the loopback network interface (localhost), which passes incoming TCP connections on to vz07-clarin-eu.im.hum.uu.nl. Next, set up a web browser that passes all HTTP requests through this proxy (address: localhost, port: 1080):

You can use 'show my IP address' websites to find out whether your IP is now that of vz07-clarin-eu.im.hum.uu.nl. If so, you can now visit https://tst.clarin.eu without an HTTP 403 Forbidden error response.