From Fedora Project Wiki
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
- Install package "php-cli".
- Install package "lighttpd".
- Install package "lighttpd-fastcgi".
- You can install it at once with yum:
$ su -c "yum install php-cli lighttpd lighttpd-fastcgi"