Re: [users@httpd] Stupid question on mod_header

2021-10-11 Thread Martin Knoblauch
On Wed, Oct 6, 2021 at 8:58 PM Konstantin Kolinko wrote: > ср, 6 окт. 2021 г. в 13:10, Martin Knoblauch : > > > > Hi, > > > > sorry for asking this likely stupid question. This is with Apache HTTPD > 2.4.48. > > > > I want to change the value of the X

[users@httpd] Stupid question on mod_header

2021-10-06 Thread Martin Knoblauch
ers Martin -- ------ Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

[users@httpd] Re: Weird SSLProtocol issue

2020-10-22 Thread Martin Knoblauch
.g. if TLS 1.0 and TLS 1.2 are both enabled, make sure to also leave TLS 1.1 enabled. Apparently this changed from 1.0.2 and I can no longer have TLSv1.0 without also enabling TLSv1.1. Time to beat up the old clients harder. Sorry for the noise Martin On Wed, Oct 21, 2020 at 11:37 PM Martin Knobla

[users@httpd] Weird SSLProtocol issue

2020-10-21 Thread Martin Knoblauch
ols: SSLv2 disabled SSLv3 disabled TLSv1.0 enabled TLSv1.1 enabled TLSv1.2 enabled TLSv1.3 enabled which is not what I want. So, any ideas? Am I doing something wrong? Cheers Martin -- ------ Martin Knoblauch email: k n o b i AT knobisoft

[users@httpd] Modifying/adding cookie attributes on the fly?

2020-08-27 Thread Martin Knoblauch
k whether the attribute is set, if not add it to the cookie? Thanks in advance Martin -- -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

[users@httpd] Re: How to upload Files larger than 2GB

2020-08-19 Thread Martin Knoblauch
length? Does switching to the other one help? > > Apparently with content-length. Changing to "chunked" solved it. Thanks again Martin -- -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

[users@httpd] How to upload Files larger than 2GB

2020-08-19 Thread Martin Knoblauch
20GB, but it did not help. Any advice is highly welcome. Just not - Don't use HTTP for uploading large files. It is the mechanism the application offers - Don't allow upload of large files. Unfortunately it is a valid use-case. Thanks in advance Martin -- -----

[users@httpd] Re: Apache 2.4.33 with mod_jk 1.2.43 keeps shutting down when no Tomcat worker is available

2018-08-17 Thread Martin Knoblauch
Hi, please ignore. There was another component (corosync) that I did not consider. When all tomcats are down, that ends up in a 503 which confused the HA software ... Happy Weekend Martin On Fri, Aug 17, 2018 at 12:15 PM Martin Knoblauch wrote: > Hi, > > we have Apache-2.4.33 as a

[users@httpd] Apache 2.4.33 with mod_jk 1.2.43 keeps shutting down when no Tomcat worker is available

2018-08-17 Thread Martin Knoblauch
t/cb2/apache2/conf/httpd.conf' [Fri Aug 17 11:39:27.106795 2018] [mpm_worker:notice] [pid 2312:tid 139990203332352] AH00295: caught SIGTERM, shutting down Is there anything known along this lines? Thanks Martin -- ------ Martin Knoblauch email: k

Re: [users@httpd] Apache load balancer, etc

2018-07-03 Thread Martin Knoblauch
that you recommend? > > Thanks > > Sent from my iPad > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- ----

Re: [users@httpd] How to print request headers before and after processing

2018-03-23 Thread Martin Knoblauch
riteCond "%{HTTP_COOKIE}" "(.*)" RewriteRule ^/xxx/facelets/logon.xhtml$ - [E=login_jsid:%1] Clearly, the logging is now much better than with the "forensic" stuff. Now to the main task :-) Cheers Martin On Thu, Mar 22, 2018 at 8:28 PM, Rainer Jung wrote: > Am

Re: [users@httpd] How to print request headers before and after processing

2018-03-22 Thread Martin Knoblauch
nks Martin On Thu, Mar 22, 2018 at 6:16 PM, Rainer Jung wrote: > Am 22.03.2018 um 18:08 schrieb Eric Covener: > >> On Thu, Mar 22, 2018 at 1:03 PM, Martin Knoblauch >> wrote: >> >>> Hi Eric, >>> >>> thanks, but does not work. >>>

Re: [users@httpd] How to print request headers before and after processing

2018-03-22 Thread Martin Knoblauch
- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

[users@httpd] How to print request headers before and after processing

2018-03-22 Thread Martin Knoblauch
ID=y; /xxx_textLocale=en/US'" Which indicates that my assignment in the SetEnvIfExpr directive is wrong. Any help how to get that right? TIA Martin -- -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Re: [users@httpd] Next release ?

2018-03-22 Thread Martin Knoblauch
bytes.de> wrote: > 2.4.33 has been voted for release and is now being processed. Except an > official announcement in the next days. *) > > Cheers, Stefan > > *) Unless disaster strikes, of course. > > > Am 22.03.2018 um 10:59 schrieb Martin Knoblauch : > >

[users@httpd] Next release ?

2018-03-22 Thread Martin Knoblauch
-- -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

Re: [users@httpd] Two questions on httpd tuning

2017-08-18 Thread Martin Knoblauch
Hi Luca, On Fri, Aug 18, 2017 at 9:01 AM, Luca Toscano wrote: > Hi Martin, > > 2017-08-17 17:40 GMT+02:00 Martin Knoblauch : > >> Hi, >> >> this is for httpd-2.4.26 with the mpm_worker_module. I have one >> practical and one more theoretical question. >

