C
CaptnDenny
I'm on a home made juke box project. If I understand this correctly,
cgi scripts written for perl execute under the user "nobody". I can
make a script to execute mpg123 such as
#!/usr/bin/perl
system ("mpg234 musicfile.mp3");
and when run from the command line (after suing into the user "nobody")
all is well and it works. But if I try it from an html link to
/cgi-bin/music.pl it gives me an error.
I've tried to make a script that would pipe the user info using "whoami
Any suggestions are welcome
Thanks
Dennis
cgi scripts written for perl execute under the user "nobody". I can
make a script to execute mpg123 such as
#!/usr/bin/perl
system ("mpg234 musicfile.mp3");
and when run from the command line (after suing into the user "nobody")
all is well and it works. But if I try it from an html link to
/cgi-bin/music.pl it gives me an error.
I've tried to make a script that would pipe the user info using "whoami
textfile.txt but it apparently suffers from my same ignorance.(but works from the comandline)
Any suggestions are welcome
Thanks
Dennis