So Glad You're Mine

"So Glad You're Mine" is the eighth single by Australian band Sherbet, released in 1974.[1] The song was written by Sherbet members Garth Porter and Clive Shakespeare.[2]

"So Glad You're Mine"
Single by Sherbet
from the album Slipstream
B-side"For Your Love"
Released1974
RecordedArmstrong Studios
GenreRock
Length2:49
LabelInfinity Records
Songwriter(s)Garth Porter, Clive Shakespeare
Producer(s)Sherbet, Tweed Harris
Sherbet singles chronology
"Cassandra"
(1973)
"So Glad You're Mine"
(1974)
"Slipstream"
(1974)

It was released as the first single from the album Slipstream and reached number 44 on the Kent Music Report.[3]

Track listing

No.TitleWriter(s)Length
1."So Glad You're Mine"Garth Porter, Clive Shakespeare2:49
2."For Your Love"Shakespeare3:10

Personnel

Charts

Chart (1974) Peak
position
Australia Kent Music Report[4] 44
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

  1. Sherbet - So Glad You're Mine at Discogs
  2. Sherbet - So Glad You're Mine at 45cat
  3. Sherbet - So Glad You're Mine at Australian Music Database
  4. Kent, David (1974). Australian Chart Book 1970–1992. St Ives: Australian Chart Book. p. 94. ISBN 0-646-11917-6. N.B. The Kent Report chart was licensed by ARIA between mid-1983 and 19 June 1988.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.