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.
- Home
- Posts tagged "Apache"
Posts tagged "Apache"
2
Securing Your WordPress Site with .htaccess
Using .htaccess Files to Show Maintenance Page
When it comes to updating a database or your code in a production environment, or even migrating code between old and new servers, you don’t want someone accessing your files during your deployment procedure.
Apache, Deployment, Linux, Tutorial