Jon Dingman

Results 25 comments of Jon Dingman

@VirtuBox how would I go about using that WOShellExec function to create a self-signed SSL cert with the current release?

Feel free to submit a PR for it. There doesn't seem to be much browser support for it right now. https://caniuse.com/avif

I've been doing this manually for some time now and it's very easy to do. Edit your domain file, /etc/nginx/sites-available/domain.conf and add whatever domain alias you want to the server_name...

a very valid point. Absolutely, I agree it should be included. I was only stating that it's possible to do a work-around for the interim.

That makes sense, good solution. Personally, I don't use LE at all in my cluster. I leverage Cloudflare and an AWS LB for SSL termination.

@soulseekah checking on this...is this plugin still being maintained?

@soulseekah awesome, thank you. Are you able to start tagging releases for easier plugin updating in WP backend? Also, should this plugin be used together with your object cache plugin?...

I'm having the same issue. I found that when I update line 26 to this: ``` $this->_raw_mysql_connection = mysqli_connect( \Config::get('sphinxsearch.mysql_server.host'), \Config::get('sphinxsearch.mysql_server.username'), \Config::get('sphinxsearch.mysql_server.passwd'), \Config::get('sphinxsearch.mysql_server.dbname'), \Config::get('sphinxsearch.mysql_server.port')); ``` and added this to my...

+1 I'd love to see better error handling. I had to write my own. For example when I query for 10 products, but 3 have an error, or 1 has...

Personally, I use DataDog to monitor my Redis instances to view cacherate and statistics. This lives outside of WordPress entirely.