Ok I have been getting some really weird hits on my websites and they don't
contain a IP or host in the log.
. - - [02/Jan/2006:01:59:37 -0800] "GET /robots.txt HTTP/1.0" 200 54 "-"
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
Has anyone else been getting these as well? And does an
I think I have isolated the problem now.
# THIS IS CAUSING THE PROBLEM WITH ...
#
# remove the CONNECT bug #
http://bugs.php.net/bug.php?id=19113
#
#
#
# Order deny,allow
# Deny from all
#
#
When I un-comment the above, the error appears. If I
comment out the above, the error goes away.
Hi there,
I would like to
use a construct like the following
ServerAdmin [EMAIL PROTECTED]
ServerName projekte2.fh-aargau.ch
CustomLog /var/log/apache2/%{SERVER_NAME}.log combined
ErrorLog /var/log/apache2/%{SERVER_NAME}.log
However, the filename it creates is %{SERVER_NAME
Are you trying to add your own virtual server's name to your
apache log filename? If so, read the discusion on how to log
virtual hosts. You will find it on the manual home page under:
Users' Guide-> LogFiles->Virtual Hosts.
You can then use the apache supplied perl script,
split-logfile to
Hey all,
There is very little info out there on this so far, given how new
mod_proxy_ajp is. One post I found seemed to indicate the same bug with
no solution
The problem is that I can't get mod_rewrite to work transparently with
mod_proxy_ajp. It either doesn't work at all (when I don'
keith,
thank you very much for your answer.
I was a bit unclear. I know that I can name the files like this
CustomLog /var/log/apache2/projekte2.fh-aargau.ch/com_log combined
however I would like to have the "projekte2.fh-aargau.ch" part
replaced by a variable.
Is this possible?
somehow %{SERVE
Hi,
I have a problem on A "Windows 2000 Small Smart Business" server with apache
2.0.55 with mod_jk and tomcat 5.5.12.
After a random time the server goes to 100% CPU.
The only log that seems to be wrong is the error log in apache,
there is a lot of lines ( more than 100 ) during the same second :
Scott, what's the mystery, the missing IP or the GET robots.txt?GerryOn 1/2/06, Scott Grayban <[EMAIL PROTECTED]
> wrote:Ok I have been getting some really weird hits on my websites and they don't
contain a IP or host in the log.. - - [02/Jan/2006:01:59:37 -0800] "GET /robots.txt HTTP/1.0" 200 54 "
The missing IP/Host of course. I have never seen this before and I
know it didn't come from anything I do here. This just started to happen.
Scott
On Mon 2 January 2006 12:59, Gerry Danen wrote:
> Scott, what's the mystery, the missing IP or the GET robots.txt?
>
> Gerry
>
> On 1/2/06, Scott Gr
Does it happen with real visitors also, or just bots?On 1/2/06, Scott Grayban <[EMAIL PROTECTED]> wrote:
The missing IP/Host of course. I have never seen this before and Iknow it didn't come from anything I do here. This just started to happen.
ScottOn Mon 2 January 2006 12:59, Gerry Danen wrote:>
Looks like only bots. I have a few hits of robots.txt getting hit first then
it crawls the site but thats but I have more hits to the robots.txt without a
crawl.
It almost feels virus like but I have no windows computer here in my network.
Scott
On Mon 2 January 2006 13:28, Gerry Danen wrote:
I need to limit everything that goes out from my server to internet, but
keep intranet at full speed.
Will mod_bw do this for me.
I have, so far, put the following in my httpd_conf
#BW_Module
BandWidthDebug On
BandWidthModule On
BandWidth all 25600
LargeFileLimit * 1000 12800
Will this put a lim
Have you looked at mod_setenvif ?
Keith
On Mon, 2 Jan 2006, robert rottermann wrote:
> To: users@httpd.apache.org
> From: robert rottermann <[EMAIL PROTECTED]>
> Subject: Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename
>
> keith,
> thank you very much for your answer.
> I was a
Yes - I think it is possible.
This is part of the apache official httpd.conf file:
#
#ServerAdmin [EMAIL PROTECTED]
#DocumentRoot /www/docs/dummy-host.example.com
#ServerName dummy-host.example.com
#ErrorLog @rel_logfiledir@/dummy-host.example.com-error_log
#CustomLog @rel_lo
When it crawls the site, if you get always a hit on a specific page, you could capture more info than you would get in the log. Sometimes the "browser" field has the name of the bot in it. You want to pursue this off-list?
GerryOn 1/2/06, Scott Grayban <[EMAIL PROTECTED]> wrote:
Looks like only bot
Title: Authentication realms
Hi list!
I'm having a small problem. I have basic authentication set up (httpd v2.2.0), and it works as I would expect - except that when a user requests a Windows Media file (wmv) from a subordinate page, the client browser prompts again for the user's credenti
It was thus said that the Great Dave Beach once stated:
>
> I would have expected no such secondary authentication prompt, as the file
> is found in a directory subordinate to the one established for the
> authentication realm in the httpd.conf file.
>
> What am I missing? Are there relevant part
I have three web servers, Linux 2.6.13 based running Apache 2.0.54 (From
Debian). They are all running using worker.c, with the following config:
ThreadLimit 128
ServerLimit 128
StartServers 64
MaxClients 4096
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 128
MaxRequestsPerChild
Sure. I would like to know who, what, how on this one.
Scott
On Mon 2 January 2006 14:44, Gerry Danen wrote:
> When it crawls the site, if you get always a hit on a specific page, you
> could capture more info than you would get in the log. Sometimes the
> "browser" field has the name of the bot
[EMAIL PROTECTED]On 1/2/06, Scott Grayban <[EMAIL PROTECTED]> wrote:
Sure. I would like to know who, what, how on this one.ScottOn Mon 2 January 2006 14:44, Gerry Danen wrote:
> When it crawls the site, if you get always a hit on a specific page, you> could capture more info than you would get in t
On Monday 02 January 2006 22:57, Dave Beach wrote:
> Hi list!
>
> I'm having a small problem. I have basic authentication set up (httpd
> v2.2.0), and it works as I would expect - except that when a user requests
> a Windows Media file (wmv) from a subordinate page, the client browser
> prompts aga
21 matches
Mail list logo