You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2018/05/09 03:05:08 UTC

[Bug 62364] New: rotatelogs under VirtualHost not work when Windows PC hibernate every day

https://bz.apache.org/bugzilla/show_bug.cgi?id=62364

            Bug ID: 62364
           Summary: rotatelogs under VirtualHost not work when Windows PC
                    hibernate every day
           Product: Apache httpd-2
           Version: 2.4.25
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_vhost_alias
          Assignee: bugs@httpd.apache.org
          Reporter: jacklondon_chen@hotmail.com
  Target Milestone: ---

Created attachment 35923
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35923&action=edit
zhegui-proxy-access-2018-04-27-small-part.zip

I installed an Apache HTTP Server as proxy for myself on my home PC. rotatelogs
under VirtualHost not work when Windows PC hibernate every day. It continue
writing to old log file after PC hibernate.

The part of config file like this:
#proxy
<VirtualHost *:9992>
    ServerAdmin webmaster@dummy-host2.example.com
    #DocumentRoot "D:/proj_svn_chen/zhegui_company/website/static"
    ServerName dummy-host2.example.com
        ErrorLog "|bin/rotatelogs.exe -l
J:/my_apps_logs/apache/zhegui-proxy-error-%Y-%m-%d.log 20M"

        CustomLog "|bin/rotatelogs.exe -l
J:/my_apps_logs/apache/zhegui-proxy-access-%Y-%m-%d.log 20M" common

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org