Setting Up Lighttpd With FastCGI: Difference between revisions

From Alpine Linux
No edit summary
(Category:Server)
Line 12: Line 12:
{{Cmd|/etc/init.d/lighttpd start && rc-update add lighttpd default}}
{{Cmd|/etc/init.d/lighttpd start && rc-update add lighttpd default}}


[[Category:Networking]]
[[Category:Server]]

Revision as of 15:44, 24 March 2012

Install the additional packages:

apk add lighttpd php-common php-iconv php-json php-gd php-curl php-xml php-pgsql php-imap

apk add php-pdo php-pdo_pgsql php-soap php-xmlrpc php-posix php-mcrypt php-gettext php-ldap php-ctype php-dom

Configure Lighttpd

vi /etc/lighttpd/lighttpd.conf

Uncomment line:

include "mod_fastcgi.conf"

Start lighttpd service and add to needed runlevel

/etc/init.d/lighttpd start && rc-update add lighttpd default