Skip to content
  1. Aug 22, 2010
    • Rainer Jung's avatar
      Change behaviour of worker sharing. · 8582d426
      Rainer Jung authored
      A proxy worker is shared, if its URL is a leading substring
      of the URL of another worker defined later in the configuration.
      
      Before this change this
      - triggered the "worker ... already used by another worker" message
      - resulted in a hard to understand configuration for this worker
        - Attributes explicitely given in the later worker overwrote
          attributes in the worker which was defined first
        - General proxy attributes (e.g. ProxyTimeout ) overwrote
          attributes in the worker which was defined first
      
      New behaviour:
      - Talk about "sharing" of workers and log both worker URLs
        in the info log message instead of the "already used" message
      - Do not overwrite attributes. If attributes were explicitely
        given in the later worker, log a warning that those are ignored
        because of sharing.
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987854 13f79535-47bb-0310-9956-ffa450edef68
      8582d426
    • Rainer Jung's avatar
      Minor style nits. · 9d1028b4
      Rainer Jung authored
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987853 13f79535-47bb-0310-9956-ffa450edef68
      9d1028b4
  2. Aug 21, 2010
  3. Aug 20, 2010
  4. Aug 19, 2010
  5. Aug 18, 2010
  6. Aug 17, 2010
  7. Aug 16, 2010
  8. Aug 15, 2010
  9. Aug 13, 2010
  10. Aug 12, 2010
  11. Aug 10, 2010
  12. Aug 09, 2010