XFileSharing Pro - problem add new server

Message
Author
okpa
Posts: 120
Joined: Apr 08, 2011 12:37 pm

problem add new server

#1 Postby okpa » Jun 14, 2012 2:00 am

Code: Select all

File Server tests:
api.cgi: OK
temp dir exist: OK
temp dir mkdir: OK
temp dir rmdir: OK
tmp dir exist: ERROR
tmp dir mkdir: ERROR
tmp dir rmdir: ERROR
upload dir exist: OK
upload dir mkdir: OK
upload dir rmdir: OK
htdocs dir exist: ERROR
htdocs dir mkdir: ERROR
htdocs dir symlink: ERROR
htdocs dir symlink del: ERROR
htdocs dir rmdir: ERROR
config read: OK
config write: OK
fs.cgi: OK
upload.cgi: OK
htdocs URL accessibility: OK

Silfro
Posts: 48
Joined: May 16, 2012 1:31 am

#2 Postby Silfro » Jun 14, 2012 8:43 am

install file 777 rights?

okpa
Posts: 120
Joined: Apr 08, 2011 12:37 pm

#3 Postby okpa » Jun 14, 2012 12:03 pm

Silfro wrote:install file 777 rights?
Chmod install_fs.cgi to 755

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

Re: problem add new server

#4 Postby ankurs » Jun 14, 2012 2:16 pm

okpa wrote: tmp dir exist: ERROR
tmp dir mkdir: ERROR
tmp dir rmdir: ERROR
htdocs dir exist: ERROR
htdocs dir mkdir: ERROR
htdocs dir symlink: ERROR
htdocs dir symlink del: ERROR
htdocs dir rmdir: ERROR
make sure you have proper path given in config & also permissions are set properly

Silfro
Posts: 48
Joined: May 16, 2012 1:31 am

#5 Postby Silfro » Jun 14, 2012 2:33 pm

try 777...

okpa
Posts: 120
Joined: Apr 08, 2011 12:37 pm

#6 Postby okpa » Jun 15, 2012 11:33 pm

how i tried to run cgi-bin/install_fs.cgi show me

Code: Select all

Not Found

The requested URL /cgi-bin/install_fs.cgi was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

ufkabakan
Posts: 332
Joined: Apr 13, 2011 9:37 pm

#7 Postby ufkabakan » Jun 17, 2012 5:54 am

Error Msg already tell to you where is problem...
File Not found

Check Apache conf where is CGI-BIN dir and you have install_fs.cgi in this dir.