Hi Keefaz,
Thanks for the reply,
As per given document I have added below lines in the httpd.conf file
Code:
<Directory /var/log>
Options +Indexes
</Directory>
Also LoadModule mod_autoindex.so is uncommented in the httpd.conf file. But still I am not able to browse the site.
Do I need to configure below parameters also, if what what it should be.
Code:
#<VirtualHost *:80>
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot /www/docs/dummy-host.example.com
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>
Rgards,
Yogesh