[users@httpd] Re: Weird issue with "H2Push" combined with FilesMatch

2023-10-25 Thread Jose Stefan
en the ones I tested are fixed or not. * Install the latest httpd from elsewhere and not the ubuntu repo. * Redo the config in a way that doesn't trigger the bug. --Jose Stefan

Re: [users@httpd] Weird issue with "H2Push" combined with FilesMatch

2023-10-24 Thread Jose Stefan
url does support http2 push, the command line tool has no way of showing that information. AFAIK. --Jose Stefan

Re: [users@httpd] Weird issue with "H2Push" combined with FilesMatch

2023-10-24 Thread Jose Stefan
perform my tests I'm mostly using the command line: nghttp -vn URL But to remove PHP from the equation. I've now peformed the following test. 1. saved the generated content as a static fileA.html 2. changed to this line: And after the test I still get the

[users@httpd] Weird issue with "H2Push" combined with FilesMatch

2023-10-24 Thread Jose Stefan
Hello, I have a weird issue while using "H2Push". I'm turning it off, but depending where it's nested it doesn't work as expected. Subset of config shown at the end. I'm using version: 2.4.52-1ubuntu4.6 on Ubuntu 22.04 LTS. With the code as presented, it still triggers a push for "fileC.css". I

[users@httpd] CVE-2023-45802: Apache HTTP Server: HTTP/2 stream memory not reclaimed right away on RST

2023-10-19 Thread Stefan Eissing
Severity: moderate Affected versions: - Apache HTTP Server 2.4.17 through 2.4.57 Description: When a HTTP/2 stream was reset (RST frame) by a client, there was a time window were the request's memory resources were not reclaimed immediately. Instead, de-allocation was deferred to connection

[users@httpd] CVE-2023-43622: Apache HTTP Server: DoS in HTTP/2 with initial windows size 0

2023-10-19 Thread Stefan Eissing
Severity: low Affected versions: - Apache HTTP Server 2.4.55 through 2.4.57 Description: An attacker, opening a HTTP/2 connection with an initial window size of 0, was able to block handling of that connection indefinitely in Apache HTTP Server. This could be used to exhaust worker resource

[users@httpd] CVE-2023-31122: Apache HTTP Server: mod_macro buffer over-read

2023-10-19 Thread Stefan Eissing
Severity: low Affected versions: - Apache HTTP Server through 2.4.57 Description: Out-of-bounds Read vulnerability in mod_macro of Apache HTTP Server.This issue affects Apache HTTP Server: through 2.4.57. Credit: David Shoon (github/davidshoon) (finder) References: https://httpd.apache.o

Re: [users@httpd] disable httpd ap_directory_walk() before mpm_itk transfer

2023-04-24 Thread Stefan Helmert
latency of the response varies depending on the existence of the resource. Best regards Stefan Helmert Am 31.03.23 um 15:10 schrieb Yann Ylavic: On Fri, Mar 31, 2023 at 2:46 PM Yann Ylavic wrote: On Fri, Mar 31, 2023 at 2:27 PM Yann Ylavic wrote: Hello, On Fri, Mar 31, 2023 at 8:18 AM Stefan

Re: [users@httpd] disable httpd ap_directory_walk() before mpm_itk transfer

2023-04-03 Thread Stefan Helmert
OK, thanks. I also thought, there must be a way, because proxy module do also suppress directory walk. There are some other bugs in mpm_itk. I think, changing the behavior of mpm_itk is the best thing. I do not really know, how to write apache2 httpd modules. Best regards Stefan Helmert

[users@httpd] disable httpd ap_directory_walk() before mpm_itk transfer

2023-03-30 Thread Stefan Helmert
x27;t have the permissions to read the directory. How can I disable ap_directory_walk() or delegate it to mpm_itk? Best regards Stefan Helmert smime.p7s Description: S/MIME Cryptographic Signature

[users@httpd] CVE-2021-42013: Path Traversal and Remote Code Execution in Apache HTTP Server 2.4.49 and 2.4.50 (incomplete fix of CVE-2021-41773)

2021-10-07 Thread Stefan Eissing
Severity: critical Description: It was found that the fix for CVE-2021-41773 in Apache HTTP Server 2.4.50 was insufficient. An attacker could use a path traversal attack to map URLs to files outside the directories configured by Alias-like directives. If files outside of these directories ar

[users@httpd] CVE-2021-41773: Path traversal and file disclosure vulnerability in Apache HTTP Server 2.4.49

2021-10-05 Thread Stefan Eissing
Severity: important Description: A flaw was found in a change made to path normalization in Apache HTTP Server 2.4.49. An attacker could use a path traversal attack to map URLs to files outside the expected document root. If files outside of the document root are not protected by "require al

[users@httpd] CVE-2021-41524: Apache HTTP Server: null pointer dereference in h2 fuzzing

