[beagleboard] Beaglebone Black Web Server

2015-01-13 Thread kenunal91
Greetings, everyone! I want to set up my Beaglebone Black as a web server so that it can host a website. But I am extremely new to beaglebone and debian/linux systems so I am looking for advice on where to start, what to download and how to download it, or even recommendations on books to read

[beagleboard] Beaglebone Black Web Server

2015-01-13 Thread kenunal91
Hello everyone! I am attempting to set up my Beaglebone Black as a web server so that it can host a website. I have scoured the internet for help on this but I still find myself lost. So I hope that you all could give me expert advice on this. I have the Beaglebone Black, Revision C so it come

Re: [beagleboard] BeagleBone Black web server

2014-06-09 Thread Simon Platten
12.04 on PC >> >> See attatch test log file >> >> In static page case , Apache never wins,as I know >> >> >> 2014-06-09 7:23 GMT+08:00 John Syn >: >> >>> >>> From: William Hermans > >>> Reply-To: > >>> Dat

Re: [beagleboard] BeagleBone Black web server

2014-06-08 Thread William Hermans
, Apache never wins,as I know > > > 2014-06-09 7:23 GMT+08:00 John Syn : > >> >> From: William Hermans >> Reply-To: >> Date: Saturday, June 7, 2014 at 8:37 AM >> To: >> Subject: Re: [beagleboard] BeagleBone Black web server >> >> *Apache

Re: [beagleboard] BeagleBone Black web server

2014-06-08 Thread liyaoshi
: Re: [beagleboard] BeagleBone Black web server > > *Apache 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

Re: [beagleboard] BeagleBone Black web server

2014-06-08 Thread William Hermans
mans > Reply-To: > Date: Saturday, June 7, 2014 at 8:37 AM > To: > Subject: Re: [beagleboard] BeagleBone Black web server > > *Apache 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

Re: [beagleboard] BeagleBone Black web server

2014-06-08 Thread John Syn
From: William Hermans Reply-To: Date: Saturday, June 7, 2014 at 8:37 AM To: Subject: Re: [beagleboard] BeagleBone Black web server >> Apache 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

Re: [beagleboard] BeagleBone Black web server

2014-06-07 Thread Michael Thompson
I spent a long time digging around in a bunch of directories. I couldn't find httpd.conf in any apache directories, the one you mentioned included. I also don't even have an /etc/httpd directory. And the find command (which I didn't know about, so thank you!) returned nothing. I am thoroughly c

Re: [beagleboard] BeagleBone Black web server

2014-06-07 Thread Jay Nugent
Greetings, On Sat, 7 Jun 2014, Michael Thompson wrote: I don't know where the httpd.conf file is located :( Typically httpd.conf is located in /etc. But if you install apache, it may be /etc/apache/httpd.conf or /etc/httpd/httpd.conf You can always use the 'find' command to locate f

Re: [beagleboard] BeagleBone Black web server

2014-06-07 Thread Michael Thompson
I don't know where the httpd.conf file is located :( On Saturday, June 7, 2014 3:06:47 AM UTC-7, Eric wrote: > > Where does httpd.conf say your files should go? > > > On Fri, Jun 6, 2014 at 10:07 PM, Michael Thompson > wrote: > >> I flashed Debian to the eMMC and it seems to be working fine. My p

Re: [beagleboard] BeagleBone Black web server

2014-06-07 Thread William Hermans
> > *Apache on arm is not a too good option try lighthttpd ?* 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 wrote: > darkhttpd and nginx are also good alternatives as well as a few others. > > On 06/07/2014 04:19 AM, Li926744 w

Re: [beagleboard] BeagleBone Black web server

2014-06-07 Thread Don deJuan
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 编写: > > I flashed Debian to the eMMC and it seems to be working fine. My plan > is to host a small web page

Re: [beagleboard] BeagleBone Black web server

2014-06-07 Thread Li926744
Apache on arm is not a too good option try lighthttpd ? Michael Thompson 编写: >I flashed Debian to the eMMC and it seems to be working fine. My plan is to >host a small web page using Apache. I installed Apache and using the IP >address the BeagleBone 101 loads fine from outside my network. > >S

Re: [beagleboard] BeagleBone Black web server

2014-06-07 Thread Jay Nugent
Greetings, On Sat, 7 Jun 2014, Eric Fort wrote: Where does httpd.conf say your files should go? On Fri, Jun 6, 2014 at 10:07 PM, Michael Thompson < thompsonmichael...@gmail.com> wrote: I flashed Debian to the eMMC and it seems to be working fine. My plan is to host a small web page using Ap

Re: [beagleboard] BeagleBone Black web server

2014-06-07 Thread Eric Fort
Where does httpd.conf say your files should go? On Fri, Jun 6, 2014 at 10:07 PM, Michael Thompson < thompsonmichael...@gmail.com> wrote: > I flashed Debian to the eMMC and it seems to be working fine. My plan is > to host a small web page using Apache. I installed Apache and using the IP > addre

[beagleboard] BeagleBone Black web server

2014-06-06 Thread Michael Thompson
I flashed Debian to the eMMC and it seems to be working fine. My plan is to host a small web page using Apache. I installed Apache and using the IP address the BeagleBone 101 loads fine from outside my network. So, my question is, in what directory do I save my index.html file in order to see i