I get this:
/usr/bin/tail: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped
My first script was :
$query = new CGI;
$file=$query->param('file');
print "Content-type: text/html\n\n";
### this flushes the buffer...
OK, operating system is linux, web server is Apache, scripting language is cgi/perl. Still having problems with this tailing script. It seems to work fine from the command line, but when it goes through a browser it just waits for the tail to finish before displaying to the screen. Of course by...
Hi guys, another newbie I'm afraid. I have written some scripts (.cgi)to tail log files and display the results in a browser. All works well from my machine, but when i try to run from another machine, the script that runs the "tail -f" command just seems to freeze.
From the user end, they click...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.