[us...@httpd] Apache 2.2 for Windows drops connections

2009-11-18 Thread Artem Kuchin
Hello! I have a weird problem. I am running two sites under mod_perl under Apache 2.2 under windows 2003. The same setup on FreeBSD works fine, but under windows after some time (an hour or less) i start to get connection drops when trying to open a site. I strart firefox, type in the url,

[EMAIL PROTECTED] Sending too much to stderr kills apache 2.2.9 on windows

2008-10-07 Thread Artem Kuchin
Hello! Windows 2003, Apache 2.2.9, active state perl. There is a huge script which does a lot of data manipulations and working with mysql. Suddenly, when number of products in orders grew it stopped working. The script's perl precess was in the memory, but there were no lines in access log or e

[EMAIL PROTECTED] Writing too much to stderr kill apache 2.2.9 on windows

2008-09-30 Thread Artem Kuchin
Hello! Windows 2003, Apache 2.2.9, active state perl. There is a huge script which does a lot of data manip and working with mysql. Suddenly, when number of products in orders grew it stopped working. The script's perl precess was in the memory, but there were no lines in access log or error log

Re: [EMAIL PROTECTED] Weird Ip in access log, need help to understand

2008-06-19 Thread Artem Kuchin
André Warnier пишет: Artem Kuchin wrote: I recently upgraded to 2.2 and now i see thing which i have never seen mefore in the access log: 74.6.29.159, 74.6.8.118 - - [11/Jun/2008:06:28:55 +0400] "GET /Go/ViewProduct/id=883 HTTP/1.1" 200 7195 "-" "Mozilla/5.0

[EMAIL PROTECTED] Weird Ip in access log, need help to understand

2008-06-19 Thread Artem Kuchin
I recently upgraded to 2.2 and now i see thing which i have never seen mefore in the access log: 74.6.29.159, 74.6.8.118 - - [11/Jun/2008:06:28:55 +0400] "GET /Go/ViewProduct/id=883 HTTP/1.1" 200 7195 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://he lp.yahoo.com/help/us/ysearch/slurp)"

[EMAIL PROTECTED] Weird Ip in access log

2008-06-16 Thread Artem Kuchin
I recently upgraded to 2.2 and now i see thing which i have never seen mefore in the access log: 74.6.29.159, 74.6.8.118 - - [11/Jun/2008:06:28:55 +0400] "GET /Go/ViewProduct/id=883 HTTP/1.1" 200 7195 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://he lp.yahoo.com/help/us/ysearch/slurp)"

Re: [EMAIL PROTECTED] Access control to files for logged in users only using apache

2008-06-04 Thread Artem Kuchin
André Warnier пишет: Artem Kuchin wrote: Hello! Where is the situation. I have a bunch of files (thousands) in a directory structure which is accessible via direct url. For example: directory: htdata/index.html htdata/files htdata/files/1/file1.dat htdata/files/1/file2.dat htdata/files

[EMAIL PROTECTED] Access control to files for logged in users only using apache

2008-06-04 Thread Artem Kuchin
Hello! Where is the situation. I have a bunch of files (thousands) in a directory structure which is accessible via direct url. For example: directory: htdata/index.html htdata/files htdata/files/1/file1.dat htdata/files/1/file2.dat htdata/files/2/file3.dat htdata/files/3/file4.dat The poing

[EMAIL PROTECTED] Starting apache with overquota conditions

