Re: [users@httpd] Code for SERVER_BUSY?

2024-07-31 Thread Vladimir Chlup
Hello, The code is 503 iirc, but I can't find it in the documentation. On Tue, Jul 30, 2024 at 8:08 PM wrote: > https://httpd.apache.org/docs/current/mod/mod_proxy.html#proxypass > says, for the "acquire" parameter, that "[i]f there are no free > connections in the pool, the Apache httpd will

Re: [users@httpd] Default of ErrorLogFormat

2024-03-01 Thread Vladimir Chlup
Hi, In the referenced commit, there is a function `do_errorlog_default` (in log.c:846) which should be used by default. Also, the if starting at log.c:1174 might be helpful. Regards, Vladimir Chlup On Fri, Mar 1, 2024 at 2:48 PM Marco Hald wrote: > > Hi, > > How do I know what th

Re: [users@httpd] Apache 2.5 Source Code ?

2023-11-06 Thread Vladimir Chlup
Hello, if you look into the documentation[1], you will see that there is no 2.5 version as Gills correctly stated.. However, if you click on `trunk` (Development branch), it will present itself as version 2.5. You can find its sources in the official repository[2]. Hope it helps. [1] https://htt

Re: [users@httpd] Apache is unable to access /tmp in any way

2023-02-15 Thread Vladimir Chlup
Hello, I am not sure that the answer is correct. I briefly tried to set up Apache/2.4.55 with /tmp as you described and it seems to work fine. Are you sure that there is no issue with permissions in subdirectories/files themselves? Regards, On Wed, Feb 15, 2023 at 4:06 PM accelerator0099 wrote

Re: [users@httpd] cannot run test program while cross compiling

2023-02-15 Thread Vladimir Chlup
Hello, Did you try to rename `aarch64-linux-libtool` to `libtool`? Regards, On Wed, Feb 15, 2023 at 1:35 AM 유원석 wrote: > Thank you for your supports > > I pass through but having new error in make command. > "libtool: command not found" > > But the thing is libtool-bin's been installed by sud

[users@httpd] Health Check is not working, always shows a node up.

2016-11-10 Thread Vladimir L
I am testing with 3backend nodes, 1st returns 404, the third is not responding at all, but Apache seems never tries to send a health check there. All nodes are shown Init OK in Balancer Manager all the time. Apache 2.4.23 RHEL ProxyHCExpr ok234 {%{REQUEST_STATUS} =~ /^[23]/} ProxyHCTemplate acut h

Re: [users@httpd] What causes Apache “Request body read timeout” errors?

2014-06-23 Thread Vladimir Kornea
On Mon, Jun 23, 2014 at 2:30 PM, Eric Covener wrote: > If you're sure it's not really delayed, there was a bug under event > MPM, not yet shipped in a release: > https://issues.apache.org/bugzilla/show_bug.cgi?id=56216 How would I make sure it's not really delayed? No delay is evident on the clie

Re: [users@httpd] What causes Apache “Request body read timeout” errors?

2014-06-23 Thread Vladimir Kornea
On Mon, Jun 23, 2014 at 5:23 AM, Tom Evans wrote: > The client failed to transmit a complete request to the server within > the timeout specified - specifically, there was no data for the server > to read from the client within the timeout - and so the request was > aborted. Yes, that's what the

[users@httpd] What causes Apache “Request body read timeout” errors?

2014-06-21 Thread Vladimir Kornea
The server is Apache/2.2.22 (Debian) and the browser is Firefox 30.0, but this is a general question. It refers to lines like this in /var/log/apache2/error.log: [Fri Jun 20 17:42:16 2014] [info] [client 67.174.61.70] Request body read timeout Vlad ---

[users@httpd] Apache 2.4 Proxy Connect - connection reset

2014-04-25 Thread Vladimir-M. Obelic
:trace6. In packet traces I'm just seeing sudden FIN/ACK from remoteproxy->destination and RST/ACK from remoteproxy->localproxy. No mention of any proxy activity inside /var/log/apache2. Only a single CONNECT line. Any suggestions? Thanks. BR, Vladimir

[users@httpd] mod_proxy -> random routing change

2012-01-16 Thread Vladimir Dvorak
e any hints/advice so users are not suddenly routed to different Tomcat? Network between loadbalancer and Tomcats is stable. Thank you a lot, Vladimir - The official User-To-User support forum of the Apache HTTP Server Projec

