Skip to content
Snippets Groups Projects
  1. Apr 10, 2018
  2. Apr 08, 2018
  3. Apr 06, 2018
  4. Apr 05, 2018
  5. Apr 03, 2018
  6. Apr 01, 2018
  7. Mar 29, 2018
  8. Mar 23, 2018
  9. Mar 22, 2018
  10. Mar 21, 2018
  11. Mar 19, 2018
  12. Feb 28, 2018
    • Luc Didry's avatar
      Fix $_SERVER['SERVER_PORT'] handling · c4ec2bbc
      Luc Didry authored
      While installing Framadate on Apache, but proxyfied by an Nginx,
      $_SERVER['SERVER_PORT'] failed to be correctly handled.
      
      $_SERVER['SERVER_PORT'] is then a string and not an integer, so it was
      added in the response of get_server_name() function, breaking all the
      css/js links.
      
      I don't know if there is other situations where the bug appears.
      
      Schema of the installation:
      
      Nginx (443) -> Apache2 (80) + Framadate
      
      Please note that using port 80 on Nginx worked.
      c4ec2bbc
  13. Feb 21, 2018
  14. Feb 20, 2018
  15. Feb 19, 2018
Loading