Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#44047 closed enhancement (fixed)

nginx @1.6.0 +http_push new variant

Reported by: zadorozhko@… Owned by: neverpanic (Clemens Lang)
Priority: Normal Milestone:
Component: ports Version: 2.3.0
Keywords: haspatch Cc:
Port: nginx

Description

Turn NGiNX into an adept HTTP Push (Comet) server.

This module takes care of all the connection juggling, and exposes a simple interface to broadcast messages to clients via plain old HTTP requests. This makes it possible to write live-updating applications without having to wait on idle connections via upstream proxies or making your code all asynchronous and concurrent.

Attachments (1)

Portfile-nginx.diff (1.6 KB) - added by zadorozhko@… 10 years ago.

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by zadorozhko@…

Attachment: Portfile-nginx.diff added

comment:1 Changed 10 years ago by neverpanic (Clemens Lang)

Cc: cal@… removed
Owner: changed from macports-tickets@… to cal@…

comment:2 Changed 10 years ago by neverpanic (Clemens Lang)

Resolution: fixed
Status: newclosed

Did this Portfile build for you? The checksums came back different for me and the name of the folder wasn't

v${http_push_filename}-${http_push_version}

but

${http_push_filename}-${http_push_version}

Committed in r121109 with the changes mentioned above.

comment:3 in reply to:  2 Changed 10 years ago by zadorozhko@…

Replying to cal@…:

Did this Portfile build for you? The checksums came back different for me and the name of the folder wasn't

I'm new to macports and can making errors sometimes :( Anyway, thanks for commit.

Note: See TracTickets for help on using tickets.