BytemarkHosting / docker-webdav

Docker image for running an Apache WebDAV server
MIT License
364 stars 174 forks source link

httpd log level not working #37

Open tonghs opened 2 years ago

tonghs commented 2 years ago

Deployed on my unraid host.

Step by step:

  1. Open Apache configuration file

    vi /usr/local/apache2/conf/httpd.conf
  2. Change LogLevel config like this:

    LogLevel alert
  3. Save&quit vi, restart docker container.

It's not woking!

image