1. 25 Aug, 2005 2 commits
    • Colm MacCarthaigh's avatar
      · 3fac3e17
      Colm MacCarthaigh authored
      Append the .PID to the ScriptSock filename. This change ensures that multiple
      running instances of httpd will not clobber each others script sockets. 
      
      Because a different socket will be created for each instance, this change also
      unlinks the script-socket on exit, to prevent pollution. 
      
      unlink() happens from within the parent process, since the change in userid's
      means the cgid process likely won't have the correct permissions.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240044 13f79535-47bb-0310-9956-ffa450edef68
      3fac3e17
    • Colm MacCarthaigh's avatar
      · db75b31b
      Colm MacCarthaigh authored
      nit: Consistently CamelCase "ScriptSock".
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240043 13f79535-47bb-0310-9956-ffa450edef68
      db75b31b
  2. 24 Aug, 2005 17 commits
  3. 23 Aug, 2005 12 commits
  4. 22 Aug, 2005 6 commits
  5. 20 Aug, 2005 3 commits