Web Server Security task marked failed!

Don’t worry @Salim
Good luck for upcoming tasks.

This is 2nd time my task failed…what am i doing wrong…

i also added Change added Options Indexes FollowSymLinks in

<Directory /var/www/html/>

Have you cross checked?

@labheshp did you enabled AllowOverride settings in Apache config so that your .htaccess could be used ?

@Inderpreet yes i did .

but i kept the original as is

Am i suppose to edit and overirde that in apache config?

Turn off directory listing just for the specified directory
<Directory “/var/www/html/media”>

@Inderpreet and others please see is it correct and can i submit the task.

Task:
web security_task question

Step1: edited httpd config file vi /etc/httpd/conf/httpd.conf as below

web security_3

Step2: created .htaccess file under /var/www/html/news and added “Options -Indexes” in the file.

web security_2

Step3: restarted httpd and made sure that httpd is running.

Is their any way to verify my activity is correct?
If not can i go ahead and submit hoping it is correct.

Thanks,
Yogendra

Check in Display port section. It will show you web page. If you did correct then it will not show you apache web server version.

Hi @Tej-Singh-Rana thanks for replying.

Could you please guide me where exactly i need to verify, i am not sure Display port section means. Kindly assist.

Thanks,
Yogendra

In the Web preview section right? that section have Select Port to view Host 1. This option will show you page after giving Port input in blank box.

@yogendra are you able to complete the task?

if yes kindly help
i just don’t understand what the steps to be done for Q.no a.

thanks

Hi @karthikms

I have worked as mentioned in my snips above, unfortunately i ended up with result as Task Failed.
Please do some more research from your end (i was able to do only as above) and try to perform, all the best.

Regards,
Yogendra

i think you were supposed to do All access granted . i think thats where you went wrong.

thanks @yogendra

I tired to access the " Select Port to view Host 1" and choose the port number as 8080…but still I’m getting view of Quiz question page…which port number should i give the view the apache web page

@Salim @devops503 @Inderpreet @Tej-Singh-Rana

Hi All,

As part of this task.

Before updating the httpd.conf.

I added the below commands towards the end of httpd.conf.

other than this changes, I didn’t do any other changes. the task was failed after submitted.


let me know where did I go wrong. Thank you!
Swaroop

Please take a look to

4 Likes

sudo systemctl start httpd

sudo systemctl status httpd

Added below 2 lines end of config file : /etc/httpd/conf/httpd.conf

ServerTokens Prod
ServerSignature Off

Modified below details in config file :slight_smile:

<Directory “/var/www/html”>
Options -Indexes +FollowSymLinks
AllowOverride None
Require all granted

sudo systemctl restart httpd

Its worked for me.

2 Likes

Got succeeded with above leads. Thanks devops503 and selvag.

1 Like

Hi @Salim,

In your steps you forgot to include on how to hide apache version number.

For all - please refer below tutorials for this task.

Thanks,
Bhargav

1 Like

Hi @Salim,

In your steps you forgot to include on how to hide apache version number.

For all - please refer below tutorials for this task.

Thanks,
Bhargav

2 Likes