Releases: BerkeleyLibrary/httpd-cas
v2.2.6: Updates the build workflows
Updates the build workflows, but adds no functional changes.
v2.2.5: Change SERVER_NAME to HOST
v2.2.5: Change SERVER_NAME to HOST
v2.2.4: Add SERVERNAME to log
v2.2.4: Add SERVERNAME to log
2.2.4: Add more fields to log
2.2.4: Add more fields to log
v2.1.3: httpd config: Remove X-Forwarded-For from LogFormat
This reverts commit 63175c130ddaefe94e6d618e7456622051019e36. Trying to debug an outage that may have been caused by it.
v2.1.0: Removes welcome.conf to allow autoindexing at root
v2.1.0: Removes welcome.conf to allow autoindexing at root
v2.0.0: UBI8, CAS Default Values, Trusted Proxy, and Branded Indexing!
v2.0.0: A big update!
This one has a lot of goodies.
The biggest is that we've switched from the incredibly limited httpd:2.4 base image to Red Hat's ubi8/httpd-24. The latter is supported through RHEL8's EOL, and it offers built-in support for customization via conf.d and pre-init scripts (both of which are used).
CAS options now have default values, and more are configurable. See the README for more info.
The RemoteIP module is now configured out-of-the-box to support Library IT's ingress networks.
Finally, autoindex pages support the Library's custom branding. You get this totally for free out-of-the-box, no customization required. Just enabled Options +Indexes and you're good to go!
v1.0.0: Initial release
Initial release. This is a bare-bones Debian-based Apache 2.4 image (httpd) with mod-auth-cas installed via apt.