Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 26748 invoked from network); 10 Dec 2009 22:11:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Dec 2009 22:11:52 -0000 Received: (qmail 71376 invoked by uid 500); 10 Dec 2009 22:11:51 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 71280 invoked by uid 500); 10 Dec 2009 22:11:51 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 71267 invoked by uid 99); 10 Dec 2009 22:11:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 22:11:51 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 22:11:48 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id E7133234C1E9; Thu, 10 Dec 2009 14:11:27 -0800 (PST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 48369] New: add option to automatically restart if a script is modified X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_fcgid X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: nlshep@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 10 Dec 2009 14:11:27 -0800 (PST) https://issues.apache.org/bugzilla/show_bug.cgi?id=48369 Summary: add option to automatically restart if a script is modified Product: Apache httpd-2 Version: 2.3-HEAD Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: mod_fcgid AssignedTo: bugs@httpd.apache.org ReportedBy: nlshep@gmail.com The original mod_fastcgi, on which mod_fcgid is based (if I understand my history correctly), has an option (named autoUpdate, which is a flag to to the FastCgiConfig) which causes it to check the mtime of a script each time that script is requested, and restart the process handling that script if the script has been modified since the handler process was started. mod_fcgid does not have such capability, but it would be very useful in a shared hosting environment for development, as our users do not have access to the server to kill processes. Various workarounds are possible but not desirable because: -setting DefaultMinClassProcessCount to 0 and letting the script idle timeout leads to lots of sitting and waiting -setting very low MaxRequestsPerProcess, IdleTimeout, or ProcessLifetime results in inefficient, needless stopping and starting If such functionality is not in the works I __might__ be able to write a patch to do this, if there is a chance it would be accepted. Thank you. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org