codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Raspberry Pi webserver – lighttpd

    30th December 2014

    Raspberry-Pi

    Raspberrypi - Codehaven

    Remember you either use Apache OR lighttpd, but don’t run both, they do the same job, interpret PHP script mainly.
    Install the webserver

    We need cgi to run the php code.

    Part of the install is to start the service as well so check that its running.

    IT should look like the following

    If you see the above output then its all up and running,
    To test it it, visit in your browser, the following address

    http://192.168.0.27/phpinfo.php

    Problems with port 80?, is Apache using that port?

    One way is to get everything you might need!

    Was this code snippet helpful?