OK, I just set a username and password for bandmin... went to
mydomain.com/bandwidth
where i was challenged for username/pwd... pumped in the details I just set-up and then firefox just downloaded the perl script, the top few lines below... I expect this has something to do with the script not being passed to perl to interpret, but haven't got the brains cells to suss this out... any help?
Steve
#!/usr/bin/perl -I/usr/local/bandmin
#
#****************************************
#Bandmin (c)1998-1999 J. Nick Koston (BlueDraco)
# - A simple Bandwidth Monitor
#****************************************
#
#To use this package you must have a OS that has either ipfwadm,ipchains,
#or ipfw
#
use POSIX;
POSIX::nice(19);
mydomain.com/bandwidth
where i was challenged for username/pwd... pumped in the details I just set-up and then firefox just downloaded the perl script, the top few lines below... I expect this has something to do with the script not being passed to perl to interpret, but haven't got the brains cells to suss this out... any help?
Steve
#!/usr/bin/perl -I/usr/local/bandmin
#
#****************************************
#Bandmin (c)1998-1999 J. Nick Koston (BlueDraco)
# - A simple Bandwidth Monitor
#****************************************
#
#To use this package you must have a OS that has either ipfwadm,ipchains,
#or ipfw
#
use POSIX;
POSIX::nice(19);