2021-10-05 Thread Stefan Eissing
Severity: moderate Description: While fuzzing the 2.4.49 httpd, a new null pointer dereference was detected during HTTP/2 request processing, allowing an external source to DoS the server. This requires a specially crafted request. The vulnerability was recently introduced in version 2.4.49.

Re: [users@httpd] 404 error

2021-06-08 Thread Stefan Eissing
o Apache. The virtual host configured by you would respond to "hostname" (I think the :8080 in ServerName is ignored at best) or "my.domain.com". All other requests will be answered by the global server setup. Hope this helps, Stefan > > > > Shawn Bea

Re: [users@httpd] Newer Apache does not offer TLS cipher with TLSv1 anymore

2021-06-04 Thread Stefan Eissing
only on a particular host, you can disable it on all others. Hope this helps, Stefan > Am 04.06.2021 um 06:17 schrieb Hildegard Meier : > > Solution to have TLSv1.2 and TLSv1.0 support together again with Apache > 2.4.29 on Ubuntu 18: > > Changing > > SSLPro

Re: [users@httpd] mod_md and DNS challenge

2021-03-11 Thread Stefan Eissing
able temporarily That nothing was logged indicates to me that the script run and returned exit code 0. I would advise the following: - configure 'LogLevel md:trace2' to see all the details the module does until you have analyzed it - remove the "staging/foo+bar" folder with

Re: [users@httpd] mod_md and DNS challenge

2021-03-10 Thread Stefan Eissing
1.15.7 looks more like a mod_http2 version. Could you check again which mod_md version you have? In a "new enough" version, there will be a file `job.json` in the domain and/or staging folder where you can see details of the renewal attempts for that specific MDomain. Do you see anythi

Re: [users@httpd] Disable HTTP2 connection coalescing for different virtual hosts/domains

2020-12-18 Thread Stefan Eissing
handler is called and the responses from your proxied apps in detail. Regards, Stefan > > -Yves > > > Ursprüngliche Nachricht > Von: Stefan Eissing > Gesendet: Donnerstag, 17. Dezember 2020, 14:41 MEZ > Betreff: [users@httpd] Disable HTTP2 connection co

Re: [users@httpd] Disable HTTP2 connection coalescing for different virtual hosts/domains

2020-12-17 Thread Stefan Eissing
ig. You can always use "curl" to get an honest opinion and with "-v" also some good output of what actually happens on the client side. Best regards, Stefan > -Yves > > > Ursprüngliche Nachricht > Von: Stefan Eissing > Gesendet: Dienstag,

Re: [users@httpd] Disable HTTP2 connection coalescing for different virtual hosts/domains

2020-12-15 Thread Stefan Eissing
this works, then the mixup happens somewhere in the proxy handling. What requests do you see incoming in your proxy logs in that case? Best regards, Stefan > Am 15.12.2020 um 14:33 schrieb Yves Goergen : > > Hello, > > I just found out the hard way that HTTP2 has a great new fe

Re: [users@httpd] Questions to SSLciphersuite

2020-11-27 Thread Stefan Eissing
If I use > openssl s_client -connect nc-mcd.helmholtz-muenchen.de:443 I get a connection using TLSv1.2. So far, so good. If your client cannot connect, maybe it is old and wants to talk SSLv3 which is no longer supported? Your settings look fine otherwise, afaict. - Stefan > Am 27.1

Re: [users@httpd] VirtualHost and SSLProtocol settings ignored.

2020-10-14 Thread Stefan Eissing
gt; > Am 14.10.2020 um 11:29 schrieb Stefan Eissing: >> There has been work done by Ylavic regarding this. I do not known in which >> release his changes made it. >> >> However, up to then, certain SSL* configs did only apply from the _first_ >> VirtuaLHost for

Re: [users@httpd] VirtualHost and SSLProtocol settings ignored.

2020-10-14 Thread Stefan Eissing
historical from the time before SNI was used everywhere.) - Stefan > Am 14.10.2020 um 10:56 schrieb Thomas Plant : > > Hello, > > I have a virtualhost where i need to allow only TLSv1.2. > > Tried following config: > > > ServerName xx > ServerAlias xx >

Re: [users@httpd] mod_md: is a restart always require for auto updates?

2020-07-14 Thread Stefan Eissing
> Am 14.07.2020 um 16:48 schrieb Tom Browder : > > On Tue, Jul 14, 2020 at 02:01 Stefan Eissing > wrote: > > 1. For an auto renewal for the current managed domain, will I have to > > manually restart each time? > Clarification: only a reload (graceful) is necessary

Re: [users@httpd] mod_md: is a restart always require for auto updates?

2020-07-14 Thread Stefan Eissing
more reliable and also offers monitoring. But it is a new thing and bugs may be found. Cheers, Stefan > > Thank you. > > Best regards, > > -Tom > > - > To unsubscribe, e-mail: users-unsubscr..

