Hi Robie,

I do not know for certain. One user on the upstream bug mentions it
can't be backported because of an API compat issue, but if there's one
present I'm sure not seeing it. The define is entirely contained within
that header file. The only thing I would think it could affect would be
external modules built against mod_proxy.h

root@apache2-mod-proxy-length-xenial:~/apache2-2.4.18# grep -R 
'PROXY_WORKER_MAX_NAME_SIZE' *
modules/proxy/mod_proxy.h:#define PROXY_WORKER_MAX_NAME_SIZE      96
modules/proxy/mod_proxy.h:#define PROXY_BALANCER_MAX_NAME_SIZE 
PROXY_WORKER_MAX_NAME_SIZE
modules/proxy/mod_proxy.h:    char      name[PROXY_WORKER_MAX_NAME_SIZE];
modules/proxy/mod_proxy.h:    char      uds_path[PROXY_WORKER_MAX_NAME_SIZE];   
/* path to worker's unix domain socket if applicable */
root@apache2-mod-proxy-length-xenial:~/apache2-2.4.18# grep -R 
'PROXY_BALANCER_MAX_NAME_SIZE' *
modules/proxy/mod_proxy.h:#define PROXY_BALANCER_MAX_NAME_SIZE 
PROXY_WORKER_MAX_NAME_SIZE
modules/proxy/mod_proxy.h:    char      name[PROXY_BALANCER_MAX_NAME_SIZE];
modules/proxy/mod_proxy.h:    char      sname[PROXY_BALANCER_MAX_NAME_SIZE];

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1668474

Title:
  AH00526 when using long ProxyPass worker name

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1668474/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to