Katafalk

Katafalk is a Dutch death/thrash metal band, from Groningen.

Katafalk
OriginGroningen, Netherlands
GenresDeath/thrash metal
Years active1995–present
LabelsCold Blood Industries
Associated actsProstitute Disfigurement
Toxocara
Websitewww.katafalk.com

Katafalk was founded in 1995 by guitarist Chris. After two demos (Through The Storm (1997) and 'Promo 2001', many gigs and line-up changes, the band managed to become pretty well known in and outside The Netherlands. Having done a series of exclusive dates with God Dethroned, the band was offered a deal by Cold Blood Industries. Katafalk's debut album Storm Of The Horde came out early 2003 via CBI/Zomba/Suburban. In 2003 Katafalk performed on the Wâldrock festival.

Members

Current members

  • Wokkel - vocals (1996–2001 and July 2003–present)
  • Christiaan - guitar
  • Niels van Wijk - guitar (July 2003–present), vocals (November 2003–July 2003)
  • Jurjen - bass guitar
  • Martin - drums (2001–present)

Past members

Pier Abe - guitar Henk Jan - bass guitar Rodney - vocals Dick Barelds - guitar Michiel - drums

Discography

  • Through the Storm (demo-MC, 1997)
  • Promo 2001 (demo-CD)
  • Storm of the Horde (January 2003, Cold Blood Industries)
  • Death’s Contradiction (2006)
gollark: Not specifically wordpress, no.
gollark: I would probably use nginx, because I'm used to it and it has nicer configuration:```nginxhttp { # whatever important configuration you have for all HTTP servers, `nginx.conf` probably ships with some # fallback in case someone visits with an unrecognized Host header server { listen 80 default_server; listen [::]:80 default_server; return 301 http://somedomain$request_uri; } server { listen 80; # you may (probably do) want HTTPS instead, in which case this bit is somewhat different - you need to deal with certs and stuff, and use port 443 - also you should probably add HTTP/2 listen [::]:80; # IPv6 server_name domain1.com; location / { proxy_pass http://backend1:8080/; } } server { listen 80; listen [::]:80; server_name domain2.com; location / { proxy_pass http://backend2:8080/; } }}```
gollark: The reverse-proxy solution is in my opinion the best one, although it would require some config.
gollark: I think LetsEncrypt may not be very happy with that, though.
gollark: Yes, and you can just use a reverse proxy (with "vhosts" or whatever) for that, easy enough.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.