T
T
top132014-03-13 16:29:11
Apache HTTP Server
top13, 2014-03-13 16:29:11

Installing apache and node.js - how to set up the config?

There is a need to use node.js in your project
To use this multi-geocoder module
How to configure the config?
ubuntu 12.04

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2014-03-13
Protko @Fesor

Excuse me, that is, for the sake of one, very simple library, do you install a whole node.js? did not try to find a similar library for your language?
in any case, the ProxyPass directive will help you.

ProxyRequests off
 
    <Proxy *>
        Order deny,allow
        Allow from all
    </Proxy>
 
    <Location />
        ProxyPass http://localhost:3000/
        ProxyPassReverse http://localhost:3000/
    </Location>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question