Re: [EMAIL PROTECTED] Apache web server efficiency go down with increasing uptime.

2007-05-28 Thread alex handle
Hi! try this in your mpm settings: MaxRequestsPerChild 500 It kills an apache process after 500 requests and so prevents memory leaks. Alex On 5/22/07, kalaj <[EMAIL PROTECTED]> wrote: I use Apache 2.2.4,MySQL 5.0 and PHP 5.2.2 run on Debian VPS system, I noticed that my web server efficien

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

2007-03-31 Thread alex handle
On 3/25/07, Norbert Wachnicki <[EMAIL PROTECTED]> wrote: 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

Re: [EMAIL PROTECTED] apache start segmentation fault: EMLINK (Too many links)

2006-12-14 Thread alex handle
On 12/14/06, Joe Orton <[EMAIL PROTECTED]> wrote: On Thu, Dec 14, 2006 at 11:36:35AM +0100, alex handle wrote: > Hi! > > Yesterday i migrated an old webserver (Apache 1.3.34, FreeBSD 5.2.1) to > Apache 2.2.3 and FreeBSD 6.1. > > The configuration consists of 776 vhos

Re: [EMAIL PROTECTED] apache start segmentation fault: EMLINK (Too many links)

2006-12-14 Thread alex handle
On 12/14/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > -Original Message- > From: alex handle [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 14, 2006 11:37 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] apache start segmentation fault: > EMLINK

[EMAIL PROTECTED] apache start segmentation fault: EMLINK (Too many links)

2006-12-14 Thread alex handle
Hi! Yesterday i migrated an old webserver (Apache 1.3.34, FreeBSD 5.2.1) to Apache 2.2.3 and FreeBSD 6.1. The configuration consists of 776 vhost. After importing the vhosts.conf file i did a "apachectl configtest" and it showed no errors. But with "apachectl start" i get an segmentation fault.