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

2007-05-28 Thread kalaj

I setted MaxRequestsPerChild 25 before.
when I turn php memory limit to 16M from 128M,the problem seems gone.


alex handle-2 wrote:
 
 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 efficiency go down with a web server
 increasing uptime,for example,when I restart the web server that will
 cut down the WordPress php page produce time half.
 Any idea with this?
 --
 View this message in context:
 http://www.nabble.com/Apache-web-server-efficiency-go-down-with-increasing-uptime.-tf3797420.html#a10741507
 Sent from the Apache HTTP Server - Users mailing list archive at
 Nabble.com.


 -
 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, e-mail: [EMAIL PROTECTED]
   from the digest: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 -
 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, e-mail: [EMAIL PROTECTED]
   from the digest: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Apache-web-server-efficiency-go-down-with-increasing-uptime.-tf3797420.html#a10835529
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


-
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, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2007-05-26 Thread kalaj

Thanks for your reply :)


Boyle Owen wrote:
 
 -Original Message-
 From: kalaj [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, May 22, 2007 6:17 PM
 To: users@httpd.apache.org
 Subject: [EMAIL PROTECTED] Apache web server efficiency go down 
 with increasing uptime.
 
 
 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 efficiency go down with a web server
 increasing uptime,for example,when I restart the web server that will
 cut down the WordPress php page produce time half.
 Any idea with this?
 
 Memory leaks would be the usual suspect in a case like this - more
 likely from PHP than from apache (this is not a common problem on
 servers where apache is running alone...)
 
 Rgds,
 Owen Boyle
 Disclaimer: Any disclaimer attached to this message may be ignored. 
 
 -- 
 View this message in context: 
 http://www.nabble.com/Apache-web-server-efficiency-go-down-wit
 h-increasing-uptime.-tf3797420.html#a10741507
 Sent from the Apache HTTP Server - Users mailing list archive 
 at Nabble.com.
 
 
 -
 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, e-mail: [EMAIL PROTECTED]
   from the digest: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

  
  
 This message is for the named person's use only. It may contain
 confidential, proprietary or legally privileged information. No
 confidentiality or privilege is waived or lost by any mistransmission. If
 you receive this message in error, please notify the sender urgently and
 then immediately delete the message and any copies of it from your system.
 Please also immediately destroy any hardcopies of the message. You must
 not, directly or indirectly, use, disclose, distribute, print, or copy any
 part of this message if you are not the intended recipient. The sender's
 company reserves the right to monitor all e-mail communications through
 their networks. Any views expressed in this message are those of the
 individual sender, except where the message states otherwise and the
 sender is authorised to state them to be the views of the sender's
 company.
 
 -
 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, e-mail: [EMAIL PROTECTED]
   from the digest: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Apache-web-server-efficiency-go-down-with-increasing-uptime.-tf3797420.html#a10815800
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


-
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, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Nginx proxy server

2007-04-09 Thread kalaj

Hi,guys.
I'd like to use nginx to instead apache proxy,I configured the apache like
this below,but how can I configure nginx like apache.

ProxyRequests On
Proxy *
Order deny,allow
Deny from all
/Proxy
-- 
View this message in context: 
http://www.nabble.com/Nginx-proxy-server-tf3546185.html#a9899415
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


-
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, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]