--
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.
Apache on arm is not a too good option try lighthttpd ?
--
# which apache
Apache on arm is not a too good option try lighthttpd ?
And, I bet Node.js will "smoke" them both. Which still has nothing to do with the OP's question.
On Sun, Jun 8, 2014 at 6:46 PM, liyaoshi <liya...@gmail.com> wrote:
Use Default Apache Benchmark within Ubuntu 12.04 on PCSee attatch test log fileIn static page case , Apache never wins,as I know
2014-06-09 7:23 GMT+08:00 John Syn <john...@gmail.com>:
From: William Hermans <yyr...@gmail.com>
Reply-To: <beagl...@googlegroups.com>
Date: Saturday, June 7, 2014 at 8:37 AM
To: <beagl...@googlegroups.com>
Subject: Re: [beagleboard] BeagleBone Black web serverApache on arm is not a too good option try lighthttpd ?I haven’t used Apache much, but my understanding is that Apache uses a thread per connection which sucks up resources pretty quickly and doesn’t scale very well. This is the reason why Node.js is preferred because it is single threaded and uses asynchronous I/O so it scales so much better. Given the limited resources on the BBB, Node.js is able to support >100x connections compared to Apache. I don’t know much about Lighthttpd.Regards,John
Really ? Care to enlighten us as to why Apache on ARM is no good ?
On Sat, Jun 7, 2014 at 5:19 AM, Don deJuan <donju...@gmail.com> wrote:
darkhttpd and nginx are also good alternatives as well as a few others.
On 06/07/2014 04:19 AM, Li926744 wrote:
Apache on arm is not a too good option try lighthttpd ?
Michael Thompson <thompson...@gmail.com>编写:
systemctl disable cloud9.service systemctl disable gateone.service systemctl disable bonescript.service systemctl disable bonescript.socket systemctl disable bonescript-autorun.service systemctl disable avahi-daemon.service systemctl disable gdm.service systemctl disable mpd.service
NameVirtualHost *:8080 Listen 8080
to this:
NameVirtualHost *:80 Listen 80
Save it and restart apache:
apachectl graceful
--
In all honesty I don't think you have to disable the default web server. A few months back I picked up a my book live nas and cracked it open to find that the hardware was similar to BBB. So I decided to see if I could do something similar with the BBB and I got it working but I don't remember having to disable the default web server. I may be wrong though as I did not take notes on the procedure because I figured it was a one time deal and did it just to see if it could be done. Any ways all I remember doing was following a guide to install open cloud on debian. So you may want to look at some of those guides and see if you can get your web server working.
Correction it was OwnCloud not open cloud.