Normally I just lurk hoping to pick up a thing or two but today I'd like
to comment. Way back when I ran across a script called "COPS" that runs
daily. It was/is a collection of scripts, one of which is:
find / | sum > thisrun
diff thisrun lastrun | report
mv thisrun lastrun
run = d
Guess I didn't explain my problem clearly enough. I'm unable to execute
a an expect script via a web page. The page executes but the line with
expect acts as if it's commented out or as if httpd.conf is missing
something that allows expect to run.
I've tried (via page.php):
exec("thescri
I'm going on vacation and want to check in to my server. I've written a
knock-3-times.php webpage with the idea of then running an expect script
to: telnet modem, echo iptables nat -s $IP etc. which would allow me
get in to my server.
The expect script runs just fine but in the page: exec