Re: [users@httpd] Let's Encrypt (LE) and port 80

2020-06-17 Thread Stefan Eissing
There is a module called "mod_md" which gets and renews certificates from LE. It's part of 2.4.43. https://httpd.apache.org/docs/2.4/mod/mod_md.html https://github.com/icing/mod_md You do not need to have port 80 open to use it. It also works with port 443 alone. Cheer

Re: [users@httpd] Is HPACK compression supported in Apache httpd with h2?

2020-05-27 Thread Stefan Eissing
Hi Simon, the internal HTTP/2 handling is done using the nghttp2 library, see <https://www.nghttp2.org/documentation/> for details. That one does the HPACK and this is the reason you seen no special code for that in mod_http2. Cheers, Stefan > Am 27.05.2020 um 16:23 schrieb

Re: [users@httpd] http and https overlap in virtual host

2020-04-03 Thread Stefan Eissing
As far as I understand, you have vhost1 *:443 siteA.com vhost2 *:443 Zsize.com If the definitions are included in this order, vhost1 is the default selection initially. Then the client host name is inspected (send via TLS as SNI). If it *matches* any other vhost, that vhost is then taken. Other

Re: [users@httpd] mod_md usage for OCSP stapling

2020-03-30 Thread Stefan Eissing
ee <https://github.com/icing/mod_md#how-to-staple-all-my-certificates> Cheers, Stefan > Am 28.03.2020 um 11:28 schrieb Steffen : > > Yep very nice. In mod_status you can see : > > Managed Staplings > > DomainCertificate ID OCSP Status Stapling Valid Res

Re: [users@httpd] Enabling SHA1 for client certificates

2019-10-23 Thread Stefan Eissing
n than I can provide. Stefan > Am 23.10.2019 um 17:07 schrieb Wouter Verhelst : > > Hi Stefan, > > Stefan Eissing schreef op wo 23-10-2019 om 16:33 [+0200]: >> I assume you have tried openssl standalone on such a certificate? >> >> https://stackoverflow.co

Re: [users@httpd] Enabling SHA1 for client certificates

2019-10-23 Thread Stefan Eissing
implementation. The command line should let you verify that. If this is the case, question would be if some openssl config parameter can disable that for you. I think there are some people around here who should be able to find that out, once you have verified that with your certs. Cheers, Stefan >

Re: [users@httpd] Is it possible to have in Apache 2.4 VirtualHosts, each with its own SSLProtocol ?

2019-10-22 Thread Stefan Eissing
> Am 21.10.2019 um 22:53 schrieb Marian-Nicolae Ion : > > Hi! > > I recompiled and installed the new version... but I came back quickly to the > "standard" one: > - using "curl" I have noticed that effectively I could have TLS 1.3 only on > the desired virtual host and TLS 1.2+ on the others

Re: [users@httpd] Re: Apache 2.4.39 upgrade issue

