RE: [users@httpd] Ratelimiting Apache File Upload Speed [EXT]

2020-12-17 Thread James Smith
Why do you want to rate limit the upload speed to your server - slow upload speeds tend to be the thing that causes Apache issues rather than the other way round. If it is because your server is on a narrow pipe and you are worried about being swamped by one connection - then rate limiting

Re: [users@httpd] Ratelimiting Apache File Upload Speed

2020-12-17 Thread Gryzli Bugbear
No, I've already checked upon mod_ratelimit, mod_bwlimit, they work only with outgoing traffic (Apache --> Client ). Didn't find any solution, that's able to do incoming traffic shaping (Client --> Apache,  upload traffic for the client). On 12/17/20 4:37 PM, Daniel Ferradal wrote: Check if

Re: [users@httpd] Alternative to Let's Encrypt?

2020-12-17 Thread Daniel Armando Rodriguez
Will take a look to MD and the acme.sh. Thank you all El jue., 17 de diciembre de 2020 16:23, Nikolai Lusan escribió: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hey, > > On Thu, 2020-12-17 at 12:39 -0300, Daniel Armando Rodriguez wrote: > > Is there any? > > Sure, you can pay

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

2020-12-17 Thread Yves Goergen
I've tried this in the VirtualHost section of the dotforward.de domain, before any rewrites: Redirect 421 It has no effect. I guess I'll have to report a software bug in Apache's HTTP2/mod_proxy implementation and hope for a fix to be made available in Ubuntu 20.04.

Re: [users@httpd] Alternative to Let's Encrypt?

2020-12-17 Thread Nikolai Lusan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hey, On Thu, 2020-12-17 at 12:39 -0300, Daniel Armando Rodriguez wrote: > Is there any? Sure, you can pay for certificates from vendors like Comodo. > Asking because don't want to use snap. Not sure what this has to do with anything. There are

Re: [users@httpd] Alternative to Let's Encrypt?

2020-12-17 Thread Yehuda Katz
You can install certbot in a python virtualenv from pypi. This is technically not supported, but it does work. https://pypi.org/project/certbot/ See other alternate installation methods: https://certbot.eff.org/docs/install.html You can also use mod_md to have all the certificate generation

Re: [users@httpd] some questions to mod_rewrite

2020-12-17 Thread Lentes, Bernd
- On Dec 17, 2020, at 5:19 PM, Daniel Ferradal dferra...@apache.org wrote: > Hey Bernd, > > I remember my first head scratches with regex, they can be so > confusing and difficult to understand. > > Although I remember preciously the day https://regexone.com/ opened my > eyes. It just

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

2020-12-17 Thread Yves Goergen
Okay, the log has lines such as these: 2020-12-17 14:01:57.397341 - - debug http2 2003:d5:72f:...: AH03348: h2_task(70-15): open output to GET dotforward.de / Then 2 seconds later when I opened the subdomain: 2020-12-17 14:01:59.413740 - - debug http2 2003:d5:72f:...: AH03082:

Re: [users@httpd] some questions to mod_rewrite

2020-12-17 Thread Daniel Ferradal
Hey Bernd, I remember my first head scratches with regex, they can be so confusing and difficult to understand. Although I remember preciously the day https://regexone.com/ opened my eyes. It just took me 45 minutes to understand the basics of it. I dearly recommend you to do the same and visit

Re: [users@httpd] Alternative to Let's Encrypt?

2020-12-17 Thread Daniel Ferradal
Not sure what you mean by snap. If you refer to not using let's encrypt certbot you can use mod_md: http://httpd.apache.org/docs/2.4/mod/mod_md.html Otherwise I don't know of any alternative to let's encrypt service with similar characteristics. El jue, 17 dic 2020 a las 16:48, Daniel Armando

[users@httpd] Alternative to Let's Encrypt?

2020-12-17 Thread Daniel Armando Rodriguez
Is there any? Asking because don't want to use snap.

Re: [users@httpd] Ratelimiting Apache File Upload Speed

2020-12-17 Thread Daniel Ferradal
Check if this suits your needs. It is pretty straight forward. http://httpd.apache.org/docs/2.4/mod/mod_ratelimit.html El lun, 14 dic 2020 a las 16:20, Gryzli Bugbear () escribió: > > Hi guys, > > Is there a way to limit/ratelimit the upload speed to Apache ? > > I'm searching for a way to

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

2020-12-17 Thread Stefan Eissing
> Am 17.12.2020 um 14:05 schrieb Yves Goergen : > > I found out I cannot use a test environment because it doesn't have wildcard > certificates. So I had to quickly run this on the live server. > > Now I have a bunch of log lines about http2. What should I look for and how > can I

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

2020-12-17 Thread Yves Goergen
I found out I cannot use a test environment because it doesn't have wildcard certificates. So I had to quickly run this on the live server. Now I have a bunch of log lines about http2. What should I look for and how can I understand them? Please advise. -Yves Ursprüngliche

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

2020-12-17 Thread Yves Goergen
The issue also occurs when switching between a regular Apache-hosted site to a proxied service. Requests to the proxied app then end up in Apache itself and never reach the proxy app. I'll try to update my test machine and get the logging to work. Activating that on the live server probably