It runs using either a native code library or a 100% Pure Java driver
based on NestedVM emulation (but in this package only the native version
is installed).
PR: 124905
Submitted by: Lapo Luchini
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
- Add apache22-peruser-mpm
Peruser is an Apache 2 modules based on metuxmpm. The fundamental
concept behind them is to run each apache child process as its own
user and group, each handling its own set of virtual hosts. Peruser
and recent metuxmpm releases can also chroot() apache processes.
The result is a sane and secure web server environment for your
users, without kludges like PHP's safe_mode.
PR: ports/127358
Submitted by: Jille Timmermans <jille at quis dot cx>
Remove the option to install DRMAA .jar files as they are not
automatically downloadable due to the move the the sun donwload
center. Adding a new port to install them or adding an option to use
the manually downloaded would probably be a good idea, but I've been
stalling the upgrade too long as it is.
(DB_ENV->lock_get() may self deadlock if user defined locks are
used and there is only one lock partition defined).
This fix is required for recent OpenLDAP versions if BDB 4.7 is
being used.
<ChangeLog>
*) Feature: the "try_files" directive.
*) Feature: variables support in the "fastcgi_pass" directive.
*) Feature: now the $geo variable may get an address from a variable.
Thanks to Andrei Nigmatulin.
*) Feature: now a location's modifier may be used without space before
name.
*) Feature: the $upstream_response_length variable.
*) Bugfix: now a "add_header" directive does not add an empty value.
*) Bugfix: if zero length static file was requested, then nginx just
closed connection; the bug had appeared in 0.7.25.
*) Bugfix: a MOVE method could not move file in non-existent directory.
*) Bugfix: a segmentation fault occurred in worker process, if no one
named location was defined in server, but some one was used in an
error_page directive.
Thanks to Sergey Bochenkov.
</ChangeLog>