<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ascard</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ascard"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Ascard"/>
	<updated>2026-05-06T01:56:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Setting_Up_Lighttpd_With_FastCGI&amp;diff=15985</id>
		<title>Setting Up Lighttpd With FastCGI</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Setting_Up_Lighttpd_With_FastCGI&amp;diff=15985"/>
		<updated>2019-06-07T06:24:30Z</updated>

		<summary type="html">&lt;p&gt;Ascard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For installing the additional packages first activate community packages:&lt;br /&gt;
{{Cmd|vi /etc/apk/repositories}}&lt;br /&gt;
Uncomment the following:&lt;br /&gt;
{{Cmd|http://pkg.example.com/alpine/v3.9/community}}&lt;br /&gt;
&lt;br /&gt;
Update the packagelist:&lt;br /&gt;
{{Cmd|apk update}}&lt;br /&gt;
&lt;br /&gt;
Install the additional packages:&lt;br /&gt;
{{Cmd|apk add lighttpd php7-common php7-iconv php7-json php7-gd php7-curl php7-xml php7-mysqli php7-imap php7-cgi fcgi php7-pdo php7-pdo_mysql php7-soap php7-xmlrpc php7-posix php7-mcrypt php7-gettext php7-ldap php7-ctype php7-dom}}&lt;br /&gt;
&lt;br /&gt;
==Configure Lighttpd==&lt;br /&gt;
&#039;&#039;&#039;Edit lighttpd.conf&#039;&#039;&#039;&lt;br /&gt;
{{Cmd|vi /etc/lighttpd/lighttpd.conf}}&lt;br /&gt;
Uncomment line:&lt;br /&gt;
 include &amp;quot;mod_fastcgi.conf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Edit mod_fastcgi.conf&#039;&#039;&#039;&lt;br /&gt;
{{Cmd|vi /etc/lighttpd/mod_fastcgi.conf}}&lt;br /&gt;
Edit the section:&lt;br /&gt;
 /usr/bin/php-cgi&lt;br /&gt;
To:&lt;br /&gt;
 /usr/bin/php-cgi7&lt;br /&gt;
&lt;br /&gt;
==Start lighttpd service and add to needed runlevel==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|rc-service lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Ascard</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Setting_Up_Lighttpd_With_FastCGI&amp;diff=15983</id>
		<title>Setting Up Lighttpd With FastCGI</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Setting_Up_Lighttpd_With_FastCGI&amp;diff=15983"/>
		<updated>2019-06-06T13:21:50Z</updated>

		<summary type="html">&lt;p&gt;Ascard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For installing the additional packages first activate community packages:&lt;br /&gt;
{{Cmd|vi /etc/apk/repositories}}&lt;br /&gt;
Uncomment the following:&lt;br /&gt;
{{Cmd|hxxp://pkg.example.com/alpine/v3.9/community}}&lt;br /&gt;
&lt;br /&gt;
Update the packagelist:&lt;br /&gt;
{{Cmd|apk update}}&lt;br /&gt;
&lt;br /&gt;
Install the additional packages:&lt;br /&gt;
{{Cmd|apk add lighttpd php7-common php7-iconv php7-json php7-gd php7-curl php7-xml php7-mysqli php7-imap php7-cgi fcgi php7-pdo php7-pdo_mysql php7-soap php7-xmlrpc php7-posix php7-mcrypt php7-gettext php7-ldap php7-ctype php7-dom}}&lt;br /&gt;
&lt;br /&gt;
==Configure Lighttpd==&lt;br /&gt;
&#039;&#039;&#039;Edit lighttpd.conf&#039;&#039;&#039;&lt;br /&gt;
{{Cmd|vi /etc/lighttpd/lighttpd.conf}}&lt;br /&gt;
Uncomment line:&lt;br /&gt;
 include &amp;quot;mod_fastcgi.conf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Edit mod_fastcgi.conf&#039;&#039;&#039;&lt;br /&gt;
{{Cmd|vi /etc/lighttpd/mod_fastcgi.conf}}&lt;br /&gt;
Edit the section:&lt;br /&gt;
 /usr/bin/php-cgi&lt;br /&gt;
To:&lt;br /&gt;
 /usr/bin/php-cgi7&lt;br /&gt;
&lt;br /&gt;
==Start lighttpd service and add to needed runlevel==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|rc-service lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Ascard</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Setting_Up_Lighttpd_With_FastCGI&amp;diff=15982</id>
		<title>Setting Up Lighttpd With FastCGI</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Setting_Up_Lighttpd_With_FastCGI&amp;diff=15982"/>
		<updated>2019-06-06T13:12:17Z</updated>

		<summary type="html">&lt;p&gt;Ascard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For installing the additional packages first activate community packages:&lt;br /&gt;
{{Cmd|vi /etc/apk/repositories}}&lt;br /&gt;
Uncomment the following:&lt;br /&gt;
{{Cmd|hxxp://pkg.example.com/alpine/v3.9/community}}&lt;br /&gt;
&lt;br /&gt;
Update the packagelist:&lt;br /&gt;
{{Cmd|apk update}}&lt;br /&gt;
&lt;br /&gt;
Install the additional packages:&lt;br /&gt;
{{Cmd|apk add lighttpd php7-common php7-iconv php7-json php7-gd php7-curl php7-xml php7-mysqli php7-imap php7-cgi fcgi php7-pdo php7-pdo_mysql php7-soap php7-xmlrpc php7-posix php7-mcrypt php7-gettext php7-ldap php7-ctype php7-dom mysql mysql-client}}&lt;br /&gt;
&lt;br /&gt;
==Configure Lighttpd==&lt;br /&gt;
&#039;&#039;&#039;Edit lighttpd.conf&#039;&#039;&#039;&lt;br /&gt;
{{Cmd|vi /etc/lighttpd/lighttpd.conf}}&lt;br /&gt;
Uncomment line:&lt;br /&gt;
 include &amp;quot;mod_fastcgi.conf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Edit mod_fastcgi.conf&#039;&#039;&#039;&lt;br /&gt;
{{Cmd|vi /etc/lighttpd/mod_fastcgi.conf}}&lt;br /&gt;
Edit the section:&lt;br /&gt;
 /usr/bin/php-cgi&lt;br /&gt;
To:&lt;br /&gt;
 /usr/bin/php-cgi7&lt;br /&gt;
&lt;br /&gt;
==Start lighttpd service and add to needed runlevel==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|rc-service lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Ascard</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Setting_Up_Lighttpd_With_FastCGI&amp;diff=15981</id>
		<title>Setting Up Lighttpd With FastCGI</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Setting_Up_Lighttpd_With_FastCGI&amp;diff=15981"/>
		<updated>2019-06-06T13:11:29Z</updated>

		<summary type="html">&lt;p&gt;Ascard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For installing the additional packages first activate community packages:&lt;br /&gt;
{{Cmd|vi /etc/apk/repositories}}&lt;br /&gt;
Uncomment the following:&lt;br /&gt;
{{Cmd|hxxp://pkg.example.com/alpine/v3.9/community}}&lt;br /&gt;
&lt;br /&gt;
Update the packagelist:&lt;br /&gt;
{{Cmd|apk update}}&lt;br /&gt;
&lt;br /&gt;
Install the additional packages:&lt;br /&gt;
{{Cmd|apk add lighttpd php7-common php7-iconv php7-json php7-gd php7-curl php7-xml php7-mysqli php7-imap php7-cgi fcgi php7-pdo php7-pdo_mysql php7-soap php7-xmlrpc php7-posix php7-mcrypt php7-gettext php7-ldap php7-ctype php7-dom mysql mysql-client}}&lt;br /&gt;
&lt;br /&gt;
==Configure Lighttpd==&lt;br /&gt;
&#039;&#039;&#039;Edit lighttpd.conf&#039;&#039;&#039;&lt;br /&gt;
{{Cmd|vi /etc/lighttpd/lighttpd.conf}}&lt;br /&gt;
Uncomment line:&lt;br /&gt;
 include &amp;quot;mod_fastcgi.conf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Edit mod_fastcgi.conf&#039;&#039;&#039;&lt;br /&gt;
{{Cmd|vi /etc/lighttpd/mod_fastcgi.conf}}&lt;br /&gt;
Edit the section:&lt;br /&gt;
 /usr/bin/php-cgi&lt;br /&gt;
To:&lt;br /&gt;
 /usr/bin/php-cgi5&lt;br /&gt;
&lt;br /&gt;
==Start lighttpd service and add to needed runlevel==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|rc-service lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Ascard</name></author>
	</entry>
</feed>