These notes are old (Angstrom old) but perhaps it is of use to anyone
getting lighttpd working...

####

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 [email protected]

####

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


On Mon, Jun 30, 2014 at 12:17 PM, 'Ryan P.' via BeagleBoard <
[email protected]> wrote:

>
>
> On Sunday, June 15, 2014 9:15:57 PM UTC-4, Immutant wrote:
>>
>> 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.
>>
>
>
> I am also having a very similar issue. I am very new to Linux, and I just
> recently got Debian Wheezy onto my BBB, but I am unsure of how to follow
> this same guide now with the changes made.
>
> --
> 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 [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to