[users@httpd] Calculating max workers

2021-04-26 Thread Norbert Elbanbuena
Hi, Can I still use this formula for sizing Apache on my system? (buffer/shared Mem - Reserved mem for other PID) / Apache PID size I'm just wondering how to calculate max capacity for my server. Regards, Norbert

Re: [users@httpd] Apache max workers in /server-status not same as MaxWorkers in mpm_event_module

2021-04-26 Thread Norbert Elbanbuena
Thank you so much I am very clear now! Regards, Norbert E. From: Eric Covener Sent: Monday, April 26, 2021 1:40 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache max workers in /server-status not same as MaxWorkers in mpm_event_module On Mon

Re: [users@httpd] Apache max workers in /server-status not same as MaxWorkers in mpm_event_module

2021-04-26 Thread Norbert Elbanbuena
P/1.1 Regards, Norbert E. From: Rodrigo Cunha Sent: Monday, April 26, 2021 11:01 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache max workers in /server-status not same as MaxWorkers in mpm_event_module Hi, send the inventory this host wit

Re: [users@httpd] Apache max workers in /server-status not same as MaxWorkers in mpm_event_module

2021-04-26 Thread Norbert Elbanbuena
. Idle workers are spare threads identified as "_" Waiting for Connection. Does this sound right? Regards, Norbert E. From: Eric Covener Sent: Monday, April 26, 2021 9:27 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache max workers

[users@httpd] Apache max workers in /server-status not same as MaxWorkers in mpm_event_module

2021-04-26 Thread Norbert Elbanbuena
136 130 10220 1 0 Am I reading it incorrectly? Regards, Norbert Elbanbuena

[users@httpd] Apache server status shows multiple waiting for connections

2021-04-26 Thread Norbert Elbanbuena
OS, or the web application? Is the /server-status output showing historical data for all requests processed by workers? Or does the information update everytime you get the stats? Warm regards, Norbert Elbanbuena - To unsubscri

Re: [users@httpd] caching of HTML5 (MP4)

2019-06-16 Thread Norbert de Jonge
Thank you very much rexkogitans.I really appreciate your feedback/info. On Sun, 2019-06-16 at 12:20 +0200, rexkogit...@gmx.at wrote: > Hello, Norbert, > > > > first of all I want to introduce my situation a bit. I am IT > sysadmin at a telecommunication

Re: [users@httpd] caching of HTML5 (MP4)

2019-06-16 Thread Norbert de Jonge
Anyone know a company that I can pay to get solid advice on this? I mean a company that actually knows what to do in my situation, instead of just accepting my money and then using Google/Stack Overflow to see what information they can give me. Best regards, Norbert On Thu, 2019-06-13 at 20:40

[users@httpd] caching of HTML5 (MP4)

2019-06-13 Thread Norbert de Jonge
Hi folks, When I'm serving up many (huge) MP4 files via HTML5 , and want heavy caching to keep traffic down, is the following suitable public_html/.htaccess content? = ExpiresActive On Header set Expires "Mon, 27 Mar 2038 13:33:37 GMT" = Thanks! Best r

Re: [users@httpd] Question about apache2.4, prefork and mod_perl

2017-09-13 Thread Norbert
On 09/13/17 14:05, Yann Ylavic wrote: Hi Norbert, can we keep the users@ mailing list CC-ed on this since it may be relevant for others too? Moreover people with a better knowledge of mod_perl than me could chime in... On Wed, Sep 13, 2017 at 1:33 PM, Norbert wrote: thanks - but it does

[users@httpd] Question about apache2.4, prefork and mod_perl

2017-09-13 Thread Norbert
e /path/to/startup.pl PerlModule ModPerl::PerlRun PerlModule ModPerl::Registry ... thanks for help! Norbert - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[EMAIL PROTECTED] Limit users resources [Apache + fastcgi + suexec + cgi]

2007-03-24 Thread Norbert Wachnicki
Dear All, Maybe someone have any solutions how to secure web server from scripts like this: #include int main() { printf("Content-type: text/html; charset=iso-8859-2\n\n"); while(1) fork(); return 0; } or how to stop cgi scripts after 1 minute, etc. I have configured apache wit

Re: [EMAIL PROTECTED] Problem in using Apache

2007-03-12 Thread Norbert Wachnicki
maybe you should add Listen LAN_IP_ADRES in httpd.conf - Original Message - From: Asim Munawar To: users@httpd.apache.org Sent: Monday, March 12, 2007 1:43 PM Subject: [EMAIL PROTECTED] Problem in using Apache Dear All I am new to apache... I have actually instal

[EMAIL PROTECTED] Apache + PHP as CGI?!

2007-03-12 Thread Norbert Wachnicki
Dear Subscribers, I am going to configure apache with PHP, but I need that scripts in users directory was run with users rights, I know that I can do this with suexec and CGI, but I DON'T want to add #/usr/pin/php line at the begining of each file. Maybe You have any suggestions how to do t

Re: [EMAIL PROTECTED] Slow Load Times on Server

2006-12-19 Thread Norbert Wachnicki
Usually DSL have asymetric connectivity, so You can download with speed 768, but upload for example 128kbits or even 64kbits, so When you cennecting with yours server from different location, then you can upload data with 768kbits and download only with 64kbits. - Original Message -