- None
- Switch to appserver-io/logger version ~2.0
- None
- Update composer dependencies
- Remove old FastCgiModule implementation
- Switch to appserver-io/fastcgi instead of crunch/fastcgi
- None
- Fixed that conditions based on per-request operands do not get cached aggressively anymore
- Fixed that rewrite rules do not forward their result to the next rule in the stack
- None
- Fix that headers are hardcoded overwritten in FcgiModule
- Append X-Powered-By header in FcgiModule/FastCgiModule instead of override existing one
- None
- None
- Add new FcgiModule using original CrunchPHP/fastcgi library
- None
- Add Dockerfile configuration
- Make MagentoRewriteMapper more generic and make it work with Magento 2
- None
- None
- Switch from bash to Composer bin script
- Switch to latest appserver-io/server version 10.0.0
- None
- Remove monolog as it has been replaced with appserver-io/logger
- None
- Remove deprecated PhpModule and related classes
- Remove dependency to appserver-io-php/appserver PECL extension
- Make webserver ready for PHP 7 by switching to appserver-io/server version 9.0.0
- Fixed error in FastCgiModule when splitting response header and body
- None
- None
- Extended module test suite with core module tests
- Extended configuration evaluation in access module
- None
- Switched to appserver-io/server version 8.x to make use of ciphers SSL configuration option
- None
- Switched to appserver-io/server version 7.x to make use of multiple SSL configuration options
- Fixed missing use statement for HttpException and remove trailing \ from ModuleException
- None
- Fix for trying to load server var SERVER_AUTO_INDEX when server configuration param autoIndex is missing
- None
- Update JSON configuration to support new module params
- None
- None
- Switch to server version ~6.0
- None
- Changing merge order for environment variables to allow overriding environment variables in virtual hosts
- None
- Refactoring for new HTTP library with refactored authentication functionality
- Add missing Content-Type header to AutoIndex module to avoid protection with X-Content-Type-Options header set to nosniff by default
- None
- Add missing use statement for HttpProtocol in HttpConnectionHandler
- None
- None
- Add new default headers X-Frame-Options, X-Content-Type-Options and X-XSS-Protection to protect request agains security attacks
- None
- Rewrite rules now support the NC flag which allows for case-insensitive regex checks
- Fixed a missing check for empty headers configuration within Headermodule
- Fixed a bug within HTTP header ServerVar initialization
- None
- fixed auto index module process function
- None
- None
- Fixed #150 $errorMessage variable has not been declared
- None
- Fixed #847 Webserver based authentication is missing "realm"
- None
- Fixed #148 Deflated stream not copied back to response
- None
- None
- Closed #147 added proxy module and upstream functionality.
- Closed #141 refactored error page rendering
- None
- Fixed newline behaviour in ssl context
- None
- None
- Add LocationModule, refactor AutoIndexModule, CoreModule + VirtualHostModule
- fixed error logging on multiple ssl certificate errors
- fixed relative and absolut cert path configuration
- None
- None
- Added sni server certs feature which needs php 5.6. This allowes more than one ssl certificates at the same time on one ip address.
- Server vars REQUEST_URI and X_REQUEST_URI will be url decoded to avoid problems within the modules URI handling
- None
- None
- Moved HTTP authentication functionality to appserver-io/http package
- Some minor comment fixes
- Updated build process
- Add missing REDIRECT_URI and REDIRECT_URL environment variables to FastCgiModule
- None
- None
- Switched to stable dependencies due to version 1.0.0 release
- Fixes #492 in appserver-io/appserver
- None
- None
- added welcome-page support
- Internal refactoring
- None
- None
- Removed obsolete ModuleParserInterface
- Applied new file name and comment conventions
- Fixed wrong checks against file system within rewrite conditions
- None
- None
- Added warning logging on invalid configuration for authentication feature
- None
- Added digest auth type, will fix #182 on appserver repo
- Fixed exception handling in connection handler to map exception code 0 to response code 500 by default
- None
- Fixed poblem with plain integer values within param values
- Usage of several backreferences per param value are now possible
- Added MPEventConversion connector which allows for the tracking of unique users within event hit types
- Wrong usage of CURLs POST fields
- None
- None
- Added different hit types and extended error handling
- Added GA cookie inclusion for the Client ID
- None
- Allow for client IP forwarding within the analytics module measurement protocol connector
- Updated dependencies for the webserver.json example configuration
- Added an analysis module
- None
- Moved to appserver-io organisation
- Refactored namespaces
- fixed script name server var to be set if found
- None
- Separated core module logic for populating http requests by given uri
- None
- Fixed DeflateModule to compress just a list of specific mime-types. (#112)
- None
- None
- Refactoring ANT PHPUnit execution process
- Composer integration by optimizing folder structure (move bootstrap.php + phpunit.xml.dist => phpunit.xml)
- Switch to new appserver-io/build build- and deployment environment