[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

[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

Re: [beagleboard] BeagleBone Black web server

2014-06-09 Thread Simon Platten
javascript: 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 which sucks up resources pretty quickly and doesn’t scale very well

Re: [beagleboard] BeagleBone Black web server

2014-06-08 Thread John Syn
From: William Hermans yyrk...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Saturday, June 7, 2014 at 8:37 AM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] BeagleBone Black web server Apache on arm is not a too good option try lighthttpd ? I haven’t used Apache much

Re: [beagleboard] BeagleBone Black web server

2014-06-08 Thread William Hermans
yyrk...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Saturday, June 7, 2014 at 8:37 AM To: beagleboard@googlegroups.com 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

Re: [beagleboard] BeagleBone Black web server

2014-06-08 Thread liyaoshi
, 2014 at 8:37 AM To: beagleboard@googlegroups.com 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 which sucks up resources pretty

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 address

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

Re: [beagleboard] BeagleBone Black web server

2014-06-07 Thread Li926744
Apache on arm is not a too good option try lighthttpd ? Michael Thompson thompsonmichael...@gmail.com编写: 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

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 thompsonmichael...@gmail.com编写: I flashed Debian to the eMMC and it seems to be working fine. My plan is

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 donjuans...@gmail.com wrote: darkhttpd and nginx are also good alternatives as well as a few others. On 06/07/2014

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 thompsonm...@gmail.com javascript: wrote: I flashed Debian to the eMMC and it

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

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

[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