[users@httpd] What happens when there is a child process?

2016-07-07 Thread Mihamina RAKOTOMANDIMBY
Hi all, I setup an Apache 2.4 instance with PHP module, running Drupal. Running Linux (CentOS 6), prefork mode. I set the MaxRequestsPerChild to a very low value (ie 4) This leads to often have httpd processes (displayed by iftop). My question is about the impact of the existence of those defu

Re: [users@httpd] Rate limiting

2013-09-04 Thread Mihamina Rakotomandimby
On 2013-09-02 20:15, Geoff Millikan wrote: Since this is a common request I'd love to see someone put together a "best practices, solutions and examples" post for the community. DOS treatment is IMHO the same as for SPAM and Viruses: there should not be a common way to do it, as far as bad gu

Re: [users@httpd] Rate limiting

2013-09-02 Thread Mihamina Rakotomandimby
On 2013-09-02 13:36, Akash Jain wrote: How can i rate limit no. Of requests per ip for a particular url to prevent DoS? I would recommend managing it at network level, with iptables for example. -- RMA.

[users@httpd] AllowOverride All but AuthConfig

2013-09-02 Thread Mihamina Rakotomandimby
Hi all At VirtualHost level, I would like to AllowOverride All but AuthConfig for "/var/www/html". That is in order to force Auth on this server but allow all other directives in all .htaccess under "/var/www/html" and subdirectories. When documenting, I see that the list of Directives is f

[users@httpd] how are ETags calculated

2012-11-28 Thread Mihamina Rakotomandimby
Hi all, I'm looking for some ressource helping me to find how ETgas are calculated: - What is the input data? (mtime, content hash,... a combination) - How is it calculated? (md5, sha1,...) It's just for general knowledge, and if needed, I mostly use Linux as OS. Thank you. -- RMA. -

Re: [us...@httpd] can apache do this?

2010-03-14 Thread Mihamina Rakotomandimby
> Ryan : > Hi, does anyone know whether apache can do this? > 1. I have two disks in the server, say d:\ and e:\ > 2. now I want to present contents under d:\ and e:\ to ONE apache URL > path, say http://example.com/d_e_content/. I would manage it with symlinks: On a Unix machine: - Create a Dire

Re: [us...@httpd] apache on windows

2010-03-13 Thread Mihamina Rakotomandimby
> Brent Davidson : > Website was built on Linux box using php. Site was moved to Windows > Web server box with IIS, Mysql, PHP. New webdesigner said it did not > "work" right, due to transition from Linux to Windows. Desing is about images, HTML and CSS: no relation with the OS. If your install