Error:

Apr 10 16:54:46 cesixweb01 systemd: Started HAProxy Load Balancer.
Apr 10 16:54:46 cesixweb01 haproxy: [NOTICE] 099/165446 (126619) : New worker 
#1 (126621) forked
Apr 10 16:54:47 cesixweb01 kernel: haproxy[126621]: segfault at 1f ip 
000000000050069d sp 00007fff46157710 error 4 in haproxy[400000+1eb000]
Apr 10 16:54:47 cesixweb01 haproxy: [ALERT] 099/165447 (126619) : Current 
worker #1 (126621) exited with code 139 (Segmentation fault)
Apr 10 16:54:47 cesixweb01 haproxy: [ALERT] 099/165447 (126619) : 
exit-on-failure: killing every workers with SIGTERM
Apr 10 16:54:47 cesixweb01 haproxy: [WARNING] 099/165447 (126619) : All workers 
exited. Exiting... (139)
Apr 10 16:54:47 cesixweb01 systemd: haproxy-1.9.4.service: main process exited, 
code=exited, status=139/n/a
Apr 10 16:54:47 cesixweb01 systemd: Unit haproxy-1.9.4.service entered failed 
state.
Apr 10 16:54:47 cesixweb01 systemd: haproxy-1.9.4.service failed.
Apr 10 16:54:47 cesixweb01 systemd: haproxy-1.9.4.service holdoff time over, 
scheduling restart.


Config:

cache frontendcache
        total-max-size 20
        max-age 240

backend test
        acl is_static url_beg  /lgt/lgtfrontend/library/ or 
/lgt/lgtfrontend/pdfjs/ or /lgt/lgtfrontend/img/
        http-request cache-use frontendcache if is_static
        http-response cache-store frontendcache if is_static


If I disable the acl is_static everything works as expected.

Best Regards,

Juan Pablo.

Reply via email to