* Guile on nginx or lighttpd... @ 2014-07-25 21:37 Calvin Mitchell 2014-07-26 14:19 ` tantalum 0 siblings, 1 reply; 2+ messages in thread From: Calvin Mitchell @ 2014-07-25 21:37 UTC (permalink / raw) To: guile-user [-- Attachment #1: Type: text/plain, Size: 449 bytes --] Enjoyed article: http://wingolog.org/archives/2012/03/08/an-in-depth-look-at-the-performance-of-guiles-web-server ...but having a hard time finding any decent HOWTO on setting up guile with a minimal web server...could you please point me in the right direction? Thanks! -- Calvin L. Mitchell Quasaur@gmail.com http://www.clmitchell.net/ http://www.linkedin.com/in/quasaur http://www.google.com/profiles/quasaur http://clmitchell.bandcamp.com/ [-- Attachment #2: Type: text/html, Size: 1048 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Guile on nginx or lighttpd... 2014-07-25 21:37 Guile on nginx or lighttpd Calvin Mitchell @ 2014-07-26 14:19 ` tantalum 0 siblings, 0 replies; 2+ messages in thread From: tantalum @ 2014-07-26 14:19 UTC (permalink / raw) To: Calvin Mitchell, guile-user hi i used guile programs behind nginx, lighttpd and apache and maybe i can help. if you just like to have an http server, guile includes an implementation (http://www.gnu.org/software/guile/manual/html_node/Web-Examples.html#Web-Examples) if you are looking for running an application behind another web server, then two methods come to mind: 1. direct http proxying - http requests get copied to a running guile server application 2. proxying using a server interface like scgi - this way the application does not have to deal with http protocol request/connection details but with a server interface proxied you can use extra features like for example ssl, separated direct file access and load balancing. i can give examples for configuring nginx (or you could look here http://nginx.org/en/docs/http/ngx_http_proxy_module.html, http://nginx.org/en/docs/http/ngx_http_scgi_module.html) On 2014-07-25 23:37, Calvin Mitchell wrote: > Enjoyed article: > > http://wingolog.org/archives/2012/03/08/an-in-depth-look-at-the-performance-of-guiles-web-server > > ...but having a hard time finding any decent HOWTO on setting up guile with > a minimal web server...could you please point me in the right direction? > > Thanks! > ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-26 14:19 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-07-25 21:37 Guile on nginx or lighttpd Calvin Mitchell 2014-07-26 14:19 ` tantalum
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).