Setup Websockets with Apache Reverse Proxy with SSL
I’ve scratched my head for hours and finally I was able to set it up and make it running.
I’ve scratched my head for hours and finally I was able to set it up and make it running.
These are 2 techniques to check for enabled apache modules on Linux and Windows machines.
I was working on side project, I need to set headers in .htaccess. But it was causing 500 Internal server error. After googling few minutes, I found that setting headers never throws 500 error. Then I thought it must be mod_headers apache module issue. I looked at my code again and found that headers line…
When developing large applications you face some issues or get some requirements, that you have to fulfill for your clients. Same as one of our white label client demanded non SSL website. Where our production environment is running on HTTPS and we are redirecting non SSL to SSL forcefully with .htaccess As below. RewriteCond %{HTTPS}…