U
U
unlik2015-02-01 18:23:45
Apache HTTP Server
unlik, 2015-02-01 18:23:45

What are the errors in the log?

Every day the following appears in the Apache log. How to fix?
Digest: generating secret for digest authentication ...
[notice] Digest: done
[notice] SSL FIPS mode disabled
[warn] WARNING: Attempt to change ServerLimit ignored during restart
[notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations
[error] [client 212.79.104.35] Directory index forbidden by Options directive: /var/www/html/
[error] [client 184.95.40.147] Directory index forbidden by Options directive: /var/www/html/
[error ] [client 23.94.186.234] Invalid method in request \x16\x03\x01
[error] [client 61.240.144.66] Directory index forbidden by Options directive: /var/www/html/
[error] [client 111.226.189.70] Directory index forbidden by Options directive: /var/www/html/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2015-02-01
@gentee

Most likely, you do not have index.html, index.php in this directory, and by default in httpd.conf is
Options -Indexes Put Options +Indexes
in this directory in .htaccess or, better, add index.html to this folder.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question