XFileSharing Free - upload problem

Message
Author
alexs
Posts: 2
Joined: Jul 16, 2010 10:32 am

upload problem

#1 Postby alexs » Jul 16, 2010 10:36 am

I try to upload and get:

Not Found
The requested URL /upload_status.cgi was not found on this server.

in apache`s log
[Fri Jul 16 14:16:38 2010] [error] [client 10.144.130.160] script not found or unable to stat: /usr/local/www/fileshare.local/upload_status.cgi, referer: https://fileshare.local/

alexs
Posts: 2
Joined: Jul 16, 2010 10:32 am

#2 Postby alexs » Jul 16, 2010 10:54 am

it is becouse ssl

i change index.cgi and it begin uploads

]>diff index.cgi.orig index.cgi
35c35
< my ($site_cgi_rel) = $c->{site_cgi}=~/^http:\/\/.+?(\/.+)/i;
---
> my ($site_cgi_rel) = $c->{site_cgi}=~/^https:\/\/.+?(\/.+)/i;