mod_http: Fix indentation in redir_handler
|
Emmanuel Gil Peyrot |
2016-07-24 |
Update every link to the documentation to use HTTPS
|
Emmanuel Gil Peyrot |
2016-04-16 |
plugins/mod_http: Keep query string over automatic redirects
|
daurnimator |
2016-02-15 |
Backout unintentional commit ed5440a6ef7f
|
Matthew Wild |
2015-12-03 |
Merge 0.10->trunk
|
Matthew Wild |
2015-12-03 |
Merge 0.9->0.10
|
Matthew Wild |
2015-03-26 |
mod_http: Return a static string from module:http_url() when no ports are enabled and log a warning
|
Kim Alvefur |
2015-03-23 |
mod_http: Log a debug message when adding new http apps and warn if no http ports are enabled
|
Kim Alvefur |
2015-03-23 |
Backout 7726b627c3ea
|
Kim Alvefur |
2015-03-23 |
mod_http: Log event name when adding a HTTP app's hooks
|
Matthew Wild |
2015-03-14 |
Backed out 35ebcb733c4c
|
Kim Alvefur |
2015-03-23 |
mod_http: Log name and base URL of HTTP apps
|
Kim Alvefur |
2014-12-08 |
mod_http: For URLs that end with / or wildcard handlers, add a low-priority redirect from without to with slash
|
Kim Alvefur |
2014-11-04 |
mod_http: Update to disable peer verification with the new certmanager
|
Kim Alvefur |
2014-04-19 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-02-26 |
mod_http: Fix http_external_url setting without an explicit port
|
Kim Alvefur |
2014-02-26 |
mod_http: Use hostname from the correct context (thanks gryffus)
|
Kim Alvefur |
2014-02-20 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
mod_http: disable ssl peer verification by default.
|
Marco Cirillo |
2013-04-04 |
mod_http: Import portmanager
|
Kim Alvefur |
2013-03-23 |
mod_http: Expand $host in http_paths
|
Kim Alvefur |
2013-02-18 |
mod_http: Fix path length pattern
|
Kim Alvefur |
2012-12-09 |
mod_http: Fix pattern and slightly improve efficiency and memory usage of wildcard HTTP handlers
|
Matthew Wild |
2012-11-29 |
mod_http: Make module:http_url() aware of http_host
|
Kim Alvefur |
2012-11-22 |
mod_http: Rename variable for clarity
|
Matthew Wild |
2012-11-22 |
mod_http: Add 'http_host' option to change the HTTP virtual host that this host is accessible at (e.g. allows mapping a host to '127.0.0.1')
|
Matthew Wild |
2012-11-15 |
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().
|
Waqas Hussain |
2012-09-12 |
mod_http: Rework how module:http_url() builds the url.
|
Kim Alvefur |
2012-08-21 |