/[pxelator]/lib/PXElator/httpd.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/PXElator/httpd.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 81 by dpavlin, Fri Jul 31 16:47:52 2009 UTC revision 86 by dpavlin, Fri Jul 31 17:41:19 2009 UTC
# Line 201  sub get_request { Line 201  sub get_request {
201                  print $client $redirect, start_stop($1);                  print $client $redirect, start_stop($1);
202          } elsif ( $path =~ m{^/kill/static/(\d+)} ) {          } elsif ( $path =~ m{^/kill/static/(\d+)} ) {
203                  print $client $redirect;                  print $client $redirect;
204                  kill 9, $1 && warn "killed $1";                  kill 1, $1 || kill 9, $2 && warn "killed $1";
205          } elsif ( $path eq '/exit' ) {          } elsif ( $path eq '/exit' ) {
206  #               DESTROY;  #               DESTROY;
207                  exit 0;                  exit 0;

Legend:
Removed from v.81  
changed lines
  Added in v.86

  ViewVC Help
Powered by ViewVC 1.1.26