Recovered lighttpd-php makefile and install script

This commit is contained in:
2015-12-27 14:50:44 +01:00
parent 2add55a982
commit 1ef576e910
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
source /build/config
set -x
## Enable configuration PHP in Lighttpd
ln -s /etc/lighttpd/conf-available/10-fastcgi.conf /etc/lighttpd/conf-enabled/10-fastcgi.conf
ln -s /etc/lighttpd/conf-available/15-fastcgi-php.conf /etc/lighttpd/conf-enabled/15-fastcgi-php.conf