Posts by Eduardo • 41 points
2 posts
-
0
votes2
answers1176
viewsA: Two apache installations on the same server
I solved a similar situation, just wasn’t with apache. I set up a server (actually a VM) Haproxy (http://www.haproxy.org/). This vm listens to port 80 and based on the URL (or other parameters that…
-
4
votes3
answers857
viewsA: Javascript Method Overload Function
I think I found the explanation here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Closures Let’s see if I can explain. The addMethod() function is assigning a function to the Object…