the way it's usually setup is setting up a proxy in apache to redirect traffic 
to whatever port node is running on. There's tons on examples online. It's 
useful when you are running other apps (rails for example) on the same box

Sent from my iPhone

Jamil Antonino
+63.920.901.7352

On Jul 10, 2012, at 12:10 AM, Bradley Meck <bradley.m...@gmail.com> wrote:

> Well it may not defeat all the purposes of Node. You can still do all the 
> background IO (talking to database etc) in async glory, but you do lose 
> somewhat since you have to double parse things to be compatible with default 
> node libraries.
> 
> On Monday, July 9, 2012 9:46:17 AM UTC-5, Tim Caswell wrote:
> NodeJS *is* the http server.  I'm not sure how it would run inside apache.  I 
> guess you could run node as a cgi program or implement the wsgi interface or 
> something, but that kinda defeats the purpose of node's architecture.
> 
> On Fri, Jul 6, 2012 at 8:41 AM, Andrew Leer <leean...@gmail.com> wrote:
> When connecting Apache Tomcat web-apps to an existing Apache website, mod_jk 
> can be loaded to give a web application a virtual directory within Apache.
> 
> (also here: http://bit.ly/Ma3ZlV)
> 
> Are there any similar modules for connecting node.js to Apache?
> 
> 
> 
> 
> -- 
> Job Board: http://jobs.nodejs.org/
> Posting guidelines: 
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
> 
> -- 
> Job Board: http://jobs.nodejs.org/
> Posting guidelines: 
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to