Student Reviews
( 5 Of 5 )
1 review
Video of Using Ansible Secure Apache Web Server ServerTokens in Apache HTTP Server course by theurbanpenguin channel, video No. 27 free certified online
In this video you will learn to improve your Ansible Playbook deplpying Apache to configure basic settings such as secure the ServerTokens field. If this is left at default the full version of Apache is shown in the HTTP header along with the OS. Using Ansible we can secure the Apache ServerTokens at the same time as deploying it setting ot to show just Apache and not the version or OS
Additionally you can find my video courses on Pluralsight: http://pluralsight.com/training/Authors/Details/andrew-mallett and take time to see my own site http://www.theurbanpenguin.com
00:00 Into
01:15 View excessive server output
02:23 Test and view original Ansible Playbook
03:01 Edit Playbook to alter Apache Configuration
07:27 Add handler to restart Apache on configuration change
09:21 Add variables
10:40 Run playbook again