To Resolve this apache issue you have to edit one file of apache.
Follow command to open path and edit welcome.conf file
1) cd /etc/httpd/conf.d/
2) nano welcome.conf
3) comment below mentioned lines in welcome.conf file, it should look like as mentioned screenshot
<LocationMatch "^/+$">
Options -Indexes
ErrorDocument 403 /error/noindex.html
</LocationMatch>
save file after changes and restart apache webserver with below command
/etc/init.d/httpd restart or service httpd restart
Its done Enjoy !!!!! :)
Follow command to open path and edit welcome.conf file
1) cd /etc/httpd/conf.d/
2) nano welcome.conf
3) comment below mentioned lines in welcome.conf file, it should look like as mentioned screenshot
<LocationMatch "^/+$">
Options -Indexes
ErrorDocument 403 /error/noindex.html
</LocationMatch>
save file after changes and restart apache webserver with below command
/etc/init.d/httpd restart or service httpd restart
Its done Enjoy !!!!! :)