Home How to Run Apache and Node.js on the Same Server

How to Run Apache and Node.js on the Same Server

“The problem with integrating Node into most real-world hosts is you already have a web server – probably Apache,” writes Yahoo! developer HB Stone on his blog. If you try to run Node.js on the same server as Apache, you’ll have to point your browser at a different port. But, as Stone points out, pointing people to something like “http://your.website.com:8000” instead of “http://your.website.com” makes “transitioning to Node.JS feel a little less ‘real.'” It could also confuse users.

If you have your own server you have a few options for dealing with this issue. But if you’re running Node.js on a public host, you may not be able to bind Apache to a port other than port 80. In this case, you can proxy Node.js through Apache using mod_rewrite rules. You won’t get any performance advantage, but this will work if you just want to learn Node.js and experiment.

Stone works through the steps for setting up the mod_rewrite rules in his post.

If you want to run Node.js and Apache on the same server, and can change the port binding on the server, another option is proxying Apache through Node.js. Nodejitsu has released a library called node-http-proxy, which you can download from Github.

About ReadWrite’s Editorial Process

The ReadWrite Editorial policy involves closely monitoring the gambling and blockchain industries for major developments, new product and brand launches, game releases and other newsworthy events. Editors assign relevant stories to in-house staff writers with expertise in each particular topic area. Before publication, articles go through a rigorous round of editing for accuracy, clarity, and to ensure adherence to ReadWrite's style guidelines.

Get the biggest iGaming headlines of the day delivered to your inbox

    By signing up, you agree to our Terms and Privacy Policy. Unsubscribe anytime.

    Gambling News

    Explore the latest in online gambling with our curated updates. We cut through the noise to deliver concise, relevant insights, keeping you informed about the ever-changing world of iGaming and its most important trends.

    In-Depth Strategy Guides

    Elevate your game with tailored strategies for sports betting, table games, slots, and poker. Learn how to maximize bonuses, refine your tactics, and boost your chances to beat the house.

    Unbiased Expert Reviews

    Honest and transparent reviews of sportsbooks, casinos and poker rooms crafted through industry expertise and in-depth analysis. Delve into intricacies, get the best bonus deals, and stay ahead with our trustworthy guides.