From Fedora Project Wiki

Revision as of 15:56, 14 August 2012 by Kaio (talk | contribs) (add "installation")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

This is the procedures for deploying a Lighttpd + PHP server on Fedora. This has been done on Fedora 17 which systemd is built in.


Installation

  1. Install package "php-cli".
  2. Install package "lighttpd".
  3. Install package "lighttpd-fastcgi".
  4. You can install it at once with yum:
$ su -c "yum install php-cli lighttpd lighttpd-fastcgi"