2019-06-25 Thread Stefan Eissing
st Regards, Stefan > Am 25.06.2019 um 17:27 schrieb Nitin Kadam : > > Team awaiting for your response my production server is having this issue. > > On Tue, Jun 25, 2019 at 12:31 PM Nitin Kadam wrote: > also disabling mod_ssl with a2dismod SSL site starts working on HTTP > (di

Re: [users@httpd] Searching for Apache Test Framework or Test Harness

2019-06-04 Thread Stefan Eissing
Hi Andrew, the overall test suite is at <https://svn.apache.org/repos/asf/httpd/test/framework/trunk>. For some modules, additional test suites are available. For example the ones in <https://github.com/icing/mod_h2> and <https://github.com/icing/mod_md>. Cheers, Stefan >

Re: [users@httpd] confirming proper heders

2019-05-24 Thread Stefan Eissing
Technical description in https://tools.ietf.org/html/rfc7231 Cheers, Stefan > Am 23.05.2019 um 22:02 schrieb Mark DM : > > Hello, I have a project I have been working on where I need to dend "201 > Created" then "Loction http://IPADDRESS/result. > > I am setting headers i

Re: [users@httpd] ssl stapling error - sectigo

2019-04-25 Thread Stefan Eissing
that should happen and will be happy to receive feedback on it. Cheers, Stefan > Am 25.04.2019 um 16:29 schrieb Hajo Locke : > > Hello, > > thanks to Tom, who informed me offlist about this. It seems that problem > was triggered by some kind of maintenance. > https://se

Re: [users@httpd] ssl stapling error - sectigo

2019-04-25 Thread Stefan Eissing
what happens? AFIK, there have been no (intentional) changes regarding OCSP stapling in recent versions. Are you doing the openssl test on the same machine that the affected servers run? - Stefan - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine

2019-04-04 Thread Stefan Eissing
I made the change in trunk with revision r1856910 and will propose it for backport to 2.4.x > Am 04.04.2019 um 11:47 schrieb Rathore, Rajendra : > > Hi Stefan, > > Thanks for the help, Do I need to raise an issue with Apache Http server to > update that file or we have a

Re: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine

2019-04-04 Thread Stefan Eissing
In ./CMakeLists.txt, line 423 modules/http2/h2_switch.c modules/http2/h2_ngn_shed.c change to modules/http2/h2_switch.c > Am 04.04.2019 um 11:42 schrieb Rathore, Rajendra : > > Hi Stefan, > > Thanks for the quick response, please let me know what entry s

Re: [users@httpd] Error while build apache 2.4.39 using CMake on Window machine

2019-04-04 Thread Stefan Eissing
The source file is gone. It needs to be removed from CMakeLists.txt. Sorry about the confusion. > Am 04.04.2019 um 11:34 schrieb Rathore, Rajendra : > > Hi Team, > > While building apache 2.4.39 using CMake command, I face below issue > > CMake Error at CMakeLists.txt:761 (ADD_LIBRARY): >

Re: [users@httpd] H2Upgrade treated globally instead of locally

2019-03-11 Thread Stefan Eissing
this was fixed. > * Or if this issue is not known, and it is a new bug I found? > > * Or if this is not a bug, but then there is something I really do not > understand. Maybe someone can tell me what I did wrong. It seems to have been a bug. Your understanding is correct. Btw. in the upcomin

Re: [users@httpd] RequestReadTimeout not being overridden in VirtualHost

2019-01-25 Thread Stefan Eissing
mod_reqtimeout uses the setting of the "base" host, not necessarily the virtual host selected by SSL. The "base" host is usually the first one for the given port. So when you have virtual host A, X, C in that order in your config, try changing the setting for A. -Stefan

Re: [users@httpd] acme-challenge folder exists but 404 contents

2019-01-07 Thread Stefan Eissing
d together with other Lets Encrypt clients such as certbot, you need to upgrade to a recent Apache httpd version or get the module from github and compile it yourself. Hope this helps, Stefan > Am 02.01.2019 um 14:36 schrieb Jens-U. Mozdzen : > > Hi Jerry, > > Zitat von Jer

Re: [users@httpd] Openssl-1.1.1 with apache-2.4.29

2018-11-21 Thread Stefan Eissing
The Option "TLSv1.3" in the directive SSLProtocol is available since httpd 2.4.37. Earlier versions will not recognize this and not enable it either. Cheers, Stefan > Am 21.11.2018 um 11:19 schrieb Hemant Chaudhary > : > > HI, > > I am using openssl-1.1.1 with

Re: [users@httpd] https not working

2018-06-21 Thread Stefan Eissing
Try "openssl s_client -debug -connect host:port" to see if your machine can contact the server at all. > Am 21.06.2018 um 10:29 schrieb Mahmood Naderan : > > > Have you enabled ssl and rewrite modules? I would verify also that there is > no firewall blocking 443. > > It seems that everythi

Re: [users@httpd] Apache2.4 forward proxy ssl between client and proxy server

2018-04-10 Thread Stefan Eissing
I advice to debug this step-by-step. First the SSL connection to your Apache. Then the proxy setup. Then any restrictions with "Require...". > Am 10.04.2018 um 13:31 schrieb Rajesh Cherukuri : > > > configured HTTPS on 8080 port and here is the request sent to HTTP and HTTPS > found two things

Re: [users@httpd] Apache2.4 forward proxy ssl between client and proxy server

2018-04-10 Thread Stefan Eissing
> > > > NON-SSL configuration > Listen 172.16.130.2:80 > > > > ProxyRequests On > ProxyVia On > > > > Require expr %{HTTP_HOST} =~ /^example.com:443$/ > > > > > > On Tue, Apr 10, 2018 at 9:34 AM, Stefan Eissing >

Re: [users@httpd] Apache2.4 forward proxy ssl between client and proxy server

2018-04-10 Thread Stefan Eissing
encryption between Browser and Backend. As for the TLS c2 connection setup, you have to specify "https:" for your proxied backend and can influence the setup with the various "SSLProxy*" directives. Cheers, Stefan -

Re: [users@httpd] TLS 1.3

2018-03-28 Thread Stefan Eissing
t 2.4.x release. Cheers, Stefan > Am 28.03.2018 um 08:58 schrieb @lbutlr : > > Now that TLS 1.3 has been approved, what is the status of using it with > Apache? Last I heard apache 2.4 couldn't build agains openssl 1.1, but

Re: [users@httpd] Apache HTTP Server 2.4.33 (httpd) installed on CentOS7.4

2018-03-28 Thread Stefan Eissing
Thanks, Kazuhiko. Always nice to get feedback. Cheers, Stefan > Am 28.03.2018 um 03:21 schrieb kohmoto : > > Hi, > > OS: CentOS7.4.1708 > kernel: 3.10.0-693.21.1 > > > Apache HTTP Server 2.4.33 has been installed successfully via rpmbuild on > CentOS7.4. >

Re: [users@httpd] Next release ?

2018-03-22 Thread Stefan Eissing
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 : > > Hi, > > sorry for the non-technical question. Is

Re: [users@httpd] symbol SSLv2_client_method

2018-02-07 Thread Stefan Eissing
No, because I do not have it. Afraid, you need to hunt on the internet yourself. > Am 07.02.2018 um 11:05 schrieb Pietro Pesce : > > hello > > tnx for the response, you can give me the procedure? > > pls > > 2018-02-07 11:03 GMT+01:00 Stefan Eissing : > Your o

Re: [users@httpd] symbol SSLv2_client_method

2018-02-07 Thread Stefan Eissing
any longer. -Stefan > Am 07.02.2018 um 10:44 schrieb Pietro Pesce : > > hello > > i have a solaris zone whit apache: > > # /app/apache/bin/httpd -version > Server version: Apache/2.0.59 > Server built: Jun 18 2007 14:27:08 > > when a try to start receive this e

Re: [users@httpd] h2load http/2 benchmarkingresults using different mpm/php configurations

2018-01-22 Thread Stefan Eissing
Except in (mostly upstream) traffic (or downstream when having lots of cache validations succeed). In this example: HTTP/1.1 upstream: 18.33MB HTTP/2 upstream: 2.87MB (space savings 85.65%) -Stefan > Am 22.01.2018 um 15:14 schrieb Eric Covener : > > On Mon, Jan 22, 2018 at 9:02

Re: [users@httpd] h2load http/2 benchmarkingresults using different mpm/php configurations

2018-01-22 Thread Stefan Eissing
the server numbers such a requests/sec look great, but the page load times will not. Makes sense? Cheers, Stefan > Am 22.01.2018 um 13:06 schrieb Hajo Locke : > > Hello List, > > separatly from other mail with proxy_fcgi/enablereuse problem i want to tell > about my results.

[users@httpd] Problem with authorized user and SVN access

2018-01-19 Thread Stefan Hauffe
or a special file in Case 1, when it generally works? (Case 2) 2. Why does the restriction of a right (Case 3) does not lead to a restricted view? As you can see in the log, the user is not known (like Case 1). For me, especially Case 3 looks suspicious. Any help would be appreciated. Thanks and Kind Regards, Stefan

Re: [users@httpd] problems benchmarking php-fpm/proxy_fcgi with h2load

2018-01-19 Thread Stefan Eissing
Can someone with deeper proxy_(fcgi) knowledge than me jump in here. This goes beyond where my area... > Am 19.01.2018 um 13:23 schrieb Hajo Locke : > > Hello, > > thanks Daniel and Stefan. This is a good point. > I did the test with a static file and this test was succes

Re: [users@httpd] problems benchmarking php-fpm/proxy_fcgi with h2load

2018-01-19 Thread Stefan Eissing
Hej Hajo, do you have the same effect with less connections? e.g. > h2load -n10 -c10 -m10 https://example.com/phpinfo.php and, as Daniel just wrote, do you have similar problems when serving static files? (just to track down where to look) -Stefan > Am 19.01.2018 um 12:38 schrie

Re: [users@httpd] Correctly configuring OCSP Stapling cache

2018-01-19 Thread Stefan Eissing
> Am 18.01.2018 um 20:10 schrieb Johannes Bauer : > > Hi Stefan, > > On 18.01.2018 10:00, Stefan Eissing wrote: >> Yes, this is definitely an area where the server can and should be >> improved. Marat already provided the link to the article discussing >> th

Re: [users@httpd] Setup SquirreMail with Virtual Host

2018-01-18 Thread Stefan Eissing
Have you tried something like: ServerName mail.mydomain.com DocumentRoot /usr/share/squirrelmail SSLEngine on ...squirrelmail stuff... > Am 18.01.2018 um 15:57 schrieb Rodrigo Cunha : > > Dear, i have a problem in config vhost squirremail. > I'm following the

Re: [users@httpd] Correctly configuring OCSP Stapling cache

2018-01-18 Thread Stefan Eissing
on my servers (beside what you already wrote) is SSLStaplingCachedbm:ocsp-stapling use a permanent cache, so a restart of the server does not require it to refetch all responses. -Stefan > Am 17.01.2018 um 20:21 schrieb Johannes Bauer : > > Hi Apache users, > >

Re: [users@httpd] Impact of CVE-2017-9789?

2017-09-21 Thread Stefan Eissing
CVE-2017-9789 is a pure mod_http2 issue. If the protocol is not enabled, it does not trigger. (You could even load the module without exposing the server to the vulnerability) You need to upgrade at least mod_http2 to a newer version. Hope that clarifies it. Cheers, Stefan > Am 21.09.2

[users@httpd] graceful restarts

2017-07-31 Thread Stefan Eissing
ssume that a certain time of day (or even time of week?) would be most desirable to configure for such a restart? Anything else? Looking forward to hear from you. Cheers, Stefan PS. To clarify: these are all features that you will need to configure. As long as you do not enable Let'

Re: [users@httpd] [ANNOUNCEMENT] Apache HTTP Server 2.4.27 Released

2017-07-11 Thread Stefan Eissing
There is no good comfort place for h2+prefork. We think we can invest our time better in other places. Cheers, Stefan > Thanks, > Dave Copeland. > > On 11/07/17 10:03 AM, Yehuda Katz wrote: >> H2 is threaded and prefork is not, so the performance is poor or it doesn't

Re: [users@httpd] Mod_proxy_http2 - got a 503

2017-06-17 Thread Stefan Eissing
Hi, do you talk http: or https: to the backend? h2://mybackend is for the SSL case, for unencrypted calls, use h2c://mybackend. Maybe that is the problem? -Stefan > Am 17.06.2017 um 15:26 schrieb Olivier Mallassi : > > Hello all > > We are trying to use the mod_proxy_http2 of

Re: [users@httpd] Odd Date in http2 header

2017-04-08 Thread Stefan Eissing
inimal set that still causes the problems and share that? Thanks! -Stefan > Am 07.04.2017 um 17:28 schrieb John Iliffe : > > On Friday 07 April 2017 03:53:55 Konstantin Kolinko wrote: >> 2017-04-07 7:19 GMT+03:00 John Iliffe : >>> I just enabled http2 on our server and tes

Re: [users@httpd] Apache 2.4.23 and h2spec

2016-09-08 Thread Stefan Eissing
Hi, this is a known issue with 2.4.23. It was fixed in the github version of the module since v1.5.12 and is also fixed in the Apache subversion repository (trunk and 2.4.x). Cheers, Stefan > Am 08.09.2016 um 17:39 schrieb Michael Johnson : > > Hi there, > > I am trying to us

Re: [users@httpd] Apache HTTP2 and benchmarking with h2load

2016-08-25 Thread Stefan Eissing
; autoconf > ./configure > make > sudo make install > > For testing purposes I just built nghttp2 on the server (the same way I did > on the client), started h2load and here it works without falling back to > http/1.1 > > >> Am 25.08.2016 um 17:08 schrie

Re: [users@httpd] Apache HTTP2 and benchmarking with h2load

2016-08-25 Thread Stefan Eissing
http2:debug] [pid 3936] h2_session.c(655): > [client 10.0.0.4:52614] AH03068: h2_session(1): sent FRAME[GOAWAY[error=0, > reason='timeout', last_stream=15]], frames=12/7 (r/s) > [Thu Aug 25 16:38:34.262672 2016] [http2:debug] [pid 3936] h2_session.c(752): > [client 10.0.0.4:52614] AH0

