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