2008-02-14 Thread Artem Kuchin
I have the following situations. Apache uses User and Group directives to switch to that user. But the user is overquota. Apache starts but cannot create pid file and after that my scripts cannot determine pid of the appropriate apache process (i have a bunch of httpd processes each running its o

[EMAIL PROTECTED] How to resist user click abuse in apache?

2007-12-13 Thread Artem Kuchin
Here is the situation. Heavy db driven site takes about 1-1.5 second to load some pages. While loading such page it takes a lot of memory and cpu. It is not a problem it is used normally, but some users are very hasty and stupid. When they do not get page within 0.1 seconds they click the link to

[EMAIL PROTECTED] Regarding mod_cgid logging problem

2007-10-18 Thread Artem Kuchin
I have wrote a letter to several apache core developrs but they all just ignored it or they too busy to answer. So, the problem is simple: when an application (script, program) is run under mod_cgid and it as usually prints all errors to stderr all this output ends up in main server error log bu

Re: [EMAIL PROTECTED] logging into stderr using mod_cgid

2007-10-15 Thread Artem Kuchin
William A. Rowe, Jr. wrote: Artem Kuchin wrote: Who do i contact to get this issue solved? I did not see any contact email in the source and i am too lame to understand cgid sources. The project is aware of this "deficiency" in the cgid daemon. Well, i guess so, because first bug

Re: [EMAIL PROTECTED] logging into stderr using mod_cgid

2007-10-15 Thread Artem Kuchin
Artem Kuchin wrote: I have submitted a bug report about this 1-2 years ago and decided to check this issue today in otder to switch to worker mpm. The problem is that when using cgid and print to stderr, say, like this fprintf(stderr,"Hello error log!"); the messages goes into main

Re: [EMAIL PROTECTED] logging into stderr using mod_cgid

2007-10-15 Thread Artem Kuchin
I have submitted a bug report about this 1-2 years ago and decided to check this issue today in otder to switch to worker mpm. The problem is that when using cgid and print to stderr, say, like this fprintf(stderr,"Hello error log!"); the messages goes into main server log, not into virtual serve

[EMAIL PROTECTED] logging into stderr using mod_cgid

2007-10-14 Thread Artem Kuchin
Hello! I have submitted a bug report about this 1-2 years ago and decided to check this issue today in otder to switch to worker mpm. The problem is that when using cgid and print to stderr, say, like this fprintf(stderr,"Hello error log!"); the messages goes into main server log, not into

[EMAIL PROTECTED] Blocking big POST requests

2007-09-05 Thread Artem Kuchin
Hello! I have been looking through log file of our hosts and i need a number of POST request to / with size of 1M. There is no script or anything on / on any host which can process such POST requests. Does anybody know what is this? Another question is that all those post requests brought abou

Re: [EMAIL PROTECTED] Configuring handler for exact location

2007-03-29 Thread Artem Kuchin
Joshua Slive wrote: On 3/29/07, Artem Kuchin <[EMAIL PROTECTED]> wrote: Hello! I need to configure a handler which will process ONLY / url. for example http://www.domain.dom/ is handled by handler as well as http://www.domain.dom but http://www.domain.dom/images or http://www.doma

[EMAIL PROTECTED] Configuring handler for exact location

2007-03-29 Thread Artem Kuchin
Hello! I need to configure a handler which will process ONLY / url. for example http://www.domain.dom/ is handled by handler as well as http://www.domain.dom but http://www.domain.dom/images or http://www.domain.dom/admin is not handled by the handler (handler is eather cgi script or mod_per

Re: [EMAIL PROTECTED] migrating from apache 1.3 to 2.0 advice

2006-04-06 Thread Artem Kuchin
Alexander Lazic wrote: Hi, On Don 06.04.2006 06:22, Noah wrote: I am considering upgrading from Apache 1.3 to 2.0 Why not to 2.2?! I am wondering if there is a good resource for things to know before starting the procedure. Something that describes what configuration file changes could be

[EMAIL PROTECTED] STDERR put in the wrong log with cgid threaded apache

2006-01-25 Thread Artem Kuchin
Hi! I am running Apache/2.0.55 (FreeBSD) PHP/5.1.1 on FreeBSD 6.0-STABLE Apache is compiled with threads (worker MPM, cgid). There i have a main config file (httpd.conf) with main error and main access log like this: User www Group www ServerAdmin [EMAIL PROTECTED] ServerName 84.21.226.213:

[EMAIL PROTECTED] CGi warnings and error go into wrong error log

2006-01-24 Thread Artem Kuchin
Hi! I am running Apache/2.0.55 (FreeBSD) PHP/5.1.1 on FreeBSD 6.0-STABLE Apache compiles with threads (worker MPM). There i have a main config file (httpd.conf) with main error and main access log like this: User www Group www ServerAdmin [EMAIL PROTECTED] ServerName 84.21.226.213:80 ErrorL

Re: [users@httpd] Apache2 hangs w/o responding on FBSD 5.4

2005-06-27 Thread Artem Kuchin
Joshua Slive <[EMAIL PROTECTED]> wrote: On 6/27/05, Artem Kuchin <[EMAIL PROTECTED]> wrote: Hi! I have a very bad problem. We are running about 20 jails on freebsd. Each has one apache (2.0.54) and one jails has about 80 httpds each running from its own user (non root startup). Ph

Re: [users@httpd] Apache2 hangs w/o responding on FBSD 5.4

2005-06-27 Thread Artem Kuchin
eah.. since april now.. i've seen people on sun and solaris complaining about it but no futher information were available. there was a hint that it might be thread related, but i just don't now Artem - Original Message - From: "Artem Kuchin" <[EMAIL PROTECTE

[users@httpd] Apache2 hangs w/o responding on FBSD 5.4

2005-06-27 Thread Artem Kuchin
Hi! I have a very bad problem. We are running about 20 jails on freebsd. Each has one apache (2.0.54) and one jails has about 80 httpds each running from its own user (non root startup). Php5 module is compiled in. Everything else is the same as after installtion from the FreeBSD ports (source bu