clacker
Group: Members
Posts: 570
Joined: June 2004 |
|
Posted: Oct. 31 2005,18:19 |
|
It looks like you're trying to use a shockwave plugin? I don't have shockwave for dsl. It isn't in there as part of the liveCD distro, you know that right? I would assume that shockwave *.swf files go into the htdocs directory while cgi and perl files go into cgi-bin. swf files are more like gif or jpegs in that the browser (or its plugins) make them work. CGI files are run server side on machine you download the files from.
Try putting files that need to run from your machine (CGI, perl, python, that sort of thing) into the /opt/monkey/cgi-bin directory and all other files (html, gif, jpg, mp3, swf) into the /opt/monkey/htdocs directory (chmod 664).
Good luck!
|