PanelRedirect 1.2.0

Plugin which redirects apache2 requests of the panel to nginx.

This plugin redirects any apache2 requests for the i-MSCP control panel ( made on ports 80/443 ) to nginx.
http://wiki.i-mscp.net/doku.php?id=plugins:panelredirect

Images

  • Version 1.2.0

    Version compatible with i-MSCP >= 1.4.x Serie


    CHANGELOG

    • Fixed: If BASE_SERVER_VHOST is used as customer domain, plugin vhost files must be removed (See the README.md file)
    • Fixed: If BASE_SERVER_VHOST customer domain is being removed, plugin vhost files must be installed (See the README.md file)
    • Fixed: Don't remove log folder on plugin uninstallation as BASE_SERVER_VHOST could be used as customer domain
    • Removed: Support for i-MSCP Serie 1.3.x
  • Version 1.1.5

    Version compatible with i-MSCP >= 1.3.1


    CHANGELOG

    • Fixed: Don't proxy/redirect URIs matching ACME http-01 challenge path (Required by LetsEncrypt plugin >= v1.3.0)
    • Fixed: Don't override proxy errors
  • Version 1.1.4

    Version compatible with i-MSCP >= 1.3.1

    CHANGELOG

    • Added: X-Forwarded-Proto and X-Forwarded-Port request headers (proxy mode)
    • Fixed: Do not override frontEnd HTTP ports
    • Fixed: Possible proxy timeout on statistic page (increased timeout value)
    • Updated: README.md file (added section for available operational modes)
  • Version 1.1.3

    Version compatible with i-MSCP 1.3.x Serie


    CHANGELOG

    • Fixed: Apache2 not reloaded - reload attribute is not defined
  • Version 1.1.2

    Version compatible with i-MSCP 1.3.x Serie


    CHANGELOG

    • Enhancement: Avoid usage of experimental smartmatch operator
    • Enhancement: Allow invalid SSL certificates
    • Fixed: Method installConfFile() from httpd server packages has been removed in i-MSCP 1.3.0
  • Version 1.1.1

    Version compatible with i-MSCP >= 1.2.3

    CHANGELOG

    • Fixed: Solving Apache 503 "Service temporarily unavailable" error
  • Version 1.1.0

    Version compatible with i-MSCP >= 1.2.3


    CHANGELOG

    • Added: required_api info field
    • Fixed: Log folder not created on plugin change ( eg. when changing panel hostname )
    • Fixed: Override HTTP ports which are defined by i-MSCP in case of proxy usage
  • Version 1.0.5

    Version compatible with i-MSCP >= 1.2.0


    CHANGELOG

    • Added: Checks for update tasks
  • Version 1.0.4

    Version compatible with i-MSCP >= 1.2.0


    CHANGELOG

    • Fixed: Wrong permissions applied on the apache2 logs folder, causing issues with logrotate
  • Version 1.0.3

    Version compatible with i-MSCP >= 1.2.0


    CHANGELOG

    • Fixed: Useless instantiation of Httpd server