Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-84493

Unsupported web server / Angie

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Deferred
    • Icon: Minor Minor
    • None
    • 4.5.3
    • Administration
    • None
    • MOODLE_405_STABLE

      Hello,

       

      As a preliminary, Angie is a fork of Nginx, so it works absolutely in the same way.

      When I try to setup Moodle on my angie webserver, going to the admin panels keeps triggering an unsupportedwebserver exception.

      This is due to this code at line 854 of lib/setuplib.php :

      } else if (stripos($_SERVER['SERVER_SOFTWARE'], 'nginx') !== false) {

      We can make it work totally safely by replacing it with :

      } else if (stripos($_SERVER['SERVER_SOFTWARE'], 'nginx') !== false ||
      stripos($_SERVER['SERVER_SOFTWARE'], 'angie') !== false) {

       

            Unassigned Unassigned
            miroirdelame miroirdelame
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.