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 by | Phil Rosen |
Produced by | Ben Pivar |
Screenplay by | Harold Buchman Roy Chanslor Charles Grayson |
Story by | Frederick C. Davis |
Starring | Wayne Morris Margaret Lindsay William Gargan Roscoe Karns Robert Emmett Keane James Burke |
Cinematography | Elwood Bredell |
Edited by | Ted J. Kent |
Production company | |
Distributed by | Universal Pictures |
Release date |
|
Running time | 60 minutes |
Country | United States |
Language | English |
Budget | $84,000[1] |
Plot
A man's ex-wife is murdered and he is the prime suspect.
Cast
- Wayne Morris as Stephen Wayne
- Margaret Lindsay as Sue Casey
- William Gargan as Walter Gifford
- Roscoe Karns as Jeremiah Jenkins
- Robert Emmett Keane as Chick Lester
- James Burke as Police Captain Orr
- William Pawley as Dan Kraley
- Frank Mitchell as Lennie Noland
- Eddy Chandler as Patrolman Harrigan
- Cliff Clark as Police Inspector Early
- Robert Emmett O'Connor as Patrolman Delaney
- Wade Boteler as Bartender
- Mary Treen as Hospital Switchboard Operator
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
- Dick, Bernard K. (2015). City of Dreams: The Making and Remaking of Universal Pictures. University Press of Kentucky. p. 117.
- "Double Alibi (1940) - Overview". TCM.com. Retrieved 2019-01-08.
- Hal Erickson. "Double Alibi (1940) - Phil Rosen". AllMovie. Retrieved 2019-01-08.
- "Double Alibi". Catalog.afi.com. Retrieved 2019-01-08.
External links
- Double Alibi on IMDb
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.