Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

YAWS webserver Recent threads

Threads Replies First post Last post
New feature to configure deflate compression
By: Christopher Faulet
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)This is an OpenPGP/MIME signed message (RFC 2440 and 3156)Hi all, I've just pushed to github a new feature to allow configuration of the deflate compression behaviour per vhost. By adding…
1 Apr 25 2012
11:13
May 14 2012
03:06
Migrate to Mac OS Lion
By: cao.xu
Hi, Sorry to bother you. I have some problem when migrate our app from Snow Leopard to Lion, and I find some linked-in drivers can't be loaded by erl_ddll:load_driver/2 when I start VM with smp enabled. The VM crashed with following dump info: …
0 May 13 2012
07:09
May 13 2012
07:09
YAWS, CGI and memory leak on high load
By: Sergei Golovan
Hi! I've recently found a strange memory behavior of Erlang running YAWS with CGI. When I request the following script in an infinite cycle (while true ; do wget http://localhost:8080/env.cgi ; done) the beam process starts consume memory
4 Apr 28 2012
03:19
Apr 29 2012
13:52
yaws and code reloading
By: emeka okafor
How do you guys handle code changes? do you relaod the module manually is there a way that yaws does it automatically? I can't seem to find anything on that regard. thx
3 Jan 14 2012
17:54
Apr 28 2012
06:38
Re: Yaws dependencies
By: Steve Vinoski
On Sun, Apr 22, 2012 at 11:34 AM, Steve Vinoski <vino### @ieee.org> wrote: > On Tue, Apr 17, 2012 at 6:36 AM, Kostis Sagonas <kost### @cs.ntua.gr> wrote: >> On 04/17/2012 03:09 AM, Steve Vinoski wrote: >>> >>>…
0 Apr 24 2012
16:49
Apr 24 2012
16:49
Re: Yaws dependencies
By: Steve Vinoski
On Tue, Apr 17, 2012 at 6:36 AM, Kostis Sagonas <kos### @cs.ntua.gr> wrote: > On 04/17/2012 03:09 AM, Steve Vinoski wrote: >> >> 2012/4/16 Kostis Sagonas<kost### @cs.ntua.gr>: >>> >>> [Apologies if the…
0 Apr 22 2012
10:35
Apr 22 2012
10:35
Re: Yaws dependencies
By: Steve Vinoski
On Sun, Apr 22, 2012 at 2:12 AM, Kostis Sagonas <kost### @cs.ntua.gr> wrote: > On 04/22/2012 06:30 AM, Steve Vinoski wrote: >> >> On Tue, Apr 17, 2012 at 6:36 AM, Kostis Sagonas<kost### @cs.ntua.gr> wrote: >>>…
0 Apr 22 2012
08:43
Apr 22 2012
08:43
Re: Yaws dependencies
By: Steve Vinoski
On Tue, Apr 17, 2012 at 6:36 AM, Kostis Sagonas <kost### @cs.ntua.gr> wrote: > > PS. You should also be running dialyzer more frequently. Among other things, > dialyzer tells me that the following calls call functions which do not >…
0 Apr 21 2012
23:31
Apr 21 2012
23:31
Callback on client-initiated websocket closure?
By: Andrei Soroker
Greetings! I'm looking for an easy way to do some cleanup on a client-initiated websocket closure. Is there such a way? If not, how about something like this: --- a/yaws/src/yaws_websockets.erl +++ b/yaws/src/yaws_websockets.erl @@ -164,6…
2 Apr 20 2012
16:55
Apr 21 2012
22:41
Multiple cookies per one Set-Cookie/Cookie header
By: Serge Polkovnikov
Hi! Looks like the yaws can't work with multiple cookies defined in a one Set-Cookie or Cookie header. This applies to the functions yaws_api:find_cookie_val/2 and yaws_api:parse_set_cookie/1. Is there any plan to fix this? Thanks, Serge
2 Apr 17 2012
10:14
Apr 17 2012
13:38
Run yaws as a fastcgi responder?
By: xxx xxx
Is there any way to run yaws itself as a fastcgi responder? I know from the documentation that yaws can call other fastcgi apps (responders?). I'm asking whether yaws itself can be a fastcgi responder, which means it would take fastcgi requests…
1 Apr 17 2012
02:59
Apr 17 2012
03:23
Re: Yaws dependencies
By: Steve Vinoski
2012/4/16 Kostis Sagonas <kost### @cs.ntua.gr>: > [Apologies if the following is a FAQ...] > > We are trying to use Yaws for some project (its yaws_soap_lib in > particular). We noticed that yaws 'rebar.config' file does not…
0 Apr 16 2012
20:10
Apr 16 2012
20:10
identifying yaws SSL sockets
By: Steve Vinoski
Question: how many of you currently rely on pattern matching the #arg.clisock field to {sslsocket, _, _} in your Yaws applications to determine if you're dealing with an SSL socket or a regular socket? As you may know, in Yaws the HTTP client…
0 Apr 12 2012
14:52
Apr 12 2012
14:52
change the client view of the ".yaws" file
By: Sébastien Serre
Hi, I try to figure how to change the file extention ".yaws" to other thing from the client perspective. My concern is that some browser use extention ".xhtml" to interpret xhtml pages (firefox for example). What would be the way of doing this? …
1 Apr 11 2012
08:54
Apr 11 2012
09:42
How to handle socket closing on the side of a streams producer?
By: Serge Polkovnikov
Hi! I try to implement an RPC server with ability to stream endless responce. So, only the way for client to stop receive this kind of responses is to close the socket when it decide to do this. To produce the stream I spawn a producer process and…
2 Apr 11 2012
05:10
Apr 11 2012
08:26
need yaws developper ASAP
By: Joseph Goldberg
need a yaws developper for my application, anyone free? add me to skype my userid is: silverbuyer, need forms, websockets,database setup etc...
0 Apr 8 2012
05:50
Apr 8 2012
05:50
yaws build changes for R15B01
By: Steve Vinoski
R15B01 will be released this coming week. I've pulled Tuncer Ayaz's changes for file:sendfile/5 support and for some rebar changes into the current master branch of Yaws at github. Due to a bug in file:sendfile/5 in R15B, I adjusted Tuncer's patch…
0 Apr 1 2012
14:03
Apr 1 2012
14:03
issue with yaws and erlydtl example from book 'Building Web Applications with Erlang' .
By: Chenini, Mohamed
Hi, I am not sure if this is the right place to post this question about yaws and erlydtl, but I am doing it anyway. I took this example from the upcoming book 'Building Web Applications with Erlang' . I setup yaws and erltdtl as…
2 Mar 30 2012
13:16
Mar 30 2012
22:34
trying error_logger under yaws
By: Chenini, Mohamed
Hi, I tried the example 2-23 in page 33 from the upcoming book 'Building Web Applications with Erlang' . The example is simple as shown below <erl> out(Arg) -> error_logger:info_msg("~p:~p User Entered the System~n", …
2 Mar 30 2012
08:57
Mar 30 2012
12:58
Re: form field names as atoms?
By: xxx xxx
http://sourceforge.net/mailarchive/message.php?msg_id=28987006 > Can you provide a small test case? > > --steve I would be happy to provide a small test case if we agree there is the potential for a problem here. First, lets try to…
5 Mar 16 2012
04:34
Mar 16 2012
08:43