On Wed, Nov 9, 2011 at 13:57, Agnello George <agnello.dso...@gmail.com>wrote: ...
> my $openvpn = `ps aux |grep openvpn |grep -v grep`; > unless ( $openvpn) { > system(" /usr/sbin/openvpn /etc/openvpn/DC.ovpn "); > } > > ----- > cat > > do the httpd daemon permit you to run something outside it's own scope? I had similar problems with lighttpd and Perl when I tryed to run something into /bin and /usr/bin