Gary Stanley

Results 10 issues of Gary Stanley

If you enable Pipelined connections within say, FF, Chrome, etc, you will see something like this from within ruid2, which causes failures to display content: `[Sun Mar 06 12:40:21.255723 2016]...

I've been using the same code for awhile, but I haven't looked at it since June. Radar animations do not seem to work at all with any of my existing...

bug

Take for example this code: ``` var kml = new aeris.maps.layers.AdvisoriesKML('http://gis.hamweather.net/kml/hwwarnings.kml'); kml.setMap(map); var kmlLayer = new google.maps.KmlLayer({ url: 'http://gis.hamweather.net/kml/hwwarnings.kml', suppressInfoWindows: false, preserveViewport: true, map: googleMap }); google.maps.event.addListener(kmlLayer, 'click', function(kmlEvent) {...

question

When running Coraza within Caddy, profiling was showing elevated regexp.* usage. After discussions on Slack, it was demonstrated that the Go-Re2 offers much lower CPU / slightly better performance with...

## Description Under https://coraza.io/docs/reference/benchmarks/ - the docker command to run the tests throws an error: ``` Unable to find image 'jptosso/coraza-benchmark:latest' locally docker: Error response from daemon: pull access denied...

Similar to https://github.com/corazawaf/coraza-caddy/issues/78 - I'm using the following setup; Nginx -> Caddy + Coraza -> Apache Nginx is doing TLS Termination, and Caddy is talking to Nginx over a UDS,...

We're looking at using FrankenPHP as a replacement for FPM, mostly because of performance. We have a traditional setup (eg: Apache or Nginx talking to FPM over a UDS). How...

Under specific circumstances, apr_global_mutex_child_init can be called with NULL mutex. We've seen this behavior under certain modules, specifically mod_lsapi and a few others under high load/IO wait during graceful restarts:...

### Describe the bug It appears mod_wasm is going to be archived soon? What is the fate of this project? ### Reproduction steps 1. N/A 2. 3. ... ### Expected...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior On AlmaLinux 8,9, ca-certificates provides /etc/pki/tls/cert.pem as a symlink to /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem...

bug