[users@httpd] Two questions on httpd tuning

2017-08-17 Thread Martin Knoblauch
configuration and I ever want to increase MaxRequestWorkers above 400 my understanding is that I need to either increase ServerLimit or ThreadsPerChild (or adjust both). Which should I touch first (why :-)? Thanks a lot in advance Martin -- -- Martin

Re: [users@httpd] Problems building httpd-2.4.26 with apr-1.6.2 and apr-util-1.6.0

2017-06-26 Thread Martin Knoblauch
page :-) All good now. Thanks Martin On Mon, Jun 26, 2017 at 11:21 AM, Nick Kew wrote: > On Mon, 2017-06-26 at 10:55 +0200, Martin Knoblauch wrote: > > > > So my question now is - was the removal of expat from apr-util > > intentional? I see no mentioning in the release

Re: [users@httpd] Problems building httpd-2.4.26 with apr-1.6.2 and apr-util-1.6.0

2017-06-26 Thread Martin Knoblauch
; is needed. Cheers Martin On Fri, Jun 23, 2017 at 7:16 PM, William A Rowe Jr wrote: > On Fri, Jun 23, 2017 at 11:22 AM, Eric Covener wrote: > > On Fri, Jun 23, 2017 at 10:55 AM, Martin Knoblauch > wrote: > >> Apparently apr-util no longer bundles "expat". So my q

Re: [users@httpd] Problems building httpd-2.4.26 with apr-1.6.2 and apr-util-1.6.0

2017-06-26 Thread Martin Knoblauch
build process. So my question now is - was the removal of expat from apr-util intentional? I see no mentioning in the release notes. Thanks Martin On Fri, Jun 23, 2017 at 6:22 PM, Eric Covener wrote: > On Fri, Jun 23, 2017 at 10:55 AM, Martin Knoblauch > wrote: > > Apparently

[users@httpd] Problems building httpd-2.4.26 with apr-1.6.2 and apr-util-1.6.0

2017-06-23 Thread Martin Knoblauch
on: what is the correct/intended way to work around this? Thanks in advance Martin -- ------ Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de

[users@httpd] Re: Weird problerm accessing request headers from tomcat

2011-05-27 Thread Martin Knoblauch
by apache1 I will not find out before some time next week) and those added by mod_headers. Thanks Martin :-) -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de - Original Message > From: Mar

[users@httpd] Weird problerm accessing request headers from tomcat

2011-05-27 Thread Martin Knoblauch
are generated. If I add 'RequestHeader set X_FORWARDED_HOST "xxx.yyy.net"' to the configuration from apache2, the application sees that header as well. Confused? so am I :-( Happy weekend Martin

RE: [EMAIL PROTECTED] Problem with mod_proxy_html

2005-11-19 Thread Martin Knoblauch
> > -ascs > > -Original Message- > From: Martin Knoblauch [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 16, 2005 10:14 PM > To: Apache Users > Subject: [EMAIL PROTECTED] Problem with mod_proxy_html > > Hi, > > is there a way to stop mod_

[EMAIL PROTECTED] Problem with mod_proxy_html

2005-11-16 Thread Martin Knoblauch
cessing by mod_proxy_html the resulting HTML is f***ed up beyond repair :-( Examples attached. Any ideas are welcome. For the parts where it works, the module is really great, but ... Cheers Martin ------ Martin Knoblauch email: k n o b i AT knobisoft

[EMAIL PROTECTED] Problem with mod_proxy_html

2005-11-16 Thread Martin Knoblauch
cessing by mod_proxy_html the resulting HTML is f***ed up beyond repair :-( Examples attached. Any ideas are welcome. For the parts where it works, the module is really great, but ... Cheers Martin ------ Martin Knoblauch email: k n o b i AT knobisoft

Re: [EMAIL PROTECTED] How to prevent AuthBasic login pop-up after first failed login attempt

2005-10-19 Thread Martin Knoblauch
he mod_auth code to return HTTP_FORBIDDEN instead of HTTP_UNAUTHORIZED. I even added a new directive AuthTolerant in order to control the behaviour. If somebody is interested in the diffs, I am happy to supply them. Cheers Martin -

Re: [EMAIL PROTECTED] How to prevent AuthBasic login pop-up after first failed login attempt

2005-10-13 Thread Martin Knoblauch
--- Joshua Slive <[EMAIL PROTECTED]> wrote: > On 10/13/05, Martin Knoblauch <[EMAIL PROTECTED]> wrote: > > > Sorry, but does not help. On startup httpd tells me that > > ErrorDocuments cannot be URL's (notice level) and the behaviour > stays > > the

Re: [EMAIL PROTECTED] How to prevent AuthBasic login pop-up after first failed login attempt

2005-10-13 Thread Martin Knoblauch
--- Joshua Slive <[EMAIL PROTECTED]> wrote: > On 10/13/05, Martin Knoblauch <[EMAIL PROTECTED]> wrote: > > Hi, > > > > for a secured webserver, I have the following setup/requirements > > > > a) HTTPS access only > > b) Clients need certificat

[EMAIL PROTECTED] How to prevent AuthBasic login pop-up after first failed login attempt

2005-10-13 Thread Martin Knoblauch
ile /xxx/admin.passwd require valid-user Cheers Martin ------ Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de - The o