How to set hostname for Apache proxy_http phptuts October 20, 2018 Read more: Running node.js with apache Simple, you only add one line: Example: Continue Reading
AJAX error: No ‘Access-Control-Allow-Origin’ header is present on the request resource phptuts September 13, 2015 If when you do with AJAX, you see the error like the figure below, you can follow those step to fix it. Step 1: check… Continue Reading
Running node.js with apache phptuts September 5, 2015 We generally use port 80 for http server, and use other port for the Node.js application, ex: localhost:443 for the chat application. How don’t use… Continue Reading