Difference between revisions of "Ubuntu 16 04 modifications"

From RobotinoWiki
(Created page with "==Disable Apport== echo "enabled=0" > /etc/default/apport")
 
(Disable Apport)
Line 1: Line 1:
 
==Disable Apport==
 
==Disable Apport==
 +
<pre>
 
echo "enabled=0" > /etc/default/apport
 
echo "enabled=0" > /etc/default/apport
 +
</pre>
 +
 +
==lighttpd==
 +
<pre>
 +
apt-get install lighttpd php5-cgi
 +
lighty-enable-mod cgi
 +
lighty-enable-mod fastcgi-php
 +
</pre>

Revision as of 10:33, 16 June 2016

Disable Apport

echo "enabled=0" > /etc/default/apport

lighttpd

apt-get install lighttpd php5-cgi
lighty-enable-mod cgi
lighty-enable-mod fastcgi-php