<!DOCTYPE html>
<html>
<head>
<title>Apache</title>
</head>
<body>
Hello World from Apache root at /var/www
</body>
</html>
Yup, I did that too, but no luck either.
There doesn't seem to be much documentation on the internet either for lighttpd on Debian, as most tutorials are still based on the old Rev B.
####
echo DISABLE UNUSED SERVICES ; date
systemctl disable cloud9.service
systemctl disable bonescript-autorun.service
systemctl disable bonescript.service
systemctl disable bonescript.socket
systemctl disable mpd.service
systemctl disable graphical.target
systemctl disable gdm.service
systemctl disable ge...@tty1.service
####
echo SETUP LIGHTTPD DEPENDANCY PCRE ; date
wget -P /tmp http://dl.dropboxusercontent.com/u/82765462/backfill/pcre-8.33.tar
cd /tmp
tar -xvf /tmp/pcre-8.33.tar
cd /tmp/pcre-8.33/
./configure
make install
####
echo SETUP LIGHTTPD ; date
wget -P /etc/ http://dl.dropboxusercontent.com/u/82765462/backfill/lighttpd.conf
opkg update
opkg install lighttpd lighttpd-module-fastcgi
wget -P /tmp http://dl.dropboxusercontent.com/u/82765462/backfill/lighttpd-1.4.33.tar
cd /tmp
tar -xvf /tmp/lighttpd-1.4.33.tar
cd /tmp/lighttpd-1.4.33/
./configure
make install
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.