Shawn Heisey
Shawn Heisey
The instructions include an example config for nginx, but not one for Apache. Below is the config I ended up with. This was cobbled together from a number of mailman...
I ran into two problems while trying to install d-note today, and neither was straightforward to diagnose. One problem is that only two explicitly hard-coded locations are searched for d-note.ini....
I'm using the list of instructions in the "Build from git" section of the main readme. On the last step, configuring ngtcp2, it has this output: ``` checking for SSL_is_quic......
I extracted version 2.2, set up Apache to present it on a domain name I configured, created a database in mysql, created a mysql user, granted all permissions on the...
The average pause is useful information, but the median pause (50th percentile) would be a lot more useful. Also helpful would be 75th, 95th, and 99th percentile information. I think...
Here's the steps I followed: - Cloned the git repo and built the .war file. - Installed banana-0.war into Solr 5.2.1 with a slightly modified jetty context. - Copied the...
### Tool Name and Version gcc version 12.2.0 (Ubuntu 12.2.0-1ubuntu1) ### Code Report ```plain CC src/ev_poll.o CC src/ev_epoll.o CC src/cpuset.o CC src/ssl_sample.o CC src/ssl_sock.o CC src/ssl_crtlist.o CC src/ssl_ckch.o CC src/ssl_utils.o...
Can't use "return" at this location -- not in a function. Also, return probably wouldn't be the right choice anyway. Replaced it with continue.
I can't get the script to work at all. Before today my cert wasn't ready for renewal ... now that it is ready, when I attempt a renewal with the...
I got an error with the script on Ubuntu 18. Basically there's a return statement at line 99 in the script, but that part of the script is not wrapped...