- 22 Nov, 2011 7 commits
-
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
- 17 Nov, 2011 2 commits
-
-
Antoine Catton authored
Boa is a single-tasking HTTP server. That means that unlike traditional web servers, it does not fork for each incoming connection, nor does it fork many copies of itself to handle multiple connections. It internally multiplexes all of the ongoing HTTP connections, and forks only for CGI programs (which must be separate processes). Preliminary tests show boa is capable of handling several hundred hits per second on a 100 MHz Pentium. Description from : <http://packages.debian.org/squeeze/boa> Building method inspired by : <http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-servers/boa/boa-0.94.14_rc21.ebuild?view=markup>
-
Antoine Catton authored
Using a graceful restart : <http://httpd.apache.org/docs/2.2/stopping.html#graceful>
-
- 16 Nov, 2011 11 commits
-
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
- 09 Nov, 2011 1 commit
-
-
Antoine Catton authored
-
- 08 Nov, 2011 4 commits
-
-
Antoine Catton authored
-
Antoine Catton authored
This is usefull for slave_partition_list
-
Antoine Catton authored
-
Antoine Catton authored
-
- 07 Nov, 2011 1 commit
-
-
Antoine Catton authored
ChangeLog entry : * New features - Added Unix socket support (e.g. "connect = /var/run/stunnel/socket"). - Added "verify = 4" mode to ignore CA chain and only verify peer certificate. - Removed the limit of 16 IP addresses for a single 'connect' option. - Removed the limit of 256 stunnel.conf sections in PTHREAD threading model. It is still not possible have more than 63 sections on WIN32 platform. * Optimizations - Reduced per-connection memory usage. - Performed a major refactoring of internal data structures. Extensive internal testing was performed, but some regression bugs are expected. * Bugfixes - Fixed WIN32 compilation with Mingw32. - Fixed non-blocking API emulation layer in UCONTEXT threading model. - Fixed signal handling in UCONTEXT threading model.
-
- 03 Nov, 2011 12 commits
-
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
-
Antoine Catton authored
shell not present in /etc/shells
-
Antoine Catton authored
-
- 02 Nov, 2011 1 commit
-
-
Antoine Catton authored
-
- 31 Oct, 2011 1 commit
-
-
Antoine Catton authored
-