How can I get Apache (part of WAMP ) to write new logs to new log files without restarting the server?
In Apache2 \ conf \ httpd.conf I updated the path for ErrorLogand directives CustomLog.
Directives LogLeveland have LogFormatnot been changed.
, , ( , - , , ), . , , 20 ( , , ). , !
:
../logs/a2.log = > ../logs/a3.log../logs/b2.log = > ../logs/b3.log
( ../logs/a2.log ../logs/b2.log).
2 , , , , :
- httpd.conf, Apache ( WAMP).
ErrorLog CustomLog ( cmd, httpd.conf).