TPU SOUND PROJECT

Index:

  1. Introduction
  2. HW requirements
  3. SW requirements
  4. UPnP services used
  5. The UPnP control point
  6. The UPnP media renderer (smart speaker)
  7. The user interface

Appendix (UPnP control point):

Set Up a Running CP - General Procedure (cont'd)

Once proof that lighttpd is up and running, the entire interface main folder can be copy and paste at the same level of the index.lighttpd.html file; for more information on the content of this directory, please refer to the user interface section. The remaining things to do are enable and configure correctly the common gateway interface (CGI) functionalities of the web server. The main configuration file for the web server is lighttpd.conf, usually located at /etc/lighttpd path. It has to be modified in the following sections:

When .cgi scripts are copied to the web server, they will be placed inside cgi-bin/ folder, with respect than the path of the server base directory.