1
00:00:00,420 --> 00:00:07,530
Now, let us remove the .htaccess and related settings in a httpd.conf because for further

2
00:00:08,100 --> 00:00:13,830
concepts we do not need these files be present so we are removing all these things.

3
00:00:14,160 --> 00:00:18,840
first we going to remove .htassess, then webgroup file webpass.

4
00:00:19,290 --> 00:00:27,440
Then we will be deleting the changes that we made in your httpd.config file.

5
00:00:27,870 --> 00:00:39,090
So let us first go to our master system and remove the file, rm -f .htaccess

6
00:00:39,090 --> 00:00:41,970
file we are able to remove.

7
00:00:42,120 --> 00:00:53,490
Then we are going to remove this rm f mean forcefully as /etc/httpd/webpass file, we are going to remove

8
00:00:53,490 --> 00:00:56,610
the group file also.

9
00:00:59,880 --> 00:01:06,990
wegroup file also then we will open our configuration file.

10
00:01:09,870 --> 00:01:14,530
So we will be opening that configuration file in configuration file.

11
00:01:14,550 --> 00:01:15,030
We will.

12
00:01:18,290 --> 00:01:23,670
go to the end and we will delete the entries regarding that.

13
00:01:24,710 --> 00:01:31,310
So these was the three lines that we created for your so we are going to remove that.

14
00:01:33,470 --> 00:01:38,570
Then we are going to test whether everything is OK, what we are going to use.

15
00:01:38,570 --> 00:01:39,440
configtest.

16
00:01:41,020 --> 00:01:44,080
It is OK, and then we are going to reload the service.

17
00:01:47,380 --> 00:01:54,070
So that mean we removed the changes that we made for this user authentication lab.
