Re: [users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-05-03 Thread Luis Fernando Alen
uston wrote: > On Thu, May 03, 2012 at 08:33:58AM -0300, Luis Fernando Alen wrote: > > Perhaps your prefork settings are the cause of the issue. > > > > Look, you have 80 StartServers and 120 MaxSpareServers, and with such > > settings, apache can spawn 9600 (80*120) chil

Re: [users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-05-03 Thread Luis Fernando Alen
Hello, PJ. Perhaps your prefork settings are the cause of the issue. Look, you have 80 StartServers and 120 MaxSpareServers, and with such settings, apache can spawn 9600 (80*120) children. However, your ServerLimit and MaxClients (3500) are way to lower than that. I've had similar issues when

[users@httpd] Will wildcard vhost conflict with a specific one?

2012-04-10 Thread Luis Fernando Alen
Hello, I need to set both a generic/wildcard vhost and a specific one with different DocumentRoot and configurations, just like the example below: ** *ServerName specific.mydomain.com* * * *DocumentRoot /var/www/specific.mydomain.com/* *JkMount /otherapp serverX* *JkMount /otherap

Re: [us...@httpd] same rewrite for several vhosts on 404 errors

2009-10-26 Thread Luis Fernando
to avoid is repeating configuration on vhosts. André Warnier wrote: Luis Fernando wrote: Hello guys. I use apache2 on debian and i have several vhosts in /etc/apache2/sites-available, included by /etc/apache/apache2.conf. Not really : what is really included, are the files present in /et

Re: [us...@httpd] same rewrite for several vhosts on 404 errors

2009-10-26 Thread Luis Fernando
ted by default. /"//Note that, by default, rewrite configurations are not inherited. This means that you need to have a |RewriteEngine on| directive for each virtual host in which you wish to use it." /Can someone tell me if that's the better way of doing it, indeed? Luis Ferna

[us...@httpd] same rewrite for several vhosts on 404 errors

2009-10-26 Thread Luis Fernando
Hello guys. I use apache2 on debian and i have several vhosts in /etc/apache2/sites-available, included by /etc/apache/apache2.conf. Well, i need to redirect requests to all vhosts's non existing documents to a specific page. I already know the needed rule. What i need to know is where to p

[us...@httpd] AllowOverride for rewrite configurations only

2009-09-23 Thread Luis Fernando
Hello, I've been googling this issue and i couldn't find an answer yet. I read the documentation of AllowOverride directive but it didn't help too... I work on an ISP and we want to allow our customers to override only rewrite configurations via .htaccess files. Nowadays a lot of applicatio