Several apache log lines at task manager

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Several apache log lines at task manager

Postby hanpedro » 02. May 2015 12:01

My box is windows 8.1 x64 enterprize and installed xampp 5.6.3.

Image

I have seven virtual hosts at httpd-vhosts.conf.

Code: Select all
<VirtualHost *:80>
   ServerAdmin webmaster@server2.net
   DocumentRoot e:\_web\myserver
   ServerName localhost.myserver
   ServerAlias www.localhost.myserver
   CustomLog "|C:/xampp/apache/bin/rotatelogs.exe C:/xampp/apache/logs/localhost.myserver_access_log.%Y-%m-%d 86400 +540" common
   ErrorLog "|C:/xampp/apache/bin/rotatelogs.exe C:/xampp/apache/logs/localhost.myserver_error_log.%Y-%m-%d 86400 +540"
</VirtualHost>
.....
hanpedro
 
Posts: 134
Joined: 09. February 2005 06:03
Operating System: SCientific Linux 6.1 x86

Re: Several apache log lines at task manager

Postby Nobbie » 02. May 2015 12:49

I cannot find any question?!
Nobbie
 
Posts: 13175
Joined: 09. March 2008 13:04

Re: Several apache log lines at task manager

Postby mark.mcdonald » 04. May 2015 14:37

I think the question is in the title "Why so many?"
mark.mcdonald
 
Posts: 160
Joined: 13. March 2015 15:48
Location: Edmonton
Operating System: Windows Server 2012 R2

Re: Several apache log lines at task manager

Postby gsmith » 05. May 2015 03:05

One for each log your piping to rotatelogs.
You can reduce this using mod_log_rotate. It only works with the access logs (CustomLog) unfortunately but would reduce that number by 1/2 looking at your example config.
gsmith
 
Posts: 278
Joined: 29. November 2013 18:04
Location: San Diego
XAMPP version: 0.0.0
Operating System: Win 10/2012R VS 14,15,16

Re: Several apache log lines at task manager

Postby hanpedro » 13. May 2015 20:09

gsmith/

Thanks a lot!
hanpedro
 
Posts: 134
Joined: 09. February 2005 06:03
Operating System: SCientific Linux 6.1 x86


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 187 guests