Re: [users@httpd] Apache HTTP2 and benchmarking with h2load

2016-08-25 Thread Stefan Eissing
The following line does not look good: [Thu Aug 25 15:19:43.851331 2016] [ssl:warn] [pid 4275] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name Can you make sure that all names do align? Maybe tweak /etc/hosts to make it match your localhost? >

Re: [users@httpd] Apache HTTP2 and benchmarking with h2load

2016-08-25 Thread Stefan Eissing
If you add something like LogLevel http2:debug LogLevel ssl:debug LogLevel core:debug you should find information about negotiation in your error.log. Strange that Firefox works and h2load does not. I use the later regularly in my tests. Looking forward to see some log output... > A

Re: [users@httpd] Windows build issues

2016-07-03 Thread Stefan
On 7/4/2016 01:22, Stefan wrote: > Hi, > > I understand that building Apache httpd on Windows using VS has a couple > of undocumented issues. Namely using VS 2015 I run into these problems: > 1. parallel builds cause spurious build failures > 2. Apache monitor fails to link

[users@httpd] Windows build issues

2016-07-03 Thread Stefan
bugreports, or was it for some reason decided not to have them listed as bugs in the bugtracker? Regards, Stefan smime.p7s Description: S/MIME Cryptographic Signature

Re: [users@httpd] Potential HTTP/2 Bug within Apache 2.4.18

