Hi,
I am having a problem using advanced network setup with an apache config using cerberus ftp server, on windows XP. I seem to have the web server set up correctly as I can access perl scripts on the site, and have written some test scripts that write to the various directories from the cgi-bin dir.
Now when I do a test from the advanced network page, I get the following error:
You do not have write permissions to the cgi-bin directory "./cgi-bin/" or it does not exist.
If I watch the ftp server log as the test is progressing is seems as thought two files are written to the cgi-bin dir, the permissions are then changed, and the it tries to write over these files, and this fails as the files are now read only. First off, I assume I can install this on XP (I did this on another machine and it worked fine)?
I assume this is some kind of file permission problem, does anybody have any suggestions?
There's an excerpt from the ftp log attached showing the ts000001.pl file being successfully upload and then failing. I am assuming it is this that is causing the error in the Actinic application.
Thanks for any help you can give me.
Steve
I am having a problem using advanced network setup with an apache config using cerberus ftp server, on windows XP. I seem to have the web server set up correctly as I can access perl scripts on the site, and have written some test scripts that write to the various directories from the cgi-bin dir.
Now when I do a test from the advanced network page, I get the following error:
You do not have write permissions to the cgi-bin directory "./cgi-bin/" or it does not exist.
If I watch the ftp server log as the test is progressing is seems as thought two files are written to the cgi-bin dir, the permissions are then changed, and the it tries to write over these files, and this fails as the files are now read only. First off, I assume I can install this on XP (I did this on another machine and it worked fine)?
I assume this is some kind of file permission problem, does anybody have any suggestions?
There's an excerpt from the ftp log attached showing the ts000001.pl file being successfully upload and then failing. I am assuming it is this that is causing the error in the Actinic application.
Thanks for any help you can give me.
Steve
Comment