It is me again!
New issue for me:
server specs -> apache 2.2 on Windows server 2008, mysql and Perl
I've set up a fileserver and I have 2 errors:
1)Upon executing install_fs.cgi I have these permissions even though the server allows full access to both files and folders
Code: Select all
XFSConfig.pm : 0666 : OK
logs.txt : 0666 : OK
api.cgi : 0666 : ERROR: should be 0755
*:/*********/***** : 0777 : OK
uploads : 0777 : OK
upload_status.cgi : 0666 : ERROR: should be 0755
temp : 0777 : OK
dl.cgi : 0666 : ERROR: should be 0755
upload.cgi : 0666 : ERROR: should be 0755
2) Upon adding the new server I've got this
Code: Select all
File Server tests:
api.cgi: ERROR
upload.cgi: OK
upload_status.cgi: OK
htdocs URL accessibility: OK
Thanks a lot,
Nick