Re: [users@httpd] ProxyPassMatch vs ProxyPass

2018-08-30 Thread Daniel Ferradal
not really El jue., 30 ago. 2018 a las 21:30, Silvia Dragomir () escribió: > > Hello all, > > We are using Apache 2.4.33 on Windows (server 2012R2 and server 2016) and > planning to use ProxyPassMatch to redirect request to widlfly11. Is there any > impact on performance in using ProxyPassMatch v

Re: [users@httpd] VirtualHost and HTTPS

2018-08-30 Thread David Rush
Thanks for the additional info. David On Thu, Aug 30, 2018 at 1:01 AM, Gillis J. de Nijs wrote: > Also see https://wiki.apache.org/httpd/NameBasedSSLVHosts > > As a rule, it is impossible to host more than one SSL virtual host on the >> same IP address and port. > > This is because Apache needs

[users@httpd] ProxyPassMatch vs ProxyPass

2018-08-30 Thread Silvia Dragomir
Hello all, We are using Apache 2.4.33 on Windows (server 2012R2 and server 2016) and planning to use ProxyPassMatch to redirect request to widlfly11. Is there any impact on performance in using ProxyPassMatch vs ProxyPass? Thank you, Silvia

Re: [users@httpd] Apache 2.4 mod_ratelimit breaks mod_autoindex

2018-08-30 Thread Luca Toscano
More info: https://bz.apache.org/bugzilla/show_bug.cgi?id=62568 Luca 2018-08-29 23:02 GMT+02:00 Eric Covener : > mod_ratelimit is broken in the current release and due to be fixed in > the next update. > On Wed, Aug 29, 2018 at 4:07 PM Aram Akhavan wrote: >> >> I'm trying to use mod_ratelimit to

Re: [users@httpd] VirtualHost and HTTPS

2018-08-30 Thread Gillis J. de Nijs
Also see https://wiki.apache.org/httpd/NameBasedSSLVHosts As a rule, it is impossible to host more than one SSL virtual host on the > same IP address and port. This is because Apache needs to know the name of the host in order to > choose the correct certificate to setup the encryption layer. T