2016-03-14 Thread Stefan Eissing
Good to hear! I will update the bug. Thanks. > Am 14.03.2016 um 13:08 schrieb Russel Van Tuyl : > > Stefan, version 1.2.8 works great. Thanks for the fix and for your help. I > create a bug report with Apache yesterday. Do you want to update it or would > you like me to? https:

Re: [users@httpd] Potential HTTP/2 Bug within Apache 2.4.18

2016-03-14 Thread Stefan Eissing
n the pure 2.4.18, you can apply this patch: proxy-authority.patch Description: Binary data Let me know if this works for you. -Stefan > Am 14.03.2016 um 11:35 schrieb Russel Van Tuyl : > > I've never applied or tested a patch before, but i'm willing to give it a > shot

Re: [users@httpd] Potential HTTP/2 Bug within Apache 2.4.18

2016-03-14 Thread Stefan Eissing
authority header. nghttpx does everything right and mod_http2 has it wrong. Are you able to apply/test a patch? -Stefan - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] SNI SSL per domain?

2016-02-03 Thread Stefan Eissing
common.conf: ServerName foo.tld SSLCertificateFile foo.pem Include common.con ServerName bar.tld SSLCertificateFile bar.pem Include common.con > Am 03.02.2016 um 11:45 schrieb Felipe Gasper : > > What if I have a vhost with: > > ServerName foo.tld > ServerAlias bar.tld > >

