[users@httpd] brotli with Apache and PHP-FPM - possible?

2021-03-19 Thread Tomasz Chmielewski
here? I've enabled brotli by running: a2enmod brotli and adding the following part to the vhost (followed by apache restart): AddOutputFilterByType BROTLI_COMPRESS text/html text/plain text/xml text/css text/javascript application/x-javascript application/javascript appli

Re: [us...@httpd] debugging websites running on Apache?

2010-11-19 Thread Tomasz Chmielewski
, if there is just one webserver, most likely it's not that important, and can take some downtime for debugging. -- Tomasz Chmielewski http://wpkg.org - The official User-To-User support forum of the Apache HTTP Server Project. See

[us...@httpd] allow only 20 concurrent connections per IP?

2009-04-01 Thread Tomasz Chmielewski
What is the best way to limit concurrent connections per IP to, say, 20? I'm having some problems with connection storms caused by bots harvesting websites. -- Tomasz Chmielewski http://wpkg.org - The official User-To-User

Re: [us...@httpd] allow only 20 concurrent connections per IP?

2009-04-01 Thread Tomasz Chmielewski
it, but looks like it should work. Or, just use iptables? iptables -A INPUT -p tcp --syn --dport 80 -m connlimit --connlimit-above 20 -j REJECT Anyone had experiences with that? What number of connections should I allow not to cut off legitimate users? 20? 30? -- Tomasz Chmielewski http

Re: [us...@httpd] preforked processes don't want to die over time - memory full

2009-03-02 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: I have Apache 2.2.3 server, which over time (a couple of days) uses lots of memory. What uses lots of memory? Apache processes which do not want to die for some reason. The server can have only 10-20 active connections to httpd (as reported by netstat's

[EMAIL PROTECTED] firefox and mod_ntlm - PDC connection already closed error

2007-02-21 Thread Tomasz Chmielewski
. Anyone who has mod_ntlm working properly? -- Tomasz Chmielewski http://wpkg.org - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe

[EMAIL PROTECTED] dir protected with .htaccess - show a website, not a pop-up - possible?

2006-09-27 Thread Tomasz Chmielewski
://server/protected/info.html, for the first time after starting the browser. -- Tomasz Chmielewski http://wpkg.org - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org