/[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 77 by dpavlin, Fri Jul 31 14:42:45 2009 UTC revision 78 by dpavlin, Fri Jul 31 14:43:30 2009 UTC
# Line 147  sub get_request { Line 147  sub get_request {
147    
148                  my $debug_proc;                  my $debug_proc;
149    
150                  warn 'pids: ', dump( $pids );                  warn 'pids: ', dump( $pids ) if $debug;
151                  foreach my $name ( keys %$pids ) {                  foreach my $name ( keys %$pids ) {
152                          my $pid = $pids->{$name} || next;                          my $pid = $pids->{$name} || next;
153    
# Line 167  sub get_request { Line 167  sub get_request {
167                          push @rows, ( $name => $html );                          push @rows, ( $name => $html );
168                  }                  }
169    
170                  warn 'static_pids: ', dump( $static_pids );                  warn 'static_pids: ', dump( $static_pids ) if $debug;
171                  foreach my $pid ( keys %$static_pids ) {                  foreach my $pid ( keys %$static_pids ) {
172                          my $path = $static_pids->{$pid};                          my $path = $static_pids->{$pid};
173                          if ( -d "/proc/$pid" ) {                          if ( -d "/proc/$pid" ) {

Legend:
Removed from v.77  
changed lines
  Added in v.78

  ViewVC Help
Powered by ViewVC 1.1.26