Re: [users@httpd] Please help with cofig httpd

2016-01-15 Thread Stefan Eissing
Unfortunately, I am not familiar with google searches for apache windows problems. You probably have to do your own search. > Am 15.01.2016 um 12:36 schrieb Subhendu mohanty : > > Iink is for http Apache I guess I am need of help for windows > > On 15 Jan 2016 4:52 pm, "St

Re: [users@httpd] Please help with cofig httpd

2016-01-15 Thread Stefan Eissing
Sure, 1st link on the search: https://docs.oracle.com/middleware/1212/webtier/PLGWL/apache.htm#PLGWL395 guides you step-by-step. > Am 15.01.2016 um 12:17 schrieb Subhendu mohanty : > > Thanks could you please help with a example config file > > On 15 Jan 2016 4:32 pm, "St

Re: [users@httpd] Please help with cofig httpd

2016-01-15 Thread Stefan Eissing
Sure, please have a look: https://www.google.de/search?q=apache+https+http+welogic&ie=utf-8&oe=utf-8&gws_rd=cr&ei=f9GYVrL-AoP0Uuawl9gO > Am 15.01.2016 um 11:53 schrieb Subhendu mohanty : > > Can we configure Apache with https and weblogic on http > Please help with example configuration file ht

Re: [users@httpd] Crash in http/2

2015-10-20 Thread Stefan Eissing
&revision=r1708124 In case you build your server yourself, I can setup a 2.4.x branch with changes applied... //Stefan > Am 20.10.2015 um 15:12 schrieb Zoltán Halassy : > > Hello! > > Using 2.4.17. > > There seem to be an issue with http/2: > > I have these in the vhost

Re: [users@httpd] mod_h2 protocols not working

2015-10-16 Thread Stefan Eissing
This 3rd party checker still fails tho. > > https://www.h2check.org/ > > However I think that checker is duff because it is listed in > chrome://net-internals/#http2:) > > Thanks for your time stefan. Also thanks for your work on getting > this into apache. > > On 16 Oct

[users@httpd] mod_h2 protocols not working

2015-10-16 Thread Stefan Eissing
> Datum: 16. Oktober 2015 um 11:22:57 MESZ > An: d...@httpd.apache.org > Betreff: Aw: mod_http2 protocols directive broken > =20 > Hi Stefan, here is the output of both checks. Note I will confirm also > curl is compiled with http2 support and will also show curl -V output. >

Re: [users@httpd] pcre.h missing during apache installation, should be replaced by pcre2.h ?

2015-10-07 Thread Stefan Eissing
On OS X, you need your own pcre. I did that for my mod_h2 sandbox: https://github.com/icing/mod_h2 Hope that helps, Stefan > Am 07.10.2015 um 17:29 schrieb Doyle Jonathan : > > I am trying to install Apache2 locally on my Yosemite Mac. > I successfully installed the latest ver

Re: [users@httpd] Apache and SPDY

2015-09-16 Thread Stefan Eissing
SPDY has been superceeded by HTTP/2 as a protocol. Some browsers still support SPDY, however it will int the mid-term go away. All major browsers nowadays support HTTP/2. That should make it a safer investment. Apache httpd will support HTTP/2 in one of the next 2.4.x releases - hopefully the

Re: [users@httpd] mod_proxy / ProxyPass: 400 Bad Request? (UNCLASSIFIED)

2014-11-26 Thread Stefan Magnus Landrø
Check user-agent header too. Mobile phones might just be too slow or get disconnected Sendt fra min iPhone > Den 26. nov. 2014 kl. 15.11 skrev Kristian Rink : > >> Am 26.11.2014 um 14:48 schrieb Stefan Magnus Landrø: >> I'd add response time logging %D to the acce

Re: [users@httpd] mod_proxy / ProxyPass: 400 Bad Request? (UNCLASSIFIED)

2014-11-26 Thread Stefan Magnus Landrø
I'd add response time logging %D to the access log config to see if requests are slow You can add that to jetty too. Stefan Sendt fra min iPhone > Den 26. nov. 2014 kl. 14.34 skrev Kristian Rink : > > Hi Nick; > > thanks for your comment. > >> Am 26.11.2014

