Recovered lighttpd-php makefile and install script
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
lighttpd-php: php lighttpd
|
||||
$(call script,$@)
|
||||
$(call boot,02,$@)
|
||||
$(call script_force,$@)
|
||||
8
build/scripts/lighttpd-php.sh
Normal file
8
build/scripts/lighttpd-php.sh
Normal 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
|
||||
Reference in New Issue
Block a user