in reply to SpeedyCGI restarts without changing mtime script

Patch it :) switch to something that isn't so old and unmaintained :)

  • Comment on Re: SpeedyCGI restarts without changing mtime script

Replies are listed 'Best First'.
Re^2: SpeedyCGI restarts without changing mtime script
by kashrman (Novice) on Dec 27, 2012 at 15:16 UTC
    ok, i can upgrate Apache. But problem it will not solve. How i can restart script under SpeedyCGI? Or you about SpeedyCGI?

      ok, i can upgrate Apache. But problem it will not solve. How i can restart script under SpeedyCGI? Or you about SpeedyCGI?

      What?

      SpeedyCGI requires write access, the only way to fix it, is to patch SpeedyCGI, modify SpeedyCGI, edit SpeedyCGI, rewrite some lines in SpeedyCGI ... these files src/speedy_script.c src/speedy_perl.c...

      If you have apache, and fascgi, you can use FCGI::Restarter

      If you have mod_perl, Apache::Reload

      SpeedyCGI comes with a shutdown but it also needs write acces :)

      You could probably use kill :) say via Daemon::Generic...