User Tools

Site Tools


emoncms_and_dietpi

This is an old revision of the document!


Emoncms on a Pi2 v1.1 running diet pi

Open /etc/lighttpd/lighttpd.conf with a text editor and enable the rewrite module by uncommenting it (remove the #). It will then look something like this:

/etc/lighttpd/lighttpd
server.modules = 
   (
    "mod_access",
    "mod_alias",
    "mod_compress",
    "mod_redirect",
    "mod_rewrite",
    )
 

Then add the rewrite regular expression to the same file;

emoncms_and_dietpi.1680767356.txt.gz · Last modified: 2023/04/06 07:49 by admin