Omgili - forum search, search forums  
  

Discussions about apache logs server

Displaying 1 - 10 out of 7,023 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
How can I rotate the Apache Access and Error logs on a Window 2000 box? I include my batch file below as an answer. Is there a way of doing this directly via the Apache config file? I'm currently using the following customlog command to generate daily...
Started by on , 4 posts by 4 people.  
To the apache log file directory cd /D "D:\Program Files\Apache Software Foundation\Apache2.2\logs_LOGS = "c:\path\to\site\logs" const PHP_LOG = "c:\path\to\phplog" const APACHE_LOGS = "C....
I was noticing my disk space disappearing faster than expected, and finally narrowed it down to a rewrite.log file that was 4GB in size! Is there a way to rotate the various apache logs (rewrite, error, access, etc.) on a win32 PC so that only the most...
Started by on , 3 posts by 3 people.  
Apache indeed can ....
See http://www.hexten.net/wiki/index.php/Mod-log-rotate for documentation.
It runs as a server process so it won't spawn multiple instances for each virtual server.
You could use mod_log_rotate .
I looked at http://serverfault.com/questions/2107/tools-for-load-testing-http-servers but I couldn't see how to replay my own existing logs in any of those tools. I have a bug that only occurs under certain load operations which my existing JMeter and...
Started by on , 4 posts by 4 people.  
Assuming all you've got in your access log are GET requests, and you don't mind the requests bunching up at the limit of resolution of the timestamps in the logs, about 10 lines of $SCRIPTING looking at loading up your server you ....
Ask your Facebook Friends
So looking over the logs the average response time is around 20-30ms but the load on the machine is 20+ and using an external test things seem to take over a second to load. I can't imagine this is all network latency so I'm curious at what point the ...
Started by on , 3 posts by 3 people.  
So yes, once Apache actually the problem may....
I'm not certain if this Apache installation is running on a Windows server but if so you could use to apache.wirebrain.de/lxr/source/modules/loggers/mod_log_config.c#623?v=2.2.14).
We're running Apache 2.2.9 (Win32) with a few virtual hosts configured on the one server. Each has it's own ErrorLog and CustomLog settings which are in the format of "logs/[domain name]-error.log" and "logs/[domain name]-access.log". Unfortunately these...
Started by on , 4 posts by 4 people.  
This seems like an Apache specific solution, maybeWhat you're looking for is the rotatelogs program that comes with apache http://httpd.apache.org/docs/2.0/programs/rotatelogs.....
Revelant links about log rotation tools for windows.
I have complicated RewriteCond and RewriteRul e in one machine. And according to these rules some of the request will be redirected to another machine. So is there an Apache log that shows clearly how the redirection takes place? Because the redirection...
Started by on , 4 posts by 4 people.  
You need to enable the rewrite log in your "logs\rewritelog....
The amount of logging can be selected with RewriteLogLevel .
Virtual host or server config RewriteLog "/usr/local/var/apache/logs/rewrite.log" see http.
In my ACCESS_LOG, I'm see alot of strange things, requests from other IPs trying to connect to other IPs. An example line: 67.212.81.217 - - [15/Dec/2009:17:38:26 +0000] "GET http://www.megaupload.com/?d=JE615TVO HTTP/1.1" 200 531 "-" "Mozilla/4.0 (compatible...
Started by on , 4 posts by 4 people.  
If you server.
There is nothing special in that piece of log, and nobody is connecting nowhere, somebody is trying to download a file from you server.
The IP you mentioned look alright.
%a is "Remote IP-address" and %h is "Remote host", but when I test it, both print out the same IP addres. What's the difference? sample log output for log format "%a %h: 192.168.1.2 192.168.1.2 192.168.1.2 192.168.1.2 192.168.1.2 192.168.1.2
Started by on , 3 posts by 3 people.  
This can signficantly....
%h will only show the host name if apache is doing name resolution.
However is the host name and %a is the IP address .
To On, then the server will try to determine the hostname and log it in place of the IP address.
My Apache 2.2.9 runs on Debian Lenny 5.0.1 with 2 network interfaces, one interface has a public IP and hostname, the other is not configured. This machine caters to services that run on the LAMP stack. There is a Windows Server 2008 SP2 machine running...
Started by on , 3 posts by 3 people.  
No special configuration be configuration file that I've taken from... .
Appears to the client just like an ordinary web server.
Basically, Apache would act as a "reverse proxy" for the requests that you actually want: A reverse proxy ...
Hy im trying to split this string in PHP. 11.11.11.11 - - [25/Jan/2000:14:00:01 +0100] "GET /1986.js HTTP/1.1" 200 932 "http://domain.com/index.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 GTB6" How can ...
Started by on , 5 posts by 5 people.  
Try this regular expression: /^(\S+) \S = str_getcsv($....
HTTP server logs are like space-delimited CSV, so you could use a CSV parsing function: $parts This log format seems to be the Apache’s combined log format .
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Server Fault
  • Stack Overflow
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost