Tech
-
SELinux (Security-Enhanced Linux)
After a bit of trouble-shooting, I discovered that, while Apache may have permission to read/write according to the file permissions above, an additional set of… [read more]
-
MySQL
Since SHA-256 password hashing is used by default since version 8 of MySQL, we run into a problem if users created with this encryption are… [read more]
-
SSL using LetsEncrypt
Letsencrypt is what we use to generate our SSL certificates (allows for HTTPS usage). Below are instructions using certbot to generate your certificates. Generating Certificates… [read more]
-
File Permissions
Occasionally, WP will have a conniption over file permissions and user/group assignments. The commands below will fix those permissions. For Centos: For Ubuntu: For Mac:… [read more]