Re: [us...@httpd] perfomance of Apache on Windows

2010-04-30 Thread Vladimir Belov
I think you should better ask for a comparison between Apache on Windows and IIS and not for one between Apache on Windows and Apache on Linux. Yes. Who can give me a competent answer? Have you searched for benchmark apache iis with Google? I want to hear a competent answer from the devel

[us...@httpd] perfomance of Apache on Windows

2010-04-29 Thread Vladimir Belov
Hello, What is the performance of Apache on Windows in comparison with performance on Unix/Linux? I must make a decision between IIS and Apache. And I want to use Apache, but in some forums I knew information that the perfomance of Apache on Windows is more badly than on Unix/Linux. I need t

Re: [us...@httpd] mod_status ans X-Real-IP?

2010-03-22 Thread Vladimir Dvorak - mailinglists
Tom Evans wrote: 2010/3/22 Vladimir Dvorak - mailinglists : Hello to all, i need to view /server-status; problem is that my Apache is behind the http proxy (nginx) and status page shows only IP of proxy, not the IP of original host. Is there any possibility to "patch" mod_st

[us...@httpd] mod_status ans X-Real-IP?

2010-03-21 Thread Vladimir Dvorak - mailinglists
(I pass X-Real-IP in HTTP header to Apache). Thank you in advance for your suggestions. Vladimir -- Vladimir Dvorak Linux/Unix geek Web: http://www.vdsoft.org - The official User-To-User support forum of the Apache HTTP Serv

Re: [EMAIL PROTECTED] Using ExtFilterDefine to filter the output of a CGI command (Apache 2.2)

2008-03-07 Thread Vladimir
AIL PROTECTED] Using ExtFilterDefine to filter the output of a CGI command (Apache 2.2) On 7 Mar 2008, at 14:53, Vladimir Vanuukov wrote: > The script is CGIProxy, is there a good non nph alternative? > If you tell us what CGIProxy does for you that mod_proxy doesn't, then maybe we could s

Re: [EMAIL PROTECTED] Using ExtFilterDefine to filter the output of a CGI command (Apache 2.2)

2008-03-07 Thread Vladimir Vanuukov
The script is CGIProxy, is there a good non nph alternative? Joshua Slive wrote: On Fri, Mar 7, 2008 at 12:49 AM, Vladimir Vanuukov <[EMAIL PROTECTED]> wrote: Just realized that the cgi script that is not getting filtered is a nph (non-parsed-headers) script. Other scrips in th

Re: [EMAIL PROTECTED] Using ExtFilterDefine to filter the output of a CGI command (Apache 2.2)

2008-03-06 Thread Vladimir Vanuukov
Just realized that the cgi script that is not getting filtered is a nph (non-parsed-headers) script. Other scrips in the same directory get filtered just fine. Any idea how to enable filtering for nph scripts? Joshua Slive wrote: On Fri, Feb 29, 2008 at 3:48 PM, Vladimir Vanuukov <[EM

Re: [EMAIL PROTECTED] Using ExtFilterDefine to filter the output of a CGI command (Apache 2.2)

2008-03-06 Thread Vladimir Vanuukov
I have tried both of those things and its doesn't help, there are no messages in the Log files and even when i use SetOutputFilter vlads it still does not filter, does anyone have any ideas? Joshua Slive wrote: On Fri, Feb 29, 2008 at 3:48 PM, Vladimir Vanuukov <[EMAIL PROTECTED

[EMAIL PROTECTED] Using ExtFilterDefine to filter the output of a CGI command (Apache 2.2)

2008-02-29 Thread Vladimir Vanuukov
Hi, I can't seem to figure out how to get a filter defined by ExtFilterDefine to filter the output of a cgi program (in this case CGIProxy). I've been hitting my head against a brick wall for a day now and i still can't get this to work. I define the filter using /ExtFilterDefine vlads mode=ou

[EMAIL PROTECTED] Tools for apache security log auditing

2005-12-12 Thread Vladimir
Hello everyone! I have a lot of WWW servers(serving by apache2) in the internet. Each server have many virtual hosts. Each virtual host have own logs(error and common), which I need to auditing for security incidents by some tools. This tools will analyse log files and if some security event(unaut