Let’s explore how to use .htaccess files to protect your .env file on Ubuntu servers running Apache.
- Home
- Posts tagged "Security"
Posts tagged "Security"
Hardening Apache Using Security Configuration
When setting up a new Apache server to run your application, it’s always a good idea to setup some initial security settings as part of the process. Luckily, Apache comes with a default security.conf file that can be enabled and updated to add basic hardening to your server.
Apache, Hardening, SecurityReporting cPanel cPHulk IPs to Abuse IP DB
But did you know that you can configure cPanel, and specifically cPHulk Brute Force Protection to automatically report abusive IPs to the IPAbuse database.
Brute Force, cPanel / WHM, cPHulk, Security3 Tools to Help Secure Your Server or Website
In a recent project, I’ve been liaising with web security experts to carry out security testing on a number of client servers. During my research, I’ve come across various free tools that can help you identify any potential issues.
Penetration Testing, Security, Server Configuration, SSLSecuring Your WordPress Site with .htaccess
Wildcard SSL Certificates with Let’s Encrypt
This tutorial shows you how to create a wildcard SSL certificate using Let’s Encrypt. Let’s Encrypt launched wildcard certificates in March 2018, so the process is relatively new.
Command Line, HTTPS, Let's Encrypt, Linux, Security, Server, SSLLaravel 5.2: Triggering Password Resets Outside of PasswordController
In a recent project I’ve been building a Customer Service Portal where “agents” are allowed to perform certain actions on a user’s account. One of the required features was to send a password reset email to the user. Luckily, this feature is easy to implement thanks to Laravel’s built-in traits.
Laravel 5, Security, Tutorial