[users@httpd] Reg: Queue up connections in Apache Proxy 2.4.15

2017-05-11 Thread Velmurugan Dhakshnamoorthy
Dear All, I am using Apache 2.4.15 as a reverse proxy for back-end weblogic 12c. My requirement is to queue up connections/requests in Apache when the back-end weblogic 12c server is overloaded and then release the connection when capacity is available. is this possible to achieve in Apache 2.4 p

Re: [users@httpd] cgi script error output logging

2017-05-11 Thread KASPAR Sandro
Hi Luca, Yes I checked the error log format. Unfortunately, this only applies to log lines generated by apache and not to the lines created by cgi scripts. The lines created by a cgi script are just redirected to the httpd-error.log as they are. For example if you print "test" to stderr in a c

Re: [users@httpd] Redirection of URL in Apache

2017-05-11 Thread Eric Covener
On Thu, May 11, 2017 at 11:54 AM, Sailaja Gadireddy wrote: > I have a request to redirect a URL to a different server (host) and then to > another server. > > How rewrite module can help me in this case. Seems unnecessary, Redirect and RedirectMatch are simpler. -

[users@httpd] Redirection of URL in Apache

2017-05-11 Thread Sailaja Gadireddy
Hello Team, I have a request to redirect a URL to a different server (host) and then to another server. How rewrite module can help me in this case. Please do the needful and let me know if need further details. Thanks & Regards, Sailaja.

Re: [users@httpd] apache 2.4 includes vi .swp files

2017-05-11 Thread Luca Toscano
2017-05-09 11:40 GMT+02:00 Nick Kew : > > > But i wonder if apache should basically tries to include a file > > "beginning with dot"/"ending with swp" which generelly indicates a > > temporary/hidden file. > > Once you start excluding files by convention (which may be > entirely different and inap

Re: [users@httpd] cgi script error output logging

2017-05-11 Thread Luca Toscano
Hi Sandro, have you checked https://httpd.apache.org/docs/2.4/mod/core.html#errorlogformat ? What is the current format that you are using? Also, what version of httpd? Luca 2017-05-11 10:07 GMT+02:00 KASPAR Sandro : > Hi suomi, > > > Thank you for your answer. Unfortunately I am not using php-

Re: [users@httpd] cgi script error output logging

2017-05-11 Thread KASPAR Sandro
Hi suomi, Thank you for your answer. Unfortunately I am not using php-fpm but fcgid. As far as I know there is no such possibility in fcgid. Any other ideas? Sandro From: fedora Sent: Thursday, May 11, 2017 6:54 AM To: users@httpd.apache.org Subject: Re: [u