On Wed, Aug 27, 2014 at 10:56 AM, jfsbac <[email protected]> wrote: > Hello, > > I have a BeagleBone Black running the Debian distribution. I am looking at > the web page setup and the interface with node.js in preparation to set up > my own web page that will display some information that I am reading over a > serial port. It appears that Apache is running as the web server as I see > apache2 processes. I understand that node.js can be its own web server, so > I am a little perplexed why apache is used in addition to node.js and how > node.js works with apache. > > I also don't see the web pages in the normal /var/www/ location and am > wondering where they are located.
Port 80: nodejs (some where in the bone101 dir's..) Port 8080: apache (/var/www/) Regards, -- Robert Nelson http://www.rcn-ee.com/ -- 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.
