Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Gliffy Diagram
macroId970e69da-b801-4e19-a973-8a4b54fb08fb
nameTest Setup
pagePin1
   


Setting up a HTTP server:

    For setting up a HTTP server we can use Apache 2.0 or lighttpd. Below are the steps for HTTP server using Apache 2 

  •  Install Apache2 package
    •      sudo apt update
    •     sudo apt install apache2
  •    Check the firewall application profiles
    •     sudo ufw app list
  •    Modify firewall rules to allow Apache2
    •       sudo ufw allow 'Apache'   
  • Verify the status
    • sudo ufw statusVerify Apache2 service is running using systemd command
      • sudo systemctl status apache2


Enabling the FirmwareControl Plugin:

...