Quiet Nights (Django Bates album)

Quiet Nights is an album by English multi-instrumentalist and composer, Django Bates. It was released on the Screwgun label in 1998.

Quiet Nights
Studio album by
Released1998
Recorded1997
GenreJazz
Length37:16
LabelScrewgun
ProducerAndrew Murdock
Django Bates chronology
Like Life
(1997)
Quiet Nights
(1998)
You Live and Learn...(Apparently)
(2004)
Professional ratings
Review scores
SourceRating
Allmusic[1]

Reception

Allmusic awarded the album with 4.5 out of 5 stars and its review by Thom Jurek states: "Bates and his band have taken these old warhorses and made them magical again, brought out the starlight and glitter and tossed it about the melodies, stretched the harmonies into cloud shapes, and added enough atmosphere and dimension to make Gil Evans smile from heaven."[2]

Track listing

  1. "Speak Low" (Ogden Nash, Kurt Weill) 9:14
  2. "Teach Me Tonight" (Sammy Cahn, Gene de Paul) 3:15
  3. "And the Mermaid Laughed" (Iain Ballamy, Django Bates) 3:21
  4. "Quiet Nights of Quiet Stars" (Antonio Carlos Jobim, Gene Lees) 3:14
  5. "Hi-Lili, Hi-Lo" (Helen Deutsch, Bronisław Kaper) 4:06
  6. "(In My) Solitude" (Eddie DeLange, Duke Ellington, Eddie DeLange) 5:10
  7. "Like Someone in Love" (Johnny Burke, Jimmy Van Heusen) 3:43
  8. "Is There Anyone Up There?" (Bates) 6:10
  9. "Over the Rainbow" (Harold Arlen, Yip Harburg) 6:36

Personnel

gollark: Well, what didn't work, then?
gollark: They aren't that hard. You just use `server_name` in the `server` block.
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.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.