Double Alibi (1940 film)

Double Alibi is a 1940 American crime film directed by Phil Rosen and written by Harold Buchman, Roy Chanslor and Charles Grayson. The film stars Wayne Morris, Margaret Lindsay, William Gargan, Roscoe Karns, Robert Emmett Keane and James Burke. The film was released on March 1, 1940, by Universal Pictures.[2][3][4]

Double Alibi
Theatrical release poster
Directed byPhil Rosen
Produced byBen Pivar
Screenplay byHarold Buchman
Roy Chanslor
Charles Grayson
Story byFrederick C. Davis
StarringWayne Morris
Margaret Lindsay
William Gargan
Roscoe Karns
Robert Emmett Keane
James Burke
CinematographyElwood Bredell
Edited byTed J. Kent
Production
company
Distributed byUniversal Pictures
Release date
  • March 1, 1940 (1940-03-01)
Running time
60 minutes
CountryUnited States
LanguageEnglish
Budget$84,000[1]

Plot

A man's ex-wife is murdered and he is the prime suspect.

Cast

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. Dick, Bernard K. (2015). City of Dreams: The Making and Remaking of Universal Pictures. University Press of Kentucky. p. 117.
  2. "Double Alibi (1940) - Overview". TCM.com. Retrieved 2019-01-08.
  3. Hal Erickson. "Double Alibi (1940) - Phil Rosen". AllMovie. Retrieved 2019-01-08.
  4. "Double Alibi". Catalog.afi.com. Retrieved 2019-01-08.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.