Re: [users@httpd] http testing question

2014-11-17 Thread Stefan Magnus Landrø
I highly recommend Gatling for load testing. It features non blocking io and can easily drive 50.000 connections from one machine. Nice DSL too. Stefan Sendt fra min iPhone > Den 17. nov. 2014 kl. 22.29 skrev Rose, John B : > > | Maybe the question is what combination of load te

Re: [users@httpd] Problem with mod_proxy and chunked content

2014-11-17 Thread Stefan Magnus Landrø
I'd try to make the backend generate a valid http response instead. What kind of web-server is it? Stefan 2014-11-17 10:50 GMT+01:00 Blomme Dieter : > We have fixed this problem temporarily. What I've noticed is that the > header isn't there and inserting it (e.g. with bu

Re: [users@httpd] Problem with mod_proxy and chunked content

2014-11-13 Thread Stefan Magnus Landrø
The transfer encoding header is missing, right? Sendt fra min iPhone > Den 13. nov. 2014 kl. 18.13 skrev Blomme Dieter : > > Hi, > > We have a problem with mod_proxy and chunked content. > We use mod_proxy to selectively request pages from a second site, the > ProxyPass and ProxyPassReverse st

[users@httpd] Weird access logs

2014-11-13 Thread Stefan Magnus Landrø
time (microseconds) Also, we're using big ip as a load balancer in front of this server, and the big ip health check considers this apache as down during this timeframe. BTW, in total there are exactly 200 weird entries like this. Are we hitting some crazy default? What could be going on? Chee

Re: [users@httpd] Mod_Rewrite with Location Directive

2014-10-28 Thread Stefan Schreier
Sent with AquaMail for Android http://www.aqua-mail.com On October 28, 2014 5:06:54 PM John Mark Mitchell wrote: All, I have worked with Apache for well over a decade now and have come to understand that there is usually more than one way to accomplish desired outcomes. I have been trying

RE: [users@httpd] mod_auth_ntlm_winbind combined with mod_authnz_ldap

2014-07-17 Thread Schnyder Stefan (schf)
>On Tue, Jul 8, 2014 at 9:18 AM, Schnyder Stefan (schf) > wrote: >> 2) Telling mod_authnz_ldap, that a static text (DOMAIN\\) precedes the >> username, so mod_authnz_ldap will only look at the part after DOMAIN\\ >> for a matching attribute (wxyz) >This modi

[users@httpd] mod_auth_ntlm_winbind combined with mod_authnz_ldap

2014-07-08 Thread Schnyder Stefan (schf)
m_winbind returns from DOMAIN\\wxyz to wxyz in the source code & recompile it Is anyone able to provide a pointer in the right direction here? Any help would be much appreciated. Thanks in advance, Stefan ___ ZHAW Zurich University of Applied Sciences Information & Communication Technology Stefan Schnyder

Re: [users@httpd] Re: login form

2014-06-21 Thread Stefan Frei
if you have no session, you can only: either pass original url as post parameter in you login forms action or set a cookie Cheers Stefan 2014-06-21 14:50 GMT+02:00 Tim Daley : > I finally got my login form working with LDAP authentication and pure html. > > I have coded the httpd_lo

Re: [users@httpd] How to Redirect a URL

2014-06-19 Thread Stefan Frei
Hello maybe a good htaccess file can solve what you are looking for ... (pretty sure thats the case) Cheers Stefan 2014-06-18 19:17 GMT+02:00 Lou Henry : > Hi, > > I am fairly new to configuring apache web servers. Currently, I have a > vanity url set up in an Apache Load Balancer a

[users@httpd] Apache in production without squid

2013-10-14 Thread Stefan Frei
regards Stefan - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Virtual Hosts Possible for SSL ?

2013-10-05 Thread Stefan Pielmeier
n1.com DocumentRoot /var/www/html ErrorLog /var/log/httpd/error_log CustomLog /var/log/httpd/access.log combined ##$ that is fine ServerName domain2.com ServerAlias domain2.com *.domain2.com DocumentRoot /var/www/html/domain2 Stefan Pielmeier email:ste...@symlin

Re: [users@httpd] Handling of picture sizing / clipping

2013-09-16 Thread Stefan Pielmeier
. This you can do by reviewing the HTML code of the page you send to the client. If that doesn't help, I would try to reproduce the problem in lab conditions. then check if the transfer of the pictures is completed by - checking the apache log - using wireshark Hope it helps, Stefan. S

Re: [users@httpd] warning: NameVirtualHost has no VirtualHosts

2013-09-09 Thread Stefan Pielmeier
Hej Eric, that was quite right, thanks! Inside the file called ports.conf, another NameVirtualHost statements was hidden (from my limited knowledge). Now, as I have removed my double statements, everything works and I do not get any disturbing warnings anymore. Thanks a lot, Stefan. Stefan

  1   2   >