in reply to mod_perl odd behaviour with system() or exec() call or backticks

In this case, "pure dumb CGI" is exactly what you need ... get rid of mod_perl altogether and simply run the damm thing each time.
  • Comment on Re: mod_perl odd behaviour with system() or exec() call or backticks

Replies are listed 'Best First'.
Re^2: mod_perl odd behaviour with system() or exec() call or backticks
by pucek (Initiate) on Jul 11, 2014 at 08:29 UTC
    Thanks. I think I managed to config simple dumb CGI and mod_perl both on my virtual host (but on seperate locations). Unfortunately, it doesn't seem to do the job. It still won't umount the device. Maybe I configured it wrong? Should I post my virtual host configuration? Or maybe it wasn't that the issue?