diff --git a/README.md b/README.md index 49d52a4..9e42371 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,9 @@ ## TODOs -### Apache httpd -- [ ] Enable logging to APACHE_LOG_DIR (this folder is currently being created during build process, but not used by apache server) -- [X] Redirecting from /index.html to / +### Httpd - [ ] https support ### Java FCGI -- [ ] User input validation -- [ ] Add support of responces with information about errors +- [X] User input validation +- [X] Add support of responces with information about errors diff --git a/httpd/static/assets/img/logo.ico b/httpd/static/assets/img/logo.ico new file mode 100644 index 0000000..acc119e Binary files /dev/null and b/httpd/static/assets/img/logo.ico differ diff --git a/httpd/static/index.html b/httpd/static/index.html index 96dd94a..b872632 100644 --- a/httpd/static/index.html +++ b/httpd/static/index.html @@ -5